File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 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.3 .0/SwiftChat.apk )
11
- - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.3 .0/SwiftChat.dmg )
10
+ - [ Download for Android] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .0/SwiftChat.apk )
11
+ - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .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.3 .0/SwiftChat.apk )
11
- - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.3 .0/SwiftChat.dmg )
10
+ - [ 下载 Android 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .0/SwiftChat.apk )
11
+ - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .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 54
83
- versionName " 2.3 .0"
82
+ versionCode 58
83
+ versionName " 2.4 .0"
84
84
ndk {
85
85
// noinspection ChromeOsAbiSupport
86
86
abiFilters ' arm64-v8a'
Original file line number Diff line number Diff line change 544
544
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
545
545
CODE_SIGN_IDENTITY = "Apple Development";
546
546
CODE_SIGN_STYLE = Automatic;
547
- CURRENT_PROJECT_VERSION = 54 ;
547
+ CURRENT_PROJECT_VERSION = 58 ;
548
548
DEVELOPMENT_TEAM = BUA6W9H7T3;
549
549
ENABLE_BITCODE = NO;
550
550
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
556
556
"$(inherited)",
557
557
"@executable_path/Frameworks",
558
558
);
559
- MARKETING_VERSION = 2.3 .0;
559
+ MARKETING_VERSION = 2.4 .0;
560
560
OTHER_LDFLAGS = (
561
561
"$(inherited)",
562
562
"-ObjC",
585
585
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
586
586
CODE_SIGN_IDENTITY = "Apple Development";
587
587
CODE_SIGN_STYLE = Automatic;
588
- CURRENT_PROJECT_VERSION = 54 ;
588
+ CURRENT_PROJECT_VERSION = 58 ;
589
589
DEVELOPMENT_TEAM = BUA6W9H7T3;
590
590
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
591
591
INFOPLIST_FILE = SwiftChat/Info.plist;
596
596
"$(inherited)",
597
597
"@executable_path/Frameworks",
598
598
);
599
- MARKETING_VERSION = 2.3 .0;
599
+ MARKETING_VERSION = 2.4 .0;
600
600
OTHER_LDFLAGS = (
601
601
"$(inherited)",
602
602
"-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.3 .0" ,
4
+ "version" : " 2.4 .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