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 23
23
echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
24
24
security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
25
25
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
32
26
- run : sudo npm i -g yarn
33
27
# needed for release process
34
28
- run : brew install gettext
You can’t perform that action at this time.
0 commit comments