Skip to content

Commit

Permalink
Rework Pods to restore execution of OS X Framework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Jan 15, 2013
1 parent 5b567b5 commit f33a8bb
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 102 deletions.
25 changes: 19 additions & 6 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
platform :ios, '5.0'
link_with ['RestKitTests', 'RestKitFrameworkTests']
inhibit_all_warnings!

pod 'Specta', '0.1.6'
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com/blakewatters/ocmock.git'
pod 'OCHamcrest', '1.9'
pod 'Expecta', '0.2.0', :git => 'git://github.com/blakewatters/expecta.git', :branch => 'feature/expect-raise-with-reason'
target :ios do
platform :ios, '5.0'
link_with 'RestKitTests'

pod 'Specta', '0.1.7'
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com/blakewatters/ocmock.git'
pod 'OCHamcrest', '1.9'
pod 'Expecta', '0.2.0', :git => 'git://github.com/blakewatters/expecta.git', :branch => 'restkit'
end

target :osx do
platform :osx, '10.7'
link_with 'RestKitFrameworkTests'

pod 'Specta', '0.1.7'
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com/blakewatters/ocmock.git'
pod 'OCHamcrest', '1.9'
pod 'Expecta', '0.2.0', :git => 'git://github.com/blakewatters/expecta.git', :branch => 'restkit'
end
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ PODS:
- Expecta (0.2.0)
- OCHamcrest (1.9)
- OCMock (2.0.1.classmocks)
- Specta (0.1.6)
- Specta (0.1.7)

