mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Add scripts to update provisioning profiles
This commit is contained in:
parent
4d3629e80f
commit
faa63523e8
2
ci/beta-certs.sh
Executable file
2
ci/beta-certs.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
bundle exec fastlane --env secret-codesign,secret-deploy update_provisioning type:appstore readonly:false
|
2
ci/dev-certs.sh
Executable file
2
ci/dev-certs.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
bundle exec fastlane --env secret-codesign,secret-deploy update_provisioning type:development readonly:false
|
@ -61,4 +61,9 @@ platform :ios do
|
|||||||
skip_metadata: true
|
skip_metadata: true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Update provisioning profiles"
|
||||||
|
lane :update_provisioning do |options|
|
||||||
|
match(options)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user