Skip to content

Commit

Permalink
added new lanes for provisioning profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent 063a601 commit 11fb72a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ platform :ios do
build_number: number + 1,
xcodeproj: "Example/ExampleApp.xcodeproj"
)
install_provisioning_profile(
path: "profilename.mobileprovision"
)
update_project_provisioning(
xcodeproj: "Example/ExampleApp.xcodeproj",
profile: "profilename.mobileprovision",
build_configuration: "Release"
)
gym(
configuration: "Release",
project: "Example/ExampleApp.xcodeproj",
Expand Down

0 comments on commit 11fb72a

Please sign in to comment.