Skip to content

Commit

Permalink
l1-s16 add MultiPlatformLibrary to ios app as direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 5, 2019
1 parent 01406cf commit 8b4f83e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ios-app/ios-app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,24 @@
451E788823210A77000B4CF6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 451E788623210A77000B4CF6 /* Main.storyboard */; };
451E788A23210A78000B4CF6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 451E788923210A78000B4CF6 /* Assets.xcassets */; };
451E788D23210A78000B4CF6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 451E788B23210A78000B4CF6 /* LaunchScreen.storyboard */; };
451E7897232111EE000B4CF6 /* MultiPlatformLibrary.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
451E789A23211237000B4CF6 /* MultiPlatformLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
451E7898232111EE000B4CF6 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
451E7897232111EE000B4CF6 /* MultiPlatformLibrary.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
451E787F23210A77000B4CF6 /* ios-app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ios-app.app"; sourceTree = BUILT_PRODUCTS_DIR; };
451E788223210A77000B4CF6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -22,13 +38,15 @@
451E788923210A78000B4CF6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
451E788C23210A78000B4CF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
451E788E23210A78000B4CF6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MultiPlatformLibrary.framework; path = "../../mpp-library/build/bin/iosX64/MultiPlatformLibraryDebugFramework/MultiPlatformLibrary.framework"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
451E787C23210A77000B4CF6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
451E789A23211237000B4CF6 /* MultiPlatformLibrary.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -40,6 +58,7 @@
children = (
451E788123210A77000B4CF6 /* ios-app */,
451E788023210A77000B4CF6 /* Products */,
451E789923211237000B4CF6 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -60,10 +79,18 @@
451E788923210A78000B4CF6 /* Assets.xcassets */,
451E788B23210A78000B4CF6 /* LaunchScreen.storyboard */,
451E788E23210A78000B4CF6 /* Info.plist */,
451E7894232111BD000B4CF6 /* MultiPlatformLibrary.framework */,
);
path = "ios-app";
sourceTree = "<group>";
};
451E789923211237000B4CF6 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -74,6 +101,7 @@
451E787B23210A77000B4CF6 /* Sources */,
451E787C23210A77000B4CF6 /* Frameworks */,
451E787D23210A77000B4CF6 /* Resources */,
451E7898232111EE000B4CF6 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -283,6 +311,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "../mpp-library/build/bin/iosX64/MultiPlatformLibraryDebugFramework/**";
INFOPLIST_FILE = "ios-app/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -300,6 +329,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "../mpp-library/build/bin/iosX64/MultiPlatformLibraryDebugFramework/**";
INFOPLIST_FILE = "ios-app/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 8b4f83e

Please sign in to comment.