Skip to content

Commit d511d95

Browse files
committed
remove app clip references
1 parent 78d66c8 commit d511d95

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

app/ios/Self.xcodeproj/project.pbxproj

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,7 @@
3838
EBECCA4983EC6929A7722578 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = E56E082698598B41447667BB /* PrivacyInfo.xcprivacy */; };
3939
/* End PBXBuildFile section */
4040

41-
/* Begin PBXCopyFilesBuildPhase section */
42-
054340D12C71B2980014B445 /* Embed App Clips */ = {
43-
isa = PBXCopyFilesBuildPhase;
44-
buildActionMask = 2147483647;
45-
dstPath = "$(CONTENTS_FOLDER_PATH)/AppClips";
46-
dstSubfolderSpec = 16;
47-
files = (
48-
);
49-
name = "Embed App Clips";
50-
runOnlyForDeploymentPostprocessing = 0;
51-
};
52-
/* End PBXCopyFilesBuildPhase section */
53-
5441
/* Begin PBXFileReference section */
55-
05B4DDF62C7850A80067519E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "OpenPassport App Clip/Images.xcassets"; sourceTree = "<group>"; };
5642
05D985FA2BB3344600F58EEA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = OpenPassport/Assets.xcassets; sourceTree = "<group>"; };
5743
13B07F961A680F5B00A75B9A /* Self.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Self.app; sourceTree = BUILT_PRODUCTS_DIR; };
5844
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = OpenPassport/AppDelegate.h; sourceTree = "<group>"; };
@@ -170,7 +156,6 @@
170156
83CBB9F61A601CBA00E9B192 = {
171157
isa = PBXGroup;
172158
children = (
173-
05B4DDF62C7850A80067519E /* Images.xcassets */,
174159
13B07FAE1A68108700A75B9A /* OpenPassport */,
175160
832341AE1AAA6A7D00B99B32 /* Libraries */,
176161
83CBBA001A601CBA00E9B192 /* Products */,
@@ -213,7 +198,6 @@
213198
13B07F8C1A680F5B00A75B9A /* Frameworks */,
214199
13B07F8E1A680F5B00A75B9A /* Resources */,
215200
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
216-
054340D12C71B2980014B445 /* Embed App Clips */,
217201
3FA09F95C52C0AEF2488C80C /* [CP] Embed Pods Frameworks */,
218202
179801EC26A15D9F03A6F8BF /* [CP] Copy Pods Resources */,
219203
C5A774780B75B4D6D8D9917D /* [CP-User] [RNFB] Core Configuration */,
@@ -785,7 +769,10 @@
785769
"-DFOLLY_MOBILE=1",
786770
"-DFOLLY_USE_LIBCPP=1",
787771
);
788-
OTHER_LDFLAGS = "$(inherited) ";
772+
OTHER_LDFLAGS = (
773+
"$(inherited)",
774+
" ",
775+
);
789776
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
790777
SDKROOT = iphoneos;
791778
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -875,7 +862,10 @@
875862
"-DFOLLY_MOBILE=1",
876863
"-DFOLLY_USE_LIBCPP=1",
877864
);
878-
OTHER_LDFLAGS = "$(inherited) ";
865+
OTHER_LDFLAGS = (
866+
"$(inherited)",
867+
" ",
868+
);
879869
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
880870
SDKROOT = iphoneos;
881871
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)