Skip to content

Commit 8f94860

Browse files
committed
Update example
1 parent 34b2ff4 commit 8f94860

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
objectVersion = 77;
77
objects = {
88

9+
/* Begin PBXBuildFile section */
10+
9082B1452D889A3F0053730B /* SetgreetSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 9082B1442D889A3F0053730B /* SetgreetSDK */; };
11+
/* End PBXBuildFile section */
12+
913
/* Begin PBXFileReference section */
1014
904C45322D85D64E0002EA63 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
1115
/* End PBXFileReference section */
@@ -23,6 +27,7 @@
2327
isa = PBXFrameworksBuildPhase;
2428
buildActionMask = 2147483647;
2529
files = (
30+
9082B1452D889A3F0053730B /* SetgreetSDK in Frameworks */,
2631
);
2732
runOnlyForDeploymentPostprocessing = 0;
2833
};
@@ -73,6 +78,7 @@
7378
);
7479
name = Example;
7580
packageProductDependencies = (
81+
9082B1442D889A3F0053730B /* SetgreetSDK */,
7682
);
7783
productName = Example;
7884
productReference = 904C45322D85D64E0002EA63 /* Example.app */;
@@ -103,6 +109,7 @@
103109
mainGroup = 904C45292D85D64E0002EA63;
104110
minimizedProjectReferenceProxies = 1;
105111
packageReferences = (
112+
9082B1432D889A3F0053730B /* XCRemoteSwiftPackageReference "setgreet-ios-sdk" */,
106113
);
107114
preferredProjectObjectVersion = 77;
108115
productRefGroup = 904C45332D85D64E0002EA63 /* Products */;
@@ -276,7 +283,7 @@
276283
"@executable_path/Frameworks",
277284
);
278285
MARKETING_VERSION = 1.0;
279-
PRODUCT_BUNDLE_IDENTIFIER = com.setgreet.ios.example.Example;
286+
PRODUCT_BUNDLE_IDENTIFIER = com.setgreet.ios.Example;
280287
PRODUCT_NAME = "$(TARGET_NAME)";
281288
SWIFT_EMIT_LOC_STRINGS = YES;
282289
SWIFT_VERSION = 5.0;
@@ -306,7 +313,7 @@
306313
"@executable_path/Frameworks",
307314
);
308315
MARKETING_VERSION = 1.0;
309-
PRODUCT_BUNDLE_IDENTIFIER = com.setgreet.ios.example.Example;
316+
PRODUCT_BUNDLE_IDENTIFIER = com.setgreet.ios.Example;
310317
PRODUCT_NAME = "$(TARGET_NAME)";
311318
SWIFT_EMIT_LOC_STRINGS = YES;
312319
SWIFT_VERSION = 5.0;
@@ -336,6 +343,25 @@
336343
defaultConfigurationName = Release;
337344
};
338345
/* End XCConfigurationList section */
346+
347+
/* Begin XCRemoteSwiftPackageReference section */
348+
9082B1432D889A3F0053730B /* XCRemoteSwiftPackageReference "setgreet-ios-sdk" */ = {
349+
isa = XCRemoteSwiftPackageReference;
350+
repositoryURL = "https://github.com/setgreet/setgreet-ios-sdk.git";
351+
requirement = {
352+
kind = upToNextMajorVersion;
353+
minimumVersion = 0.1.2;
354+
};
355+
};
356+
/* End XCRemoteSwiftPackageReference section */
357+
358+
/* Begin XCSwiftPackageProductDependency section */
359+
9082B1442D889A3F0053730B /* SetgreetSDK */ = {
360+
isa = XCSwiftPackageProductDependency;
361+
package = 9082B1432D889A3F0053730B /* XCRemoteSwiftPackageReference "setgreet-ios-sdk" */;
362+
productName = SetgreetSDK;
363+
};
364+
/* End XCSwiftPackageProductDependency section */
339365
};
340366
rootObject = 904C452A2D85D64E0002EA63 /* Project object */;
341367
}

Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)