File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
ParseOSXStarterProject-Swift/ParseOSXStarterProject-Swift.xcodeproj
ParseOSXStarterProject/ParseOSXStarterProject.xcodeproj
ParseStarterProject-Swift/ParseStarterProject-Swift.xcodeproj
ParseStarterProject/ParseStarterProject.xcodeproj
tvOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj
watchOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 205205 );
206206 runOnlyForDeploymentPostprocessing = 0;
207207 shellPath = /bin/sh;
208- shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Vendor/ Bolts-ObjC /build/osx/Bolts.framework .\nfi\n\nrm -rf Parse.framework\ncp -R $BUILT_PRODUCTS_DIR/Parse.framework .\n";
208+ shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/osx/Bolts.framework .\nfi\n\nrm -rf Parse.framework\ncp -R $BUILT_PRODUCTS_DIR/Parse.framework .\n";
209209 };
210210/* End PBXShellScriptBuildPhase section */
211211
Original file line number Diff line number Diff line change 271271 );
272272 runOnlyForDeploymentPostprocessing = 0;
273273 shellPath = /bin/sh;
274- shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Vendor/ Bolts-ObjC /build/osx/Bolts.framework .\nfi\n\nrm -rf Parse.framework\ncp -R $BUILT_PRODUCTS_DIR/Parse.framework .\n";
274+ shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/osx/Bolts.framework .\nfi\n\nrm -rf Parse.framework\ncp -R $BUILT_PRODUCTS_DIR/Parse.framework .\n";
275275 };
276276/* End PBXShellScriptBuildPhase section */
277277
Original file line number Diff line number Diff line change 222222 );
223223 runOnlyForDeploymentPostprocessing = 0;
224224 shellPath = /bin/sh;
225- shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Vendor/ Bolts-ObjC /build/ios/Bolts.framework .\nfi\n";
225+ shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/ios/Bolts.framework .\nfi\n";
226226 };
227227 81CC85E11A49F6D40076DE19 /* Upload Symbol Files */ = {
228228 isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 283283 );
284284 runOnlyForDeploymentPostprocessing = 0;
285285 shellPath = /bin/sh;
286- shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Vendor/ Bolts-ObjC /build/ios/Bolts.framework .\nfi\n";
286+ shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/ios/Bolts.framework .\nfi\n";
287287 };
288288 81A6CA5F1A2EA3D600297C39 /* Upload Symbol Files */ = {
289289 isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 195195 );
196196 runOnlyForDeploymentPostprocessing = 0;
197197 shellPath = /bin/sh;
198- shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Vendor/ Bolts-ObjC /build/tvOS/Bolts.framework .\nfi\n";
198+ shellScript = "if [[ ! -d \"Bolts.framework\" ]]; then\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/tvOS/Bolts.framework .\nfi\n";
199199 };
200200/* End PBXShellScriptBuildPhase section */
201201
Original file line number Diff line number Diff line change 395395 );
396396 runOnlyForDeploymentPostprocessing = 0;
397397 shellPath = /bin/sh;
398- shellScript = "if [[ ! -d \"Frameworks/iOS/Bolts.framework\" ]]; then\n mkdir -p Frameworks/iOS\n cp -R ../../../Vendor/ Bolts-ObjC /build/ios/Bolts.framework ./Frameworks/iOS\nfi\n\nif [[ ! -d \"Frameworks/watchOS/Bolts.framework\" ]]; then\n mkdir -p Frameworks/watchOS\n cp -R ../../../Vendor/ Bolts-ObjC /build/watchOS/Bolts.framework ./Frameworks/watchOS\nfi\n";
398+ shellScript = "if [[ ! -d \"Frameworks/iOS/Bolts.framework\" ]]; then\n mkdir -p Frameworks/iOS\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/ios/Bolts.framework ./Frameworks/iOS\nfi\n\nif [[ ! -d \"Frameworks/watchOS/Bolts.framework\" ]]; then\n mkdir -p Frameworks/watchOS\n cp -R ../../../Carthage/Checkouts/ Bolts-iOS /build/watchOS/Bolts.framework ./Frameworks/watchOS\nfi\n";
399399 };
400400 81CC85E11A49F6D40076DE19 /* Upload Symbol Files */ = {
401401 isa = PBXShellScriptBuildPhase;
You can’t perform that action at this time.
0 commit comments