Skip to content

Commit

Permalink
pointing to hardcoded profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent 442a134 commit 0ff5eb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.MATCH_SSH_KEY }}

- name: check Install
run: fastlane action install_provisioning_profile

- name: Release
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD_TALHA }}
Expand Down
5 changes: 1 addition & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,9 @@ platform :ios do
build_number: number + 1,
xcodeproj: "Example/ExampleApp.xcodeproj"
)
install_provisioning_profile(
path: "profiles/profile.mobileprovision"
)
update_project_provisioning(
xcodeproj: "Example/ExampleApp.xcodeproj",
profile: "profiles/profile.mobileprovision",
profile: "~/Library/MobileDevice/Provisioning Profiles/a6ba4083-a6fd-4d4f-b2f1-4098d8234e42.mobileprovision",
build_configuration: "Release"
)
gym(
Expand Down

0 comments on commit 0ff5eb1

Please sign in to comment.