Skip to content

Commit

Permalink
Release Visits iOS 2.17.0 to AppStore
Browse files Browse the repository at this point in the history
* update to ht sdk to 5.5.0

* bump visits app version

* fix issue with swift custom dump

pointfreeco/swift-custom-dump#107
  • Loading branch information
ferologics committed Apr 4, 2024
1 parent 02e78ec commit a67ae46
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Visits.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Visits/Visits.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 79;
CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_ASSET_PATHS = "\"Visits/Preview Content\"";
DEVELOPMENT_TEAM = H4925W78YQ;
ENABLE_PREVIEWS = YES;
Expand All @@ -342,7 +342,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.16.6;
MARKETING_VERSION = 2.17.0;
PRODUCT_BUNDLE_IDENTIFIER = com.hypertrack.logistics.ios.store;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -357,7 +357,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Visits/Visits.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 79;
CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_ASSET_PATHS = "\"Visits/Preview Content\"";
DEVELOPMENT_TEAM = H4925W78YQ;
ENABLE_PREVIEWS = YES;
Expand All @@ -368,7 +368,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.16.6;
MARKETING_VERSION = 2.17.0;
PRODUCT_BUNDLE_IDENTIFIER = com.hypertrack.logistics.ios.store;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/hypertrack/sdk-ios",
"state": {
"branch": null,
"revision": "3d558fcc8a798ba15d61dbe9dc0911d8e4a519ba",
"version": "5.2.0"
"revision": "ec0c6a5f53a36b402892f2b5ebad8e77ef7b67ea",
"version": "5.5.0"
}
},
{
Expand Down Expand Up @@ -69,8 +69,8 @@
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump",
"state": {
"branch": null,
"revision": "21ec1d717c07cea5a026979cb0471dd95c7087e7",
"version": "0.5.0"
"revision": "0a5bff05fe01dcd513932ed338a4efad8268b803",
"version": "0.11.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Visits/Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ let package = Package(
.package(name: "BranchSDK", url: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution", .exact("3.0.1")),
.package( url: "https://github.com/apple/swift-collections", .exact("1.0.6")),
.package( url: "https://github.com/pointfreeco/swift-composable-architecture", .exact("0.36.0")),
.package( url: "https://github.com/pointfreeco/swift-custom-dump", .exact("0.5.0")),
.package(name: "HyperTrack", url: "https://github.com/hypertrack/sdk-ios", .exact("5.2.0")),
.package( url: "https://github.com/pointfreeco/swift-custom-dump", .exact("0.11.2")),
.package(name: "HyperTrack", url: "https://github.com/hypertrack/sdk-ios", .exact("5.5.0")),
.package( url: "https://github.com/pointfreeco/swift-nonempty", .exact("0.4.0")),
.package(name: "Sentry", url: "https://github.com/getsentry/sentry-cocoa", .exact("8.18.0")),
.package( url: "https://github.com/pointfreeco/swift-tagged", .exact("0.10.0")),
Expand Down
2 changes: 1 addition & 1 deletion Visits/Modules/Sources/Types/AutoCodable.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.3.4 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation

Expand Down

0 comments on commit a67ae46

Please sign in to comment.