Skip to content

Commit baef6dd

Browse files
Remove default_platform
1 parent 9316756 commit baef6dd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ example-pod-install:
2020

2121
.PHONY: example-build-unsigned-ios-app
2222
example-build-unsigned-ios-app:
23-
bundle exec fastlane runner_build_ios_app skip_codesigning:1
23+
bundle exec fastlane ios runner_build_ios_app skip_codesigning:1
2424

2525
.PHONY: example-build-ios-app
2626
example-build-ios-app:
27-
bundle exec fastlane runner_build_ios_app FLUTTER_BUILD_NAME:1.0 FLUTTER_BUILD_NUMBER:$(shell date +%s)
27+
bundle exec fastlane ios runner_build_ios_app FLUTTER_BUILD_NAME:1.0 FLUTTER_BUILD_NUMBER:$(shell date +%s)
2828

2929
.PHONY: example-upload-ios-app
3030
example-upload-ios-app:
31-
bundle exec fastlane upload_ios_app ipa:./build/Release/iOS/Runner/Runner.ipa
31+
bundle exec fastlane ios upload_ios_app ipa:./build/Release/iOS/Runner/Runner.ipa
3232

3333
.PHONY: sdk-flutter-pub-get
3434
sdk-flutter-pub-get:

fastlane/Fastfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
default_platform(:ios)
2-
31
platform :ios do
42
lane :runner_build_ios_app do |options|
53
build_app(

0 commit comments

Comments
 (0)