From 6eee29e1facb2825d8184eb33652cf18c7b4814c Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 29 Dec 2021 23:56:46 -0800 Subject: [PATCH] Turn off stripping (#291) * Turn off stripping * Remove archive from assets, now that it's not really needed --- .github/workflows/release.yml | 10 ---------- Secretive.xcodeproj/project.pbxproj | 6 ++++++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e084011..a103472 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,16 +97,6 @@ jobs: asset_path: ./Secretive.zip asset_name: Secretive.zip asset_content_type: application/zip - - name: Upload Archive to Release - id: upload-release-asset-archive - uses: actions/upload-release-asset@v1.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./Archive.zip - asset_name: Xcode_Archive.zip - asset_content_type: application/zip - name: Upload App to Artifacts uses: actions/upload-artifact@v1 with: diff --git a/Secretive.xcodeproj/project.pbxproj b/Secretive.xcodeproj/project.pbxproj index a0a082a..d8f7483 100644 --- a/Secretive.xcodeproj/project.pbxproj +++ b/Secretive.xcodeproj/project.pbxproj @@ -1252,6 +1252,8 @@ ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "-Xfrontend -warn-concurrency -Xfrontend -enable-actor-data-race-checks"; SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = NO; + STRIP_SWIFT_SYMBOLS = NO; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; @@ -1308,6 +1310,8 @@ MTL_FAST_MATH = YES; OTHER_SWIFT_FLAGS = "-Xfrontend -warn-concurrency -Xfrontend -enable-actor-data-race-checks"; SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = NO; + STRIP_SWIFT_SYMBOLS = NO; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; }; @@ -1652,6 +1656,8 @@ ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "-Xfrontend -warn-concurrency -Xfrontend -enable-actor-data-race-checks"; SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = NO; + STRIP_SWIFT_SYMBOLS = NO; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; };