Skip to content

Commit

Permalink
ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Erfan Shekarchi committed Apr 3, 2024
1 parent 731f9a3 commit 092c60b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
25 changes: 16 additions & 9 deletions apps/box/ios/Box.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

/* Begin PBXBuildFile section */
00E356F31AD99517003FC87E /* BoxTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* BoxTests.m */; };
085055072BBBC42500DC68DD /* hermes.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 085055062BBBC42500DC68DD /* hermes.xcframework */; };
08DD2E8C2BBB827C00679714 /* libresolv.9.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 08DD2E8B2BBB827B00679714 /* libresolv.9.tbd */; };
08E2A8AD2BBCCCDE00175916 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 08E2A8AC2BBCCCDE00175916 /* GoogleService-Info.plist */; };
0C80B921A6F3F58F76C31292 /* libPods-Box.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-Box.a */; };
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
Expand All @@ -31,9 +33,11 @@
00E356EE1AD99517003FC87E /* BoxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BoxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* BoxTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BoxTests.m; sourceTree = "<group>"; };
085055062BBBC42500DC68DD /* hermes.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = hermes.xcframework; path = "Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework"; sourceTree = "<group>"; };
0867D0D32BBB233F00DCE1A9 /* libFlipperKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFlipperKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
08DD2E892BBB725400679714 /* CoreAudioTypes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioTypes.framework; path = System/Library/Frameworks/CoreAudioTypes.framework; sourceTree = SDKROOT; };
08DD2E8B2BBB827B00679714 /* libresolv.9.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.9.tbd; path = usr/lib/libresolv.9.tbd; sourceTree = SDKROOT; };
08E2A8AC2BBCCCDE00175916 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* Box.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Box.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Box/AppDelegate.h; sourceTree = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = Box/AppDelegate.mm; sourceTree = "<group>"; };
Expand Down Expand Up @@ -63,6 +67,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
085055072BBBC42500DC68DD /* hermes.xcframework in Frameworks */,
08DD2E8C2BBB827C00679714 /* libresolv.9.tbd in Frameworks */,
0C80B921A6F3F58F76C31292 /* libPods-Box.a in Frameworks */,
);
Expand Down Expand Up @@ -104,6 +109,7 @@
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
085055062BBBC42500DC68DD /* hermes.xcframework */,
08DD2E8B2BBB827B00679714 /* libresolv.9.tbd */,
08DD2E892BBB725400679714 /* CoreAudioTypes.framework */,
0867D0D32BBB233F00DCE1A9 /* libFlipperKit.a */,
Expand All @@ -124,6 +130,7 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
08E2A8AC2BBCCCDE00175916 /* GoogleService-Info.plist */,
13B07FAE1A68108700A75B9A /* Box */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
00E356EF1AD99517003FC87E /* BoxTests */,
Expand Down Expand Up @@ -255,6 +262,7 @@
files = (
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
08E2A8AD2BBCCCDE00175916 /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -263,7 +271,7 @@
/* Begin PBXShellScriptBuildPhase section */
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputPaths = (
Expand All @@ -279,7 +287,6 @@
};
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 12;
files = (
);
Expand All @@ -296,7 +303,7 @@
};
021ED8BC4B58CA95CDDF9004 /* [CP-User] [RNFB] Crashlytics Configuration */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputPaths = (
Expand All @@ -310,7 +317,7 @@
};
720F9BEDA34B4AC2E500F231 /* [CP-User] [RNFB] Core Configuration */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputPaths = (
Expand Down Expand Up @@ -345,7 +352,7 @@
};
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputFileListPaths = (
Expand Down Expand Up @@ -384,7 +391,7 @@
};
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputFileListPaths = (
Expand Down Expand Up @@ -418,7 +425,7 @@
};
FD10A7F022414F080027D42C /* Start Packager */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 12;
files = (
);
inputFileListPaths = (
Expand Down Expand Up @@ -632,7 +639,7 @@
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -715,7 +722,7 @@
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down
Empty file.
Empty file.
Empty file modified apps/box/ios/Box.xcodeproj/xcshareddata/xcschemes/Box.xcscheme
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<false/>
<key>PreviewsEnabled</key>
<false/>
</dict>
Expand Down
1 change: 1 addition & 0 deletions apps/box/ios/Box/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string>fxblox</string>
</array>
</dict>
<dict/>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
Expand Down

0 comments on commit 092c60b

Please sign in to comment.