File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## 📱 Quick Download
9
9
10
- - [ Download for Android] ( https://github.com/aws-samples/swift-chat/releases/download/2.0 .0/SwiftChat.apk )
11
- - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.0 .0/SwiftChat.dmg )
10
+ - [ Download for Android] ( https://github.com/aws-samples/swift-chat/releases/download/2.1 .0/SwiftChat.apk )
11
+ - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.1 .0/SwiftChat.dmg )
12
12
- For iOS: Currently available through local build with Xcode
13
13
14
14
[ 中文] ( /README_CN.md )
Original file line number Diff line number Diff line change 7
7
8
8
## 📱 快速下载
9
9
10
- - [ 下载 Android 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.0 .0/SwiftChat.apk )
11
- - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.0 .0/SwiftChat.dmg )
10
+ - [ 下载 Android 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.1 .0/SwiftChat.apk )
11
+ - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.1 .0/SwiftChat.dmg )
12
12
- iOS 版本:目前可通过 Xcode 本地构建使用
13
13
14
14
[ English] ( /README.md )
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ android {
79
79
applicationId " com.aws.swiftchat"
80
80
minSdkVersion rootProject. ext. minSdkVersion
81
81
targetSdkVersion rootProject. ext. targetSdkVersion
82
- versionCode 40
83
- versionName " 2.0 .0"
82
+ versionCode 41
83
+ versionName " 2.1 .0"
84
84
ndk {
85
85
// noinspection ChromeOsAbiSupport
86
86
abiFilters ' arm64-v8a'
Original file line number Diff line number Diff line change 491
491
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
492
492
CODE_SIGN_IDENTITY = "Apple Development";
493
493
CODE_SIGN_STYLE = Automatic;
494
- CURRENT_PROJECT_VERSION = 40 ;
494
+ CURRENT_PROJECT_VERSION = 41 ;
495
495
DEVELOPMENT_TEAM = BUA6W9H7T3;
496
496
ENABLE_BITCODE = NO;
497
497
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
503
503
"$(inherited)",
504
504
"@executable_path/Frameworks",
505
505
);
506
- MARKETING_VERSION = 2.0 .0;
506
+ MARKETING_VERSION = 2.1 .0;
507
507
OTHER_LDFLAGS = (
508
508
"$(inherited)",
509
509
"-ObjC",
532
532
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
533
533
CODE_SIGN_IDENTITY = "Apple Development";
534
534
CODE_SIGN_STYLE = Automatic;
535
- CURRENT_PROJECT_VERSION = 40 ;
535
+ CURRENT_PROJECT_VERSION = 41 ;
536
536
DEVELOPMENT_TEAM = BUA6W9H7T3;
537
537
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
538
538
INFOPLIST_FILE = SwiftChat/Info.plist;
543
543
"$(inherited)",
544
544
"@executable_path/Frameworks",
545
545
);
546
- MARKETING_VERSION = 2.0 .0;
546
+ MARKETING_VERSION = 2.1 .0;
547
547
OTHER_LDFLAGS = (
548
548
"$(inherited)",
549
549
"-ObjC",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swift-chat" ,
3
3
"description" : " Sample Bedrock Cross-platform App - SwiftChat" ,
4
- "version" : " 2.0 .0" ,
4
+ "version" : " 2.1 .0" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments