Skip to content

Commit

Permalink
chore: v1.0.3-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Oct 9, 2023
1 parent 936c5b7 commit d2b1863
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions AnalyticsConnector.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
analytics_connector_version = "1.0.3-beta.1" # Version is managed automatically by semantic-release, please dont change it manually
analytics_connector_version = "1.0.3-beta.2" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand All @@ -15,10 +15,10 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '10.0'
spec.ios.source_files = 'Sources/AnalyticsConnector/**/*.{h,swift}'

spec.osx.deployment_target = '10.13'
spec.osx.deployment_target = '10.10'
spec.osx.source_files = 'sources/AnalyticsConnector/**/*.{h,swift}'

spec.tvos.deployment_target = '10.0'
spec.tvos.deployment_target = '9.0'
spec.tvos.source_files = 'sources/AnalyticsConnector/**/*.{h,swift}'

spec.watchos.deployment_target = '3.0'
Expand Down
8 changes: 4 additions & 4 deletions AnalyticsConnector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.amplitude.AnalyticsConnector;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -275,7 +275,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4,6";
TVOS_DEPLOYMENT_TARGET = 10.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Debug;
Expand All @@ -299,15 +299,15 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.amplitude.AnalyticsConnector;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchos watchsimulator appletvos appletvsimulator macosx";
SWIFT_INSTALL_OBJC_HEADER = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4,6";
TVOS_DEPLOYMENT_TARGET = 10.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Release;
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ let package = Package(
name: "analytics-connector-ios",
platforms: [
.iOS(.v10),
.macOS(.v10_13),
.tvOS(.v10),
.macOS(.v10_10),
.tvOS(.v9),
.watchOS(.v3)
],
products: [
Expand Down

0 comments on commit d2b1863

Please sign in to comment.