This commit is contained in:
xmflsct 2022-09-24 16:33:46 +02:00
parent 7b109a02d9
commit 660ddfc6ac
5 changed files with 4 additions and 9 deletions

View File

@ -25,6 +25,7 @@ jobs:
run: bundle install
- name: -- Step 5 -- Run fastlane
env:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
ENVIRONMENT: ${{ steps.branch.outputs.branch }}
SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.branch }}
LC_ALL: en_US.UTF-8

View File

@ -1,4 +0,0 @@
defaults.url=https://sentry.io/
defaults.org=tooot
defaults.project=app
auth.token=d8f82bcbb7fe4cebb886d69e8ef32f36c0f19b08e967480a8c1c867b344a13ad

View File

@ -22,7 +22,6 @@ private_lane :build_ios do
DSYM_FILE = "#{BUILD_DIRECTORY}/tooot.app.dSYM.zip"
setup_ci
xcversion(version: "13.4.1")
set_info_plist_value( path: INFO_PLIST, key: "CFBundleShortVersionString", value: VERSION )
set_info_plist_value(
path: INFO_PLIST,

View File

@ -1,4 +0,0 @@
defaults.url=https://sentry.io/
defaults.org=tooot
defaults.project=app
auth.token=d8f82bcbb7fe4cebb886d69e8ef32f36c0f19b08e967480a8c1c867b344a13ad

3
sentry.properties Normal file
View File

@ -0,0 +1,3 @@
defaults.url=https://sentry.io/
defaults.org=tooot
defaults.project=app