Skip to content

Commit

Permalink
🔨 bitcodeを無効化する
Browse files Browse the repository at this point in the history
  • Loading branch information
tasuwo committed Oct 3, 2022
1 parent d47475a commit db0554f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fastlane/Gymfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

project("./App/Production/Production.xcodeproj")
output_directory("./build")
include_bitcode(false)
clean(true)

disable_package_automatic_updates(true)
Expand All @@ -11,23 +10,20 @@ cloned_source_packages_path("./SourcePackages")
for_lane :release do
configuration("Release")
export_method("app-store")
include_bitcode(true)

output_name("tsundocs.ipa")
end

for_lane :release_deliver_only do
configuration("Release")
export_method("app-store")
include_bitcode(true)

output_name("tsundocs.ipa")
end

for_lane :release_build_only do
configuration("Release")
export_method("app-store")
include_bitcode(true)

output_name("tsundocs.ipa")
end
Expand Down

0 comments on commit db0554f

Please sign in to comment.