Skip to content

Commit c9eeb2c

Browse files
committed
Updated sample application
1 parent 0752b25 commit c9eeb2c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/SampleSwift/SampleSwift.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
3E37C6DA292B18DA00C6EE02 /* FlipperLite in Frameworks */ = {isa = PBXBuildFile; productRef = 3E37C6D9292B18DA00C6EE02 /* FlipperLite */; };
10+
3E37C6E0292B294F00C6EE02 /* SwiftFlipper in Frameworks */ = {isa = PBXBuildFile; productRef = 3E37C6DF292B294F00C6EE02 /* SwiftFlipper */; };
1111
3E71F393292AFC7E00771419 /* SampleSwiftApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E71F392292AFC7E00771419 /* SampleSwiftApp.swift */; };
1212
3E71F395292AFC7E00771419 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E71F394292AFC7E00771419 /* ContentView.swift */; };
1313
3E71F397292AFC7E00771419 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E71F396292AFC7E00771419 /* Assets.xcassets */; };
@@ -51,7 +51,7 @@
5151
isa = PBXFrameworksBuildPhase;
5252
buildActionMask = 2147483647;
5353
files = (
54-
3E37C6DA292B18DA00C6EE02 /* FlipperLite in Frameworks */,
54+
3E37C6E0292B294F00C6EE02 /* SwiftFlipper in Frameworks */,
5555
);
5656
runOnlyForDeploymentPostprocessing = 0;
5757
};
@@ -146,7 +146,7 @@
146146
);
147147
name = SampleSwift;
148148
packageProductDependencies = (
149-
3E37C6D9292B18DA00C6EE02 /* FlipperLite */,
149+
3E37C6DF292B294F00C6EE02 /* SwiftFlipper */,
150150
);
151151
productName = SampleSwift;
152152
productReference = 3E71F38F292AFC7E00771419 /* SampleSwift.app */;
@@ -177,7 +177,7 @@
177177
);
178178
mainGroup = 3E71F386292AFC7E00771419;
179179
packageReferences = (
180-
3E37C6D8292B18DA00C6EE02 /* XCRemoteSwiftPackageReference "FlipperLite" */,
180+
3E37C6DE292B294F00C6EE02 /* XCRemoteSwiftPackageReference "SwiftFlipper" */,
181181
);
182182
productRefGroup = 3E71F390292AFC7E00771419 /* Products */;
183183
projectDirPath = "";
@@ -419,9 +419,9 @@
419419
/* End XCConfigurationList section */
420420

421421
/* Begin XCRemoteSwiftPackageReference section */
422-
3E37C6D8292B18DA00C6EE02 /* XCRemoteSwiftPackageReference "FlipperLite" */ = {
422+
3E37C6DE292B294F00C6EE02 /* XCRemoteSwiftPackageReference "SwiftFlipper" */ = {
423423
isa = XCRemoteSwiftPackageReference;
424-
repositoryURL = "https://github.com/chiragramani/FlipperLite.git";
424+
repositoryURL = "https://github.com/chiragramani/SwiftFlipper";
425425
requirement = {
426426
branch = main;
427427
kind = branch;
@@ -430,10 +430,10 @@
430430
/* End XCRemoteSwiftPackageReference section */
431431

432432
/* Begin XCSwiftPackageProductDependency section */
433-
3E37C6D9292B18DA00C6EE02 /* FlipperLite */ = {
433+
3E37C6DF292B294F00C6EE02 /* SwiftFlipper */ = {
434434
isa = XCSwiftPackageProductDependency;
435-
package = 3E37C6D8292B18DA00C6EE02 /* XCRemoteSwiftPackageReference "FlipperLite" */;
436-
productName = FlipperLite;
435+
package = 3E37C6DE292B294F00C6EE02 /* XCRemoteSwiftPackageReference "SwiftFlipper" */;
436+
productName = SwiftFlipper;
437437
};
438438
/* End XCSwiftPackageProductDependency section */
439439
};

examples/SampleSwift/SampleSwift.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)