Skip to content

Commit ab58d12

Browse files
committed
👷 Use local package for Example project
1 parent b9a39c7 commit ab58d12

2 files changed

Lines changed: 16 additions & 38 deletions

File tree

‎Examples/Counter/Counter.xcodeproj/project.pbxproj‎

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
FD5BAAF32C6B34700076482B /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD5BAAF22C6B34700076482B /* Dripper */; };
11-
FD760AB72C9D4964005438A7 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD760AB62C9D4964005438A7 /* Dripper */; };
12-
FDB0C75D2CACC196009CA840 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FDB0C75C2CACC196009CA840 /* Dripper */; };
10+
FD20FA4E2CAF65EC00E8F9D9 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD20FA4D2CAF65EC00E8F9D9 /* Dripper */; };
1311
/* End PBXBuildFile section */
1412

1513
/* Begin PBXFileReference section */
@@ -29,9 +27,7 @@
2927
isa = PBXFrameworksBuildPhase;
3028
buildActionMask = 2147483647;
3129
files = (
32-
FDB0C75D2CACC196009CA840 /* Dripper in Frameworks */,
33-
FD5BAAF32C6B34700076482B /* Dripper in Frameworks */,
34-
FD760AB72C9D4964005438A7 /* Dripper in Frameworks */,
30+
FD20FA4E2CAF65EC00E8F9D9 /* Dripper in Frameworks */,
3531
);
3632
runOnlyForDeploymentPostprocessing = 0;
3733
};
@@ -76,7 +72,7 @@
7672
packageProductDependencies = (
7773
FD5BAAF22C6B34700076482B /* Dripper */,
7874
FD760AB62C9D4964005438A7 /* Dripper */,
79-
FDB0C75C2CACC196009CA840 /* Dripper */,
75+
FD20FA4D2CAF65EC00E8F9D9 /* Dripper */,
8076
);
8177
productName = DripperDemo;
8278
productReference = FD5BAAE02C6B326B0076482B /* Counter.app */;
@@ -107,7 +103,7 @@
107103
mainGroup = FD5BAAD72C6B326B0076482B;
108104
minimizedProjectReferenceProxies = 1;
109105
packageReferences = (
110-
FDB0C75B2CACC196009CA840 /* XCRemoteSwiftPackageReference "Dripper" */,
106+
FD20FA4C2CAF65EC00E8F9D9 /* XCLocalSwiftPackageReference "../../../Dripper" */,
111107
);
112108
preferredProjectObjectVersion = 77;
113109
productRefGroup = FD5BAAE12C6B326B0076482B /* Products */;
@@ -286,7 +282,8 @@
286282
PRODUCT_NAME = "$(TARGET_NAME)";
287283
PROVISIONING_PROFILE_SPECIFIER = "";
288284
SWIFT_EMIT_LOC_STRINGS = YES;
289-
SWIFT_VERSION = 5.0;
285+
SWIFT_STRICT_CONCURRENCY = complete;
286+
SWIFT_VERSION = 6.0;
290287
TARGETED_DEVICE_FAMILY = "1,2";
291288
};
292289
name = Debug;
@@ -318,7 +315,8 @@
318315
PRODUCT_NAME = "$(TARGET_NAME)";
319316
PROVISIONING_PROFILE_SPECIFIER = "";
320317
SWIFT_EMIT_LOC_STRINGS = YES;
321-
SWIFT_VERSION = 5.0;
318+
SWIFT_STRICT_CONCURRENCY = complete;
319+
SWIFT_VERSION = 6.0;
322320
TARGETED_DEVICE_FAMILY = "1,2";
323321
};
324322
name = Release;
@@ -346,29 +344,24 @@
346344
};
347345
/* End XCConfigurationList section */
348346

349-
/* Begin XCRemoteSwiftPackageReference section */
350-
FDB0C75B2CACC196009CA840 /* XCRemoteSwiftPackageReference "Dripper" */ = {
351-
isa = XCRemoteSwiftPackageReference;
352-
repositoryURL = "https://github.com/musicspot24/Dripper";
353-
requirement = {
354-
kind = upToNextMajorVersion;
355-
minimumVersion = 0.0.2;
356-
};
347+
/* Begin XCLocalSwiftPackageReference section */
348+
FD20FA4C2CAF65EC00E8F9D9 /* XCLocalSwiftPackageReference "../../../Dripper" */ = {
349+
isa = XCLocalSwiftPackageReference;
350+
relativePath = ../../../Dripper;
357351
};
358-
/* End XCRemoteSwiftPackageReference section */
352+
/* End XCLocalSwiftPackageReference section */
359353

360354
/* Begin XCSwiftPackageProductDependency section */
361-
FD5BAAF22C6B34700076482B /* Dripper */ = {
355+
FD20FA4D2CAF65EC00E8F9D9 /* Dripper */ = {
362356
isa = XCSwiftPackageProductDependency;
363357
productName = Dripper;
364358
};
365-
FD760AB62C9D4964005438A7 /* Dripper */ = {
359+
FD5BAAF22C6B34700076482B /* Dripper */ = {
366360
isa = XCSwiftPackageProductDependency;
367361
productName = Dripper;
368362
};
369-
FDB0C75C2CACC196009CA840 /* Dripper */ = {
363+
FD760AB62C9D4964005438A7 /* Dripper */ = {
370364
isa = XCSwiftPackageProductDependency;
371-
package = FDB0C75B2CACC196009CA840 /* XCRemoteSwiftPackageReference "Dripper" */;
372365
productName = Dripper;
373366
};
374367
/* End XCSwiftPackageProductDependency section */

‎Examples/Counter/Counter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved‎

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)