Skip to content

Commit a78a790

Browse files
committed
apple
1 parent eb21330 commit a78a790

2 files changed

Lines changed: 1 addition & 70 deletions

File tree

apps/box/ios/Box.xcodeproj/project.pbxproj

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
3434
4BE6B442D40A47E7B545B295 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 14662AF967DCFC8FDD7F221C /* PrivacyInfo.xcprivacy */; };
3535
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
36-
A125ED883B03AB97B7CE9BEC /* libPods-Box-BoxTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 599DF4ABBE40198D8D997BB7 /* libPods-Box-BoxTests.a */; };
3736
DCF9A94CCA6137C198E7DEFD /* libPods-Box.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1215CB9125E1D6A1C5BC027 /* libPods-Box.a */; };
3837
/* End PBXBuildFile section */
3938

@@ -83,13 +82,10 @@
8382
14662AF967DCFC8FDD7F221C /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Box/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
8483
3231C1D42229C42196EDC9E8 /* Pods-Box.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Box.release.xcconfig"; path = "Target Support Files/Pods-Box/Pods-Box.release.xcconfig"; sourceTree = "<group>"; };
8584
35B51CDD322A0E0EBDCB0097 /* Pods-Box.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Box.debug.xcconfig"; path = "Target Support Files/Pods-Box/Pods-Box.debug.xcconfig"; sourceTree = "<group>"; };
86-
4F9579F97A91C2547C683293 /* Pods-Box-BoxTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Box-BoxTests.debug.xcconfig"; path = "Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests.debug.xcconfig"; sourceTree = "<group>"; };
87-
599DF4ABBE40198D8D997BB7 /* libPods-Box-BoxTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Box-BoxTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
8885
8081E0DE2D0A6C150012264C /* BoxDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = BoxDebug.entitlements; path = Box/BoxDebug.entitlements; sourceTree = "<group>"; };
8986
808CCD122D0A413F004223DD /* BoxRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = BoxRelease.entitlements; path = Box/BoxRelease.entitlements; sourceTree = "<group>"; };
9087
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Box/LaunchScreen.storyboard; sourceTree = "<group>"; };
9188
E1215CB9125E1D6A1C5BC027 /* libPods-Box.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Box.a"; sourceTree = BUILT_PRODUCTS_DIR; };
92-
E887E04B01BD89F258757CD2 /* Pods-Box-BoxTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Box-BoxTests.release.xcconfig"; path = "Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests.release.xcconfig"; sourceTree = "<group>"; };
9389
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
9490
/* End PBXFileReference section */
9591

