Skip to content

Commit

Permalink
[1.197.*] Pre-release merge (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Jul 25, 2024
2 parents ba965c1 + 8509057 commit e886688
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ios_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@ jobs:
/usr/libexec/Plistbuddy -c "Set CFBundleVersion ${{ steps.tramline.outputs.version_code }}" "iosApp/iosApp/Info.plist"
/usr/libexec/Plistbuddy -c "Set CFBundleShortVersionString ${{ steps.tramline.outputs.version_name }}" "iosApp/iosApp/Info.plist"
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode_15.4.app"

- name: Build Archive
run: |
run: |
xcodebuild -project ./iosApp/iosApp.xcodeproj \
-target iosApp \
-scheme iosApp \
-archivePath $RUNNER_TEMP/twine.xcarchive \
-sdk iphoneos \
-configuration Release \
Expand All @@ -76,7 +79,7 @@ jobs:
PROVISIONING_PROFILE=${{ secrets.PROVISION_PROFILE_ID }} \
BUGSNAG_API_KEY=${BUGSNAG_API_KEY} \
clean archive
CODE_SIGN_IDENTITY="iPhone Distribution: Sasi Kanth (6XCS8KZXDA)"
CODE_SIGN_IDENTITY="iPhone Distribution: Sasi Kanth (6XCS8KZXDA)";
- name: Export ipa
env:
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ktor = "2.3.12"
kotlinx_coroutines = "1.9.0-RC"
kotlinx_date_time = "0.6.0"
kotlinx_immutable_collections = "0.3.7"
kotlinx_serialization_json = "1.6.3"
kotlinx_serialization_json = "1.7.1"
decompose = "3.0.0"
essenty = "2.1.0"
androidx_activity = "1.9.0"
androidx_activity = "1.9.1"
androidx_appcompat = "1.7.0"
androidx_core = "1.13.1"
androidx_collection = "1.4.1"
Expand All @@ -24,7 +24,7 @@ androidx_test_rules = "1.6.1"
androidx_work = "2.9.0"
androidx_datastore = "1.1.1"
androidx_browser = "1.8.0"
androidx_annotation = "1.8.0"
androidx_annotation = "1.8.1"
coil = "3.0.0-alpha04"
spotless = "6.25.0"
ktfmt = "0.44"
Expand All @@ -40,7 +40,7 @@ atomicfu = "0.25.0"
okio = "3.9.0"
paging = "3.3.0-alpha02-0.5.1"
stately = "2.0.7"
xmlutil = "0.86.3"
xmlutil = "0.90.1"
ktxml = "0.3.2"
uri = "0.0.18"
webview = "1.9.20"
Expand Down

0 comments on commit e886688

Please sign in to comment.