Skip to content

Commit

Permalink
Repaired mac example project (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
migs647 authored Oct 27, 2020
1 parent f5f92e2 commit 8ada689
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Examples/SegmentMac/SegmentMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
objects = {

/* Begin PBXBuildFile section */
961C616D24BE5BA200A8B8E3 /* Analytics in Frameworks */ = {isa = PBXBuildFile; productRef = 961C616C24BE5BA200A8B8E3 /* Analytics */; };
96A12BAE24B3AEE200949804 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A12BAD24B3AEE200949804 /* AppDelegate.swift */; };
96A12BB024B3AEE200949804 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A12BAF24B3AEE200949804 /* ViewController.swift */; };
96A12BB224B3AEE400949804 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 96A12BB124B3AEE400949804 /* Assets.xcassets */; };
96A12BB524B3AEE400949804 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 96A12BB324B3AEE400949804 /* Main.storyboard */; };
96E46DAA2547A9090086871C /* Segment in Frameworks */ = {isa = PBXBuildFile; productRef = 96E46DA92547A9090086871C /* Segment */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -42,7 +42,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
961C616D24BE5BA200A8B8E3 /* Analytics in Frameworks */,
96E46DAA2547A9090086871C /* Segment in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -104,7 +104,7 @@
);
name = SegmentMac;
packageProductDependencies = (
961C616C24BE5BA200A8B8E3 /* Analytics */,
96E46DA92547A9090086871C /* Segment */,
);
productName = SegmentMac;
productReference = 96A12BAA24B3AEE200949804 /* SegmentMac.app */;
Expand Down Expand Up @@ -363,17 +363,17 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/segmentio/analytics-ios.git";
requirement = {
branch = migs647/macconversion;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 4.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
961C616C24BE5BA200A8B8E3 /* Analytics */ = {
96E46DA92547A9090086871C /* Segment */ = {
isa = XCSwiftPackageProductDependency;
package = 961C616B24BE5BA200A8B8E3 /* XCRemoteSwiftPackageReference "analytics-ios" */;
productName = Analytics;
productName = Segment;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"object": {
"pins": [
{
"package": "Analytics",
"package": "Segment",
"repositoryURL": "https://github.com/segmentio/analytics-ios.git",
"state": {
"branch": "migs647/macconversion",
"revision": "bd012c2c3fe26e228bdf386a7e38c0a6b4b761fc",
"version": null
"branch": null,
"revision": "66c416d06646dc042f7963ccd6787ef30e127adc",
"version": "4.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Examples/SegmentMac/SegmentMac/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import Cocoa
import Analytics
import Segment

class ViewController: NSViewController {

Expand Down

0 comments on commit 8ada689

Please sign in to comment.