Skip to content

Commit 458ff9b

Browse files
authored
remove the setting of "allaboutolaf" in ios builds
1 parent 31fef09 commit 458ff9b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fastlane/platforms/ios.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@
4444
# set the app version
4545
set_version
4646

47-
# set where this build came from
48-
set_package_data(data: {
49-
allaboutolaf: {
50-
source: 'beta',
51-
},
52-
})
53-
5447
# and run
5548
should_deploy = ENV['run_deploy'] == '1'
5649
if should_deploy

0 commit comments

Comments
 (0)