Skip to content
Snippets Groups Projects
Commit bee18f2e authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Embed ElixxirDAppsSDK library in example app

parent ce0667d0
No related branches found
No related tags found
1 merge request!1Client management
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
312C371A28475E62003E9E39 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312C371928475E62003E9E39 /* App.swift */; }; 312C371A28475E62003E9E39 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312C371928475E62003E9E39 /* App.swift */; };
312C371C28475E62003E9E39 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312C371B28475E62003E9E39 /* ContentView.swift */; }; 312C371C28475E62003E9E39 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312C371B28475E62003E9E39 /* ContentView.swift */; };
312C371E28475E63003E9E39 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 312C371D28475E63003E9E39 /* Assets.xcassets */; }; 312C371E28475E63003E9E39 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 312C371D28475E63003E9E39 /* Assets.xcassets */; };
312C372C28476503003E9E39 /* ElixxirDAppsSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 312C372B28476503003E9E39 /* ElixxirDAppsSDK */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
...@@ -25,6 +26,7 @@ ...@@ -25,6 +26,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
312C372C28476503003E9E39 /* ElixxirDAppsSDK in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
...@@ -34,8 +36,8 @@ ...@@ -34,8 +36,8 @@
312C370D28475E62003E9E39 = { 312C370D28475E62003E9E39 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
312C3727284761C7003E9E39 /* ExampleApp (iOS) */,
312C371828475E62003E9E39 /* ExampleApp */, 312C371828475E62003E9E39 /* ExampleApp */,
312C3727284761C7003E9E39 /* ExampleApp (iOS) */,
312C371728475E62003E9E39 /* Products */, 312C371728475E62003E9E39 /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -82,6 +84,9 @@ ...@@ -82,6 +84,9 @@
dependencies = ( dependencies = (
); );
name = "ExampleApp (iOS)"; name = "ExampleApp (iOS)";
packageProductDependencies = (
312C372B28476503003E9E39 /* ElixxirDAppsSDK */,
);
productName = ExampleApp; productName = ExampleApp;
productReference = 312C371628475E62003E9E39 /* dApps Example.app */; productReference = 312C371628475E62003E9E39 /* dApps Example.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
...@@ -339,6 +344,13 @@ ...@@ -339,6 +344,13 @@
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
312C372B28476503003E9E39 /* ElixxirDAppsSDK */ = {
isa = XCSwiftPackageProductDependency;
productName = ElixxirDAppsSDK;
};
/* End XCSwiftPackageProductDependency section */
}; };
rootObject = 312C370E28475E62003E9E39 /* Project object */; rootObject = 312C370E28475E62003E9E39 /* Project object */;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment