Skip to content

Commit 2aecb51

Browse files
committed
remove ios rogue stuff and set up betaing for testflight
and hopefully fix travis
1 parent 38d4390 commit 2aecb51

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

fastlane/platforms/ios.rb

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
project: ENV['GYM_PROJECT'])
1414
end
1515

16-
desc 'Go rogue'
17-
lane :'go-rogue' do
18-
activate_rogue_team
19-
end
20-
2116
desc 'Provisions the profiles; bumps the build number; builds the app'
2217
lane :build do
2318
sh('security find-identity -v -p codesigning')
@@ -26,34 +21,8 @@
2621
gym(export_method: 'ad-hoc')
2722
end
2823

29-
desc 'Build, but for the rogue devs'
30-
lane :'rogue-build' do
31-
activate_rogue_team
32-
match(type: 'adhoc', readonly: true)
33-
build
34-
end
35-
36-
desc 'Make a beta, but for the rogue devs'
37-
lane :'rogue-beta' do
38-
activate_rogue_team
39-
match(type: 'adhoc', readonly: true)
40-
set_version
41-
beta
42-
end
43-
44-
desc 'Submit a new Beta Build to HockeyApp'
24+
desc 'Submit a new Beta Build to Testflight'
4525
lane :beta do
46-
badge
47-
48-
build
49-
50-
hockey(notes: release_notes)
51-
end
52-
53-
desc 'Submit a new Beta Build to HockeyApp'
54-
lane :'beta-testflight' do
55-
badge
56-
5726
match(type: 'appstore', readonly: true)
5827
increment_build_number(build_number: latest_testflight_build_number + 1,
5928
xcodeproj: ENV['GYM_PROJECT'])
@@ -68,11 +37,10 @@
6837
# set up things so they can run
6938
authorize_ci_for_keys
7039
ci_keychains
71-
activate_rogue_team
7240

7341
# Set up code signing correctly
7442
# (more information: https://codesigning.guide)
75-
match(type: 'adhoc', readonly: true)
43+
match(type: 'appstore', readonly: true)
7644

7745
# set the app version
7846
set_version

0 commit comments

Comments
 (0)