File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2323 echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
2424 security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
2525 security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
26- # - run: security create-keychain -p travis build.keychain
27- # - run: security default-keychain -s build.keychain
28- # - run: security unlock-keychain -p travis build.keychain
29- # - run: echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
30- # - run: security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
31- # - run: security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
3226 - run : sudo npm i -g yarn
3327 # needed for release process
3428 - run : brew install gettext
You can’t perform that action at this time.
0 commit comments