From 660ddfc6acc6bf9563d2d8f1b886ede84da1ce64 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 24 Sep 2022 16:33:46 +0200 Subject: [PATCH] Test run --- .github/workflows/build.yml | 1 + android/sentry.properties | 4 ---- fastlane/Fastfile | 1 - ios/sentry.properties | 4 ---- sentry.properties | 3 +++ 5 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 android/sentry.properties delete mode 100644 ios/sentry.properties create mode 100644 sentry.properties diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddde556f..b28323f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/android/sentry.properties b/android/sentry.properties deleted file mode 100644 index 5a672fac..00000000 --- a/android/sentry.properties +++ /dev/null @@ -1,4 +0,0 @@ -defaults.url=https://sentry.io/ -defaults.org=tooot -defaults.project=app -auth.token=d8f82bcbb7fe4cebb886d69e8ef32f36c0f19b08e967480a8c1c867b344a13ad diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 93b9528b..c27497fe 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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, diff --git a/ios/sentry.properties b/ios/sentry.properties deleted file mode 100644 index 5a672fac..00000000 --- a/ios/sentry.properties +++ /dev/null @@ -1,4 +0,0 @@ -defaults.url=https://sentry.io/ -defaults.org=tooot -defaults.project=app -auth.token=d8f82bcbb7fe4cebb886d69e8ef32f36c0f19b08e967480a8c1c867b344a13ad diff --git a/sentry.properties b/sentry.properties new file mode 100644 index 00000000..44c4dd3c --- /dev/null +++ b/sentry.properties @@ -0,0 +1,3 @@ +defaults.url=https://sentry.io/ +defaults.org=tooot +defaults.project=app