diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index f191530..c1fd13c 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -25,7 +25,7 @@ jobs: run: pod install working-directory: ios - name: Build with Xcode - - uses: yukiarrr/ios-build-action@v1.4.0 + uses: yukiarrr/ios-build-action@v1.4.0 with: project-path: ${{ github.workspace }}/ios/MultiCash.xcodeproj workspace-path: ${{ github.workspace }}/ios/MultiCash.xcworkspace @@ -58,11 +58,12 @@ jobs: - name: Install iOS Cocoa Pods run: pod install working-directory: ios - - name: Build with Xcode - - uses: yukiarrr/ios-build-action@v1.4.0 + - name: Build with Xcode and upload to AppStore Connect + uses: yukiarrr/ios-build-action@v1.4.0 with: project-path: ${{ github.workspace }}/ios/MultiCash.xcodeproj workspace-path: ${{ github.workspace }}/ios/MultiCash.xcworkspace + output-path: ${{ github.workspace }}/ios/app-release.ipa p12-base64: ${{ secrets.IOS_P12_BASE64 }} certificate-password: ${{ secrets.IOS_CERTIFICATE_PASSWORD }} mobileprovision-base64: ${{ secrets.IOS_MOBILEPROVISION_BASE64 }} @@ -71,3 +72,9 @@ jobs: export-method: app-store configuration: Release scheme: MultiCash + - name: Upload Release to GitHub + uses: softprops/action-gh-release@v1 + with: + files: ${{ github.workspace }}/ios/app-release.ipa + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/android/app/build.gradle b/android/app/build.gradle index 4308fea..b0975a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,8 +133,8 @@ android { applicationId "com.multicash" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 202105006 - versionName "0.28.0" + versionCode 202105007 + versionName "0.29.0" multiDexEnabled true missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/MultiCash.xcodeproj/project.pbxproj b/ios/MultiCash.xcodeproj/project.pbxproj index e280299..42e04ea 100644 --- a/ios/MultiCash.xcodeproj/project.pbxproj +++ b/ios/MultiCash.xcodeproj/project.pbxproj @@ -1039,8 +1039,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - APP_BUILD = 20210500600; - APP_VERSION = 0.28.0; + APP_BUILD = 20210500700; + APP_VERSION = 0.29.0; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -1102,8 +1102,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - APP_BUILD = 20210500600; - APP_VERSION = 0.28.0; + APP_BUILD = 20210500700; + APP_VERSION = 0.29.0; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; diff --git a/package.json b/package.json index 3013e1a..80d7def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multicash", - "version": "0.28.0", + "version": "0.29.0", "private": true, "author": "MultiCash LLC", "scripts": {