@@ -98,7 +94,6 @@
9894
isa = PBXFrameworksBuildPhase;
9995
buildActionMask = 2147483647;
10096
files = (
101-
A125ED883B03AB97B7CE9BEC /* libPods-Box-BoxTests.a in Frameworks */,
10297
);
10398
runOnlyForDeploymentPostprocessing = 0;
10499
};
@@ -183,7 +178,6 @@
183178
0867D0D32BBB233F00DCE1A9 /* libFlipperKit.a */,
184179
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
185180
E1215CB9125E1D6A1C5BC027 /* libPods-Box.a */,
186-
599DF4ABBE40198D8D997BB7 /* libPods-Box-BoxTests.a */,
187181
);
188182
name = Frameworks;
189183
sourceTree = "<group>";
@@ -225,8 +219,6 @@
225219
children = (
226220
35B51CDD322A0E0EBDCB0097 /* Pods-Box.debug.xcconfig */,
227221
3231C1D42229C42196EDC9E8 /* Pods-Box.release.xcconfig */,
228-
4F9579F97A91C2547C683293 /* Pods-Box-BoxTests.debug.xcconfig */,
229-
E887E04B01BD89F258757CD2 /* Pods-Box-BoxTests.release.xcconfig */,
230222
);
231223
path = Pods;
232224
sourceTree = "<group>";
@@ -238,12 +230,9 @@
238230
isa = PBXNativeTarget;
239231
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "BoxTests" */;
240232
buildPhases = (
241-
3966719710ED4C0080B2EC0A /* [CP] Check Pods Manifest.lock */,
242233
00E356EA1AD99517003FC87E /* Sources */,
243234
00E356EB1AD99517003FC87E /* Frameworks */,
244235
00E356EC1AD99517003FC87E /* Resources */,
245-
D5FF5DA18077BAD469656DE9 /* [CP] Embed Pods Frameworks */,
246-
F1C9D5063E37D285A8B642FD /* [CP] Copy Pods Resources */,
247236
);
248237
buildRules = (
249238
);
@@ -374,28 +363,6 @@
374363
shellPath = /bin/sh;
375364
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
376365
};
377-
3966719710ED4C0080B2EC0A /* [CP] Check Pods Manifest.lock */ = {
378-
isa = PBXShellScriptBuildPhase;
379-
buildActionMask = 2147483647;
380-
files = (
381-
);
382-
inputFileListPaths = (
383-
);
384-
inputPaths = (
385-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
386-
"${PODS_ROOT}/Manifest.lock",
387-
);
388-
name = "[CP] Check Pods Manifest.lock";
389-
outputFileListPaths = (
390-
);
391-
outputPaths = (
392-
"$(DERIVED_FILE_DIR)/Pods-Box-BoxTests-checkManifestLockResult.txt",
393-
);
394-
runOnlyForDeploymentPostprocessing = 0;
395-
shellPath = /bin/sh;
396-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
397-
showEnvVarsInLog = 0;
398-
};
399366
63661F7A8A632B980D69901B /* [CP] Embed Pods Frameworks */ = {
400367
isa = PBXShellScriptBuildPhase;
401368
buildActionMask = 2147483647;
@@ -496,40 +463,6 @@
496463
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Box/Pods-Box-resources.sh\"\n";
497464
showEnvVarsInLog = 0;
498465
};
499-
D5FF5DA18077BAD469656DE9 /* [CP] Embed Pods Frameworks */ = {
500-
isa = PBXShellScriptBuildPhase;
501-
buildActionMask = 2147483647;
502-
files = (
503-
);
504-
inputFileListPaths = (
505-
"${PODS_ROOT}/Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
506-
);
507-
name = "[CP] Embed Pods Frameworks";
508-
outputFileListPaths = (
509-
"${PODS_ROOT}/Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
510-
);
511-
runOnlyForDeploymentPostprocessing = 0;
512-
shellPath = /bin/sh;
513-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests-frameworks.sh\"\n";
514-
showEnvVarsInLog = 0;
515-
};
516-
F1C9D5063E37D285A8B642FD /* [CP] Copy Pods Resources */ = {
517-
isa = PBXShellScriptBuildPhase;
518-
buildActionMask = 2147483647;
519-
files = (
520-
);
521-
inputFileListPaths = (
522-
"${PODS_ROOT}/Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests-resources-${CONFIGURATION}-input-files.xcfilelist",
523-
);
524-
name = "[CP] Copy Pods Resources";
525-
outputFileListPaths = (
526-
"${PODS_ROOT}/Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests-resources-${CONFIGURATION}-output-files.xcfilelist",
527-
);
528-
runOnlyForDeploymentPostprocessing = 0;
529-
shellPath = /bin/sh;
530-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Box-BoxTests/Pods-Box-BoxTests-resources.sh\"\n";
531-
showEnvVarsInLog = 0;
532-
};
533466
FD10A7F022414F080027D42C /* Start Packager */ = {
534467
isa = PBXShellScriptBuildPhase;
535468
buildActionMask = 12;
@@ -581,7 +514,6 @@
581514
/* Begin XCBuildConfiguration section */
582515
00E356F61AD99517003FC87E /* Debug */ = {
583516
isa = XCBuildConfiguration;
584-
baseConfigurationReference = 4F9579F97A91C2547C683293 /* Pods-Box-BoxTests.debug.xcconfig */;
585517
buildSettings = {
586518
BUNDLE_LOADER = "$(TEST_HOST)";
587519
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -613,7 +545,6 @@
613545
};
614546
00E356F71AD99517003FC87E /* Release */ = {
615547
isa = XCBuildConfiguration;
616-
baseConfigurationReference = E887E04B01BD89F258757CD2 /* Pods-Box-BoxTests.release.xcconfig */;
617548
buildSettings = {
618549
BUNDLE_LOADER = "$(TEST_HOST)";
619550
COPY_PHASE_STRIP = NO;

apps/box/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3927,6 +3927,6 @@ SPEC CHECKSUMS:
39273927
Yoga: 5456bb010373068fc92221140921b09d126b116e
39283928
YttriumWrapper: a111be1d94e57cfe5f242f2b52dac691cd93d0a8
39293929

3930-
PODFILE CHECKSUM: 3ee0f5553a7765a09f2aa2449004e9217a0664ed
3930+
PODFILE CHECKSUM: f360986fe13dadc2d69fad08088d67340e05374d
39313931

39323932
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)