Skip to content

Commit

Permalink
feat: bump Android SDK to v0.14.0 and bump Swfit SDK to v0.12.4 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: zhu-xiaowei <[email protected]>
  • Loading branch information
zhu-xiaowei and zhu-xiaowei authored Jun 28, 2024
1 parent fc0e4b4 commit 75e2d66
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0

* feat: bump Android SDK to v0.14.0 and bump Swift SDK to v0.12.4

## 0.4.2

* fix: crash when converting invalid JSON object on Swift SDK
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
implementation 'software.aws.solution:clickstream:0.13.0'
implementation 'software.aws.solution:clickstream:0.14.0'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
}

Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PODS:
- Amplify (1.30.3):
- Amplify/Default (= 1.30.3)
- Amplify/Default (1.30.3)
- clickstream_analytics (0.0.1):
- clickstream_analytics/Clickstream (= 0.0.1)
- clickstream_analytics (0.4.2):
- clickstream_analytics/Clickstream (= 0.4.2)
- Flutter
- clickstream_analytics/Clickstream (0.0.1):
- clickstream_analytics/Clickstream (0.4.2):
- Amplify (= 1.30.3)
- Flutter
- GzipSwift (= 5.1.1)
Expand Down Expand Up @@ -39,7 +39,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplify: 516e5da5f256f62841b6bc659e1644bc999d7b6e
clickstream_analytics: 22312ed8d353813f1f6847aecb4e04b62bdda478
clickstream_analytics: 5e40d5561a018d35c7595682f5b90e4b857565f9
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
GzipSwift: 893f3e48e597a1a4f62fafcb6514220fcf8287fa
integration_test: 13825b8a9334a850581300559b8839134b124670
Expand Down
9 changes: 6 additions & 3 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -468,14 +468,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = software.aws.solution.clickstreamFlutterExample;
PRODUCT_BUNDLE_IDENTIFIER = software.aws.solution.flutterExampleApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -647,14 +648,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = software.aws.solution.clickstreamFlutterExample;
PRODUCT_BUNDLE_IDENTIFIER = software.aws.solution.flutterExampleApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -670,14 +672,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = software.aws.solution.clickstreamFlutterExample;
PRODUCT_BUNDLE_IDENTIFIER = software.aws.solution.flutterExampleApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
18 changes: 9 additions & 9 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -29,6 +26,13 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -46,9 +50,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.4.2"
clock:
dependency: transitive
description:
Expand Down

0 comments on commit 75e2d66

Please sign in to comment.