Skip to content

Commit

Permalink
Merge branch 'hotfix-v230209-ci-for-ios-upload'
Browse files Browse the repository at this point in the history
  • Loading branch information
bafu committed Feb 19, 2023
2 parents 33ec347 + cc7ad41 commit 7171b4b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

To check the difference between the last releaes and the latest dev status, click the link above.

## [0.74.2] - 2023-02-14

### Fixed

1. Disable deprecated uploadBitcode in ios CI

## [0.74.1] - 2023-02-16

### Changed

1. Changed text "Get 5 credits ..." to "Get 3 credits ..."

## [0.74.0] - 2023-02-14

### Added
Expand Down Expand Up @@ -2030,7 +2042,9 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
- Android - the APK file `app-debug.apk` is attached to this release

[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.74.0...HEAD
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.74.2...HEAD
[0.74.2]: https://github.com/numbersprotocol/capture-lite/compare/0.74.1...0.74.2
[0.74.1]: https://github.com/numbersprotocol/capture-lite/compare/0.74.0...0.74.1
[0.74.0]: https://github.com/numbersprotocol/capture-lite/compare/0.73.0...0.74.0
[0.73.1]: https://github.com/numbersprotocol/capture-lite/compare/0.72.4...0.73.1
[0.72.4]: https://github.com/numbersprotocol/capture-lite/compare/0.72.3...0.72.4
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 472
versionName "0.74.0"
versionCode 474
versionName "0.74.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.74.0;
MARKETING_VERSION = 0.74.2;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -401,7 +401,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.74.0;
MARKETING_VERSION = 0.74.2;
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;
Expand Down
2 changes: 1 addition & 1 deletion ios/App/ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>teamID</key>
<string>G7NB5YCKAP</string>
<key>uploadBitcode</key>
<true/>
<false/>
<key>uploadSymbols</key>
<true/>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.74.0",
"version": "0.74.2",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"invitation": {
"invitation": "Invitation",
"inviteFriends": "Invite friends",
"inviteFriendsBenefit": "Get 5 credits for each accepted invitation",
"inviteFriendsBenefit": "Get 3 credits for each accepted invitation",
"shareInvitationCode": "Share invitation code",
"shareToGetRewarded": "Share to get rewarded",
"useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward": "Use my referral code {{referralCode}} to sign up for Capture App, pass verification and we both get NUM Points reward!"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"invitation": {
"invitation": "邀請",
"inviteFriends": "邀請好友",
"inviteFriendsBenefit": "每個接受的邀請可獲得 5 個積分",
"inviteFriendsBenefit": "每個接受的邀請可獲得 3 個積分",
"shareInvitationCode": "分享邀請碼",
"shareToGetRewarded": "分享以獲得獎勵",
"useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward": "透過我的推薦碼 {{referralCode}} 在 Capture App 註冊,一起獲得 NUM Points!"
Expand Down

0 comments on commit 7171b4b

Please sign in to comment.