DEPENDENCIES:
- Expecta (from `git://github.com/blakewatters/expecta.git', branch `feature/expect-raise-with-reason')
- Expecta (from `git://github.com/blakewatters/expecta.git', branch `restkit')
- OCHamcrest (= 1.9)
- OCMock (from `git://github.com/blakewatters/ocmock.git')
- Specta (= 0.1.6)
- Specta (= 0.1.7)

EXTERNAL SOURCES:
Expecta:
:git: git://github.com/blakewatters/expecta.git
:branch: feature/expect-raise-with-reason
:branch: restkit
OCMock:
:git: git://github.com/blakewatters/ocmock.git

SPEC CHECKSUMS:
Expecta: 3ddfc757aeb1e351e12c6f1e21ab631f77178f13
OCHamcrest: f8393efd5a49d91879be573635d6183effacc0ab
OCMock: 5ab9b659efcd39b4ca4825628bee3df51a189ff8
Specta: ec7e1ce376442fc26b927dbc517c90e36232cde6
Specta: 4e6b096987bf7435e2c05c60d9387316f5735ec0

COCOAPODS: 0.16.1
119 changes: 28 additions & 91 deletions RestKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
17D2D51D9E864B2F9D9BCED0 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DA82BFA2A774416B4AA69A9 /* libPods.a */; };
25019495166406E30081D68A /* RKValueTransformers.h in Headers */ = {isa = PBXBuildFile; fileRef = 25019493166406E30081D68A /* RKValueTransformers.h */; settings = {ATTRIBUTES = (Public, ); }; };
25019496166406E30081D68A /* RKValueTransformers.h in Headers */ = {isa = PBXBuildFile; fileRef = 25019493166406E30081D68A /* RKValueTransformers.h */; settings = {ATTRIBUTES = (Public, ); }; };
25019497166406E30081D68A /* RKValueTransformers.m in Sources */ = {isa = PBXBuildFile; fileRef = 25019494166406E30081D68A /* RKValueTransformers.m */; };
Expand Down Expand Up @@ -269,7 +268,6 @@
251610F11456F2340060A5C5 /* RKTestEnvironment.m in Sources */ = {isa = PBXBuildFile; fileRef = 251610361456F2330060A5C5 /* RKTestEnvironment.m */; };
251611031456F2340060A5C5 /* authentication.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2516104B1456F2330060A5C5 /* authentication.rb */; };
251611051456F2340060A5C5 /* etags.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2516104C1456F2330060A5C5 /* etags.rb */; };
251611071456F2340060A5C5 /* oauth2.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2516104D1456F2330060A5C5 /* oauth2.rb */; };
251611091456F2340060A5C5 /* timeout.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2516104E1456F2330060A5C5 /* timeout.rb */; };
2516110B1456F2340060A5C5 /* restkit.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2516104F1456F2330060A5C5 /* restkit.rb */; };
2516110D1456F2340060A5C5 /* server.rb in Resources */ = {isa = PBXBuildFile; fileRef = 251610501456F2330060A5C5 /* server.rb */; };
Expand Down Expand Up @@ -569,9 +567,6 @@
25FBB853159272DD00955D27 /* RKRouter.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FBB850159272DD00955D27 /* RKRouter.h */; settings = {ATTRIBUTES = (Public, ); }; };
25FBB854159272DD00955D27 /* RKRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 25FBB851159272DD00955D27 /* RKRouter.m */; };
25FBB855159272DD00955D27 /* RKRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 25FBB851159272DD00955D27 /* RKRouter.m */; };
36F3D0E4FD7C4C4AA2B4FEB2 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C8C87FF6727A42D68CA2220E /* libPods.a */; };
4904440427614B4891C90CC2 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D87B44252FCE4651B291E38A /* libPods.a */; };
58C29921F7E1482AB5B66E3A /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B7B61F0199413CAA60E8A7 /* libPods.a */; };
5C927E141608FFFD00DC8B07 /* RKDictionaryUtilitiesTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C927E131608FFFD00DC8B07 /* RKDictionaryUtilitiesTest.m */; };
5C927E151608FFFD00DC8B07 /* RKDictionaryUtilitiesTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C927E131608FFFD00DC8B07 /* RKDictionaryUtilitiesTest.m */; };
5CCC295615B7124A0045F0F5 /* RKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CCC295515B7124A0045F0F5 /* RKMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand All @@ -582,7 +577,8 @@
73D3907714CA1AE60093E3D6 /* child.json in Resources */ = {isa = PBXBuildFile; fileRef = 73D3907314CA1A4A0093E3D6 /* child.json */; };
73D3907914CA1DD40093E3D6 /* channels.xml in Resources */ = {isa = PBXBuildFile; fileRef = 73D3907814CA1D710093E3D6 /* channels.xml */; };
73D3907A14CA1DD50093E3D6 /* channels.xml in Resources */ = {isa = PBXBuildFile; fileRef = 73D3907814CA1D710093E3D6 /* channels.xml */; };
AAB37371906649BD90E20FAF /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04014C1F2EA945798F953D38 /* libPods.a */; };
7F9CBC6174004E31AEC35813 /* libPods-osx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 86EC453810D648768BF62304 /* libPods-osx.a */; };
E2F2B89961FC462B981CEB7A /* libPods-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E457EFC3D502479D8B4FCF2A /* libPods-ios.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -615,7 +611,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
04014C1F2EA945798F953D38 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
2501405215366000004E0466 /* RKObjectiveCppTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RKObjectiveCppTest.mm; sourceTree = "<group>"; };
25019493166406E30081D68A /* RKValueTransformers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKValueTransformers.h; sourceTree = "<group>"; };
25019494166406E30081D68A /* RKValueTransformers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKValueTransformers.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -940,7 +935,6 @@
41A4EBF715374D1800740BC8 /* redirection.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = redirection.rb; sourceTree = "<group>"; };
5C927E131608FFFD00DC8B07 /* RKDictionaryUtilitiesTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKDictionaryUtilitiesTest.m; sourceTree = "<group>"; };
5CCC295515B7124A0045F0F5 /* RKMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKMacros.h; sourceTree = "<group>"; };
5DA82BFA2A774416B4AA69A9 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
7394DF3514CF157A00CE7BCE /* RKManagedObjectCaching.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKManagedObjectCaching.h; sourceTree = "<group>"; };
7394DF3814CF168C00CE7BCE /* RKFetchRequestManagedObjectCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKFetchRequestManagedObjectCache.h; sourceTree = "<group>"; };
7394DF3914CF168C00CE7BCE /* RKFetchRequestManagedObjectCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKFetchRequestManagedObjectCache.m; sourceTree = "<group>"; };
Expand All @@ -949,10 +943,11 @@
73D3907114CA19F90093E3D6 /* parent.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = parent.json; sourceTree = "<group>"; };
73D3907314CA1A4A0093E3D6 /* child.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = child.json; sourceTree = "<group>"; };
73D3907814CA1D710093E3D6 /* channels.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = channels.xml; sourceTree = "<group>"; };
93B7B61F0199413CAA60E8A7 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
86EC453810D648768BF62304 /* libPods-osx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-osx.a"; sourceTree = BUILT_PRODUCTS_DIR; };
8F2DFE1E847347368405F3B5 /* Pods-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios.xcconfig"; path = "Pods/Pods-ios.xcconfig"; sourceTree = SOURCE_ROOT; };
964648386780496FA49D3DD6 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
C8C87FF6727A42D68CA2220E /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
D87B44252FCE4651B291E38A /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
E457EFC3D502479D8B4FCF2A /* libPods-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; };
ED192D1B86AB47D7927731B0 /* Pods-osx.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-osx.xcconfig"; path = "Pods/Pods-osx.xcconfig"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -981,7 +976,7 @@
25160D2814564E820060A5C5 /* SenTestingKit.framework in Frameworks */,
25160D2A14564E820060A5C5 /* UIKit.framework in Frameworks */,
25160D2B14564E820060A5C5 /* Foundation.framework in Frameworks */,
4904440427614B4891C90CC2 /* libPods.a in Frameworks */,
E2F2B89961FC462B981CEB7A /* libPods-ios.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1004,10 +999,7 @@
25160E79145651060060A5C5 /* SenTestingKit.framework in Frameworks */,
25160E7A145651060060A5C5 /* Cocoa.framework in Frameworks */,
25160E7D145651060060A5C5 /* RestKit.framework in Frameworks */,
36F3D0E4FD7C4C4AA2B4FEB2 /* libPods.a in Frameworks */,
17D2D51D9E864B2F9D9BCED0 /* libPods.a in Frameworks */,
AAB37371906649BD90E20FAF /* libPods.a in Frameworks */,
58C29921F7E1482AB5B66E3A /* libPods.a in Frameworks */,
7F9CBC6174004E31AEC35813 /* libPods-osx.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1054,6 +1046,8 @@
25160D1814564E810060A5C5 /* Frameworks */,
25160D1714564E810060A5C5 /* Products */,
964648386780496FA49D3DD6 /* Pods.xcconfig */,
8F2DFE1E847347368405F3B5 /* Pods-ios.xcconfig */,
ED192D1B86AB47D7927731B0 /* Pods-osx.xcconfig */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -1090,11 +1084,8 @@
25160E63145651060060A5C5 /* Cocoa.framework */,
25EC1B0014F8078100C3CF3F /* CoreFoundation.framework */,
25160E65145651060060A5C5 /* Other Frameworks */,
C8C87FF6727A42D68CA2220E /* libPods.a */,
5DA82BFA2A774416B4AA69A9 /* libPods.a */,
04014C1F2EA945798F953D38 /* libPods.a */,
93B7B61F0199413CAA60E8A7 /* libPods.a */,
D87B44252FCE4651B291E38A /* libPods.a */,
E457EFC3D502479D8B4FCF2A /* libPods-ios.a */,
86EC453810D648768BF62304 /* libPods-osx.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -1945,7 +1936,7 @@
25160D2214564E820060A5C5 /* Frameworks */,
25160D2314564E820060A5C5 /* Resources */,
25160D2414564E820060A5C5 /* ShellScript */,
4E6B40EB7B75407393E6F25D /* Copy Pods Resources */,
212C92B936E847348494D6F7 /* Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -1984,10 +1975,7 @@
25160E75145651060060A5C5 /* Resources */,
250CA67F147D8EEC0047D347 /* CopyFiles */,
25160E76145651060060A5C5 /* ShellScript */,
91F9BFD4685A46128EAED847 /* Copy Pods Resources */,
31B1AB25BF2747C7A911C2B2 /* Copy Pods Resources */,
CD932DC245F547468D56D003 /* Copy Pods Resources */,
9B6CAFE1BB8842AAB5716036 /* Copy Pods Resources */,
0779C6DD2283438BA5EAB1FB /* Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -2115,7 +2103,6 @@
251610A11456F2330060A5C5 /* zend.xml in Resources */,
251611031456F2340060A5C5 /* authentication.rb in Resources */,
251611051456F2340060A5C5 /* etags.rb in Resources */,
251611071456F2340060A5C5 /* oauth2.rb in Resources */,
251611091456F2340060A5C5 /* timeout.rb in Resources */,
2516110B1456F2340060A5C5 /* restkit.rb in Resources */,
2516110D1456F2340060A5C5 /* server.rb in Resources */,
Expand All @@ -2132,47 +2119,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
25160D2414564E820060A5C5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n#\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n\n# Run the unit tests in this test bundle.\n\"${SRCROOT}/Tests/RunPlatformUnitTests\"";
};
25160E76145651060060A5C5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
31B1AB25BF2747C7A911C2B2 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
};
4E6B40EB7B75407393E6F25D /* Copy Pods Resources */ = {
0779C6DD2283438BA5EAB1FB /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -2184,9 +2131,9 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Pods-osx-resources.sh\"\n";
};
91F9BFD4685A46128EAED847 /* Copy Pods Resources */ = {
212C92B936E847348494D6F7 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -2198,35 +2145,33 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Pods-ios-resources.sh\"\n";
};
9B6CAFE1BB8842AAB5716036 /* Copy Pods Resources */ = {
25160D2414564E820060A5C5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
shellScript = "# Run the unit tests in this test bundle.\n#\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n\n# Run the unit tests in this test bundle.\n\"${SRCROOT}/Tests/RunPlatformUnitTests\"";
};
CD932DC245F547468D56D003 /* Copy Pods Resources */ = {
25160E76145651060060A5C5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -2641,7 +2586,7 @@
};
25160D3E14564E820060A5C5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 964648386780496FA49D3DD6 /* Pods.xcconfig */;
baseConfigurationReference = 8F2DFE1E847347368405F3B5 /* Pods-ios.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2666,7 +2611,7 @@
};
25160D3F14564E820060A5C5 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 964648386780496FA49D3DD6 /* Pods.xcconfig */;
baseConfigurationReference = 8F2DFE1E847347368405F3B5 /* Pods-ios.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2747,16 +2692,12 @@
};
25160E8B145651060060A5C5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 964648386780496FA49D3DD6 /* Pods.xcconfig */;
baseConfigurationReference = ED192D1B86AB47D7927731B0 /* Pods-osx.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
Expand All @@ -2772,17 +2713,13 @@
};
25160E8C145651060060A5C5 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 964648386780496FA49D3DD6 /* Pods.xcconfig */;
baseConfigurationReference = ED192D1B86AB47D7927731B0 /* Pods-osx.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
Expand Down

0 comments on commit f33a8bb

Please sign in to comment.