Skip to content

Commit 8ada689

Browse files
authored
Repaired mac example project (#953)
1 parent f5f92e2 commit 8ada689

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Examples/SegmentMac/SegmentMac.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
961C616D24BE5BA200A8B8E3 /* Analytics in Frameworks */ = {isa = PBXBuildFile; productRef = 961C616C24BE5BA200A8B8E3 /* Analytics */; };
1110
96A12BAE24B3AEE200949804 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A12BAD24B3AEE200949804 /* AppDelegate.swift */; };
1211
96A12BB024B3AEE200949804 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A12BAF24B3AEE200949804 /* ViewController.swift */; };
1312
96A12BB224B3AEE400949804 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 96A12BB124B3AEE400949804 /* Assets.xcassets */; };
1413
96A12BB524B3AEE400949804 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 96A12BB324B3AEE400949804 /* Main.storyboard */; };
14+
96E46DAA2547A9090086871C /* Segment in Frameworks */ = {isa = PBXBuildFile; productRef = 96E46DA92547A9090086871C /* Segment */; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXCopyFilesBuildPhase section */
@@ -42,7 +42,7 @@
4242
isa = PBXFrameworksBuildPhase;
4343
buildActionMask = 2147483647;
4444
files = (
45-
961C616D24BE5BA200A8B8E3 /* Analytics in Frameworks */,
45+
96E46DAA2547A9090086871C /* Segment in Frameworks */,
4646
);
4747
runOnlyForDeploymentPostprocessing = 0;
4848
};
@@ -104,7 +104,7 @@
104104
);
105105
name = SegmentMac;
106106
packageProductDependencies = (
107-
961C616C24BE5BA200A8B8E3 /* Analytics */,
107+
96E46DA92547A9090086871C /* Segment */,
108108
);
109109
productName = SegmentMac;
110110
productReference = 96A12BAA24B3AEE200949804 /* SegmentMac.app */;
@@ -363,17 +363,17 @@
363363
isa = XCRemoteSwiftPackageReference;
364364
repositoryURL = "https://github.com/segmentio/analytics-ios.git";
365365
requirement = {
366-
branch = migs647/macconversion;
367-
kind = branch;
366+
kind = upToNextMajorVersion;
367+
minimumVersion = 4.1.0;
368368
};
369369
};
370370
/* End XCRemoteSwiftPackageReference section */
371371

372372
/* Begin XCSwiftPackageProductDependency section */
373-
961C616C24BE5BA200A8B8E3 /* Analytics */ = {
373+
96E46DA92547A9090086871C /* Segment */ = {
374374
isa = XCSwiftPackageProductDependency;
375375
package = 961C616B24BE5BA200A8B8E3 /* XCRemoteSwiftPackageReference "analytics-ios" */;
376-
productName = Analytics;
376+
productName = Segment;
377377
};
378378
/* End XCSwiftPackageProductDependency section */
379379
};

Examples/SegmentMac/SegmentMac.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Examples/SegmentMac/SegmentMac/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import Cocoa
10-
import Analytics
10+
import Segment
1111

1212
class ViewController: NSViewController {
1313

0 commit comments

Comments
 (0)