Skip to content

Commit

Permalink
Update Podfile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed May 16, 2013
1 parent 2bed5ba commit 099fcbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
target :ios do
platform :ios, '5.0'
link_with 'TransitionKitSpecs'
link_with 'iOS Specs'

pod 'Kiwi', '2.0.5'
end

target :osx do
platform :osx, '10.7'
link_with 'TransitionKitFrameworkSpecs'
link_with 'OS X Specs'

pod 'Kiwi', '2.0.5'
end
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ DEPENDENCIES:
SPEC CHECKSUMS:
Kiwi: 89ade77eb49c889178cb2779e02514a7b9b9449e

COCOAPODS: 0.18.1
COCOAPODS: 0.19.1
6 changes: 3 additions & 3 deletions TransitionKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/* Begin PBXFileReference section */
252C45DB16F681D400CF1FEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
252C45E916F681D500CF1FEA /* TransitionKitSpecs.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TransitionKitSpecs.octest; sourceTree = BUILT_PRODUCTS_DIR; };
252C45E916F681D500CF1FEA /* iOS Specs.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "iOS Specs.octest"; sourceTree = BUILT_PRODUCTS_DIR; };
252C45EA16F681D500CF1FEA /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
252C45EC16F681D500CF1FEA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
252C460416F6833D00CF1FEA /* TransitionKit-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "TransitionKit-Prefix.pch"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -98,7 +98,7 @@
252C45D916F681D400CF1FEA /* Products */ = {
isa = PBXGroup;
children = (
252C45E916F681D500CF1FEA /* TransitionKitSpecs.octest */,
252C45E916F681D500CF1FEA /* iOS Specs.octest */,
252C462C16F6849A00CF1FEA /* OS X Specs.octest */,
);
name = Products;
Expand Down Expand Up @@ -174,7 +174,7 @@
);
name = "iOS Specs";
productName = TransitionKitTests;
productReference = 252C45E916F681D500CF1FEA /* TransitionKitSpecs.octest */;
productReference = 252C45E916F681D500CF1FEA /* iOS Specs.octest */;
productType = "com.apple.product-type.bundle";
};
252C462B16F6849A00CF1FEA /* OS X Specs */ = {
Expand Down

0 comments on commit 099fcbd

Please sign in to comment.