Skip to content

Commit

Permalink
Revert "strip debug symbols"
Browse files Browse the repository at this point in the history
This reverts commit 2ee3717.
  • Loading branch information
natlibfi-psams committed Sep 9, 2024
1 parent 37a958f commit f99583e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ platform :ios do
project: "Palace.xcodeproj",
scheme: "Ekirjasto",
configuration: "Release-#{configuration}",
include_symbols: false,
include_symbols: true,
include_bitcode: false,
silent: true,
#output_name: options[:output_name],
Expand Down Expand Up @@ -138,7 +138,7 @@ platform :ios do
project: "Palace.xcodeproj",
scheme: "Ekirjasto",
configuration: "Release-#{configuration}",
include_symbols: false,
include_symbols: true,
include_bitcode: false,
#export_options: {
# method: "app-store",
Expand Down

0 comments on commit f99583e

Please sign in to comment.