Skip to content

Commit 8b4f83e

Browse files
committed
l1-s16 add MultiPlatformLibrary to ios app as direct dependency
1 parent 01406cf commit 8b4f83e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

ios-app/ios-app.xcodeproj/project.pbxproj

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,24 @@
1212
451E788823210A77000B4CF6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 451E788623210A77000B4CF6 /* Main.storyboard */; };
1313
451E788A23210A78000B4CF6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 451E788923210A78000B4CF6 /* Assets.xcassets */; };
1414
451E788D23210A78000B4CF6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 451E788B23210A78000B4CF6 /* LaunchScreen.storyboard */; };
15+
451E7897232111EE000B4CF6 /* MultiPlatformLibrary.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
16+
451E789A23211237000B4CF6 /* MultiPlatformLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */; };
1517
/* End PBXBuildFile section */
1618

19+
/* Begin PBXCopyFilesBuildPhase section */
20+
451E7898232111EE000B4CF6 /* Embed Frameworks */ = {
21+
isa = PBXCopyFilesBuildPhase;
22+
buildActionMask = 2147483647;
23+
dstPath = "";
24+
dstSubfolderSpec = 10;
25+
files = (
26+
451E7897232111EE000B4CF6 /* MultiPlatformLibrary.framework in Embed Frameworks */,
27+
);
28+
name = "Embed Frameworks";
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXCopyFilesBuildPhase section */
32+
1733
/* Begin PBXFileReference section */
1834
451E787F23210A77000B4CF6 /* ios-app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ios-app.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1935
451E788223210A77000B4CF6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -22,13 +38,15 @@
2238
451E788923210A78000B4CF6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2339
451E788C23210A78000B4CF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2440
451E788E23210A78000B4CF6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
41+
451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MultiPlatformLibrary.framework; path = "../../mpp-library/build/bin/iosX64/MultiPlatformLibraryDebugFramework/MultiPlatformLibrary.framework"; sourceTree = "<group>"; };
2542
/* End PBXFileReference section */
2643

2744
/* Begin PBXFrameworksBuildPhase section */
2845
451E787C23210A77000B4CF6 /* Frameworks */ = {
2946
isa = PBXFrameworksBuildPhase;
3047
buildActionMask = 2147483647;
3148
files = (
49+
451E789A23211237000B4CF6 /* MultiPlatformLibrary.framework in Frameworks */,
3250
);
3351
runOnlyForDeploymentPostprocessing = 0;
3452
};
@@ -40,6 +58,7 @@
4058
children = (
4159
451E788123210A77000B4CF6 /* ios-app */,
4260
451E788023210A77000B4CF6 /* Products */,
61+
451E789923211237000B4CF6 /* Frameworks */,
4362
);
4463
sourceTree = "<group>";
4564
};
@@ -60,10 +79,18 @@
6079
451E788923210A78000B4CF6 /* Assets.xcassets */,
6180
451E788B23210A78000B4CF6 /* LaunchScreen.storyboard */,
6281
451E788E23210A78000B4CF6 /* Info.plist */,
82+
451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */,
6383
);
6484
path = "ios-app";
6585
sourceTree = "<group>";
6686
};
87+
451E789923211237000B4CF6 /* Frameworks */ = {
88+
isa = PBXGroup;
89+
children = (
90+
);
91+
name = Frameworks;
92+
sourceTree = "<group>";
93+
};
6794
/* End PBXGroup section */
6895

6996
/* Begin PBXNativeTarget section */
@@ -74,6 +101,7 @@
74101
451E787B23210A77000B4CF6 /* Sources */,
75102
451E787C23210A77000B4CF6 /* Frameworks */,
76103
451E787D23210A77000B4CF6 /* Resources */,
104+
451E7898232111EE000B4CF6 /* Embed Frameworks */,
77105
);
78106
buildRules = (
79107
);
@@ -283,6 +311,7 @@
283311
buildSettings = {
284312
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
285313
CODE_SIGN_STYLE = Automatic;
314+
FRAMEWORK_SEARCH_PATHS = "../mpp-library/build/bin/iosX64/MultiPlatformLibraryDebugFramework/**";
286315
INFOPLIST_FILE = "ios-app/Info.plist";
287316
LD_RUNPATH_SEARCH_PATHS = (
288317
"$(inherited)",
@@ -300,6 +329,7 @@
300329
buildSettings = {
301330
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302331
CODE_SIGN_STYLE = Automatic;
332+
FRAMEWORK_SEARCH_PATHS = "../mpp-library/build/bin/iosX64/MultiPlatformLibraryDebugFramework/**";
303333
INFOPLIST_FILE = "ios-app/Info.plist";
304334
LD_RUNPATH_SEARCH_PATHS = (
305335
"$(inherited)",

0 commit comments

Comments
 (0)