Skip to content

Commit c399f3e

Browse files
authored
Fixed example projects using old branch for swift (#955)
1 parent 8ada689 commit c399f3e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Examples/FullExampleFlow/Analytics Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@
426426
isa = XCRemoteSwiftPackageReference;
427427
repositoryURL = "https://github.com/segmentio/analytics-ios.git";
428428
requirement = {
429-
branch = migs647/macconversion;
430-
kind = branch;
429+
kind = upToNextMajorVersion;
430+
minimumVersion = 4.1.0;
431431
};
432432
};
433433
/* End XCRemoteSwiftPackageReference section */

Examples/FullExampleFlow/Analytics Example.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/FullExampleFlowCatalyst/Analytics Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@
436436
isa = XCRemoteSwiftPackageReference;
437437
repositoryURL = "https://github.com/segmentio/analytics-ios.git";
438438
requirement = {
439-
branch = migs647/macconversion;
440-
kind = branch;
439+
kind = upToNextMajorVersion;
440+
minimumVersion = 4.1.0;
441441
};
442442
};
443443
/* End XCRemoteSwiftPackageReference section */

Examples/FullExampleFlowCatalyst/Analytics Example.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.

0 commit comments

Comments
 (0)