Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b53a727e3 | ||
|
|
fdec105174 | ||
|
|
12128b016d |
+2
-2
@@ -13,9 +13,9 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.2.0</string>
|
<string>0.3.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2</string>
|
<string>3</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>14.0</string>
|
<string>14.0</string>
|
||||||
<key>LSUIElement</key>
|
<key>LSUIElement</key>
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ fi
|
|||||||
# above, which is what ships. A no-op when the two happen to be the same.
|
# above, which is what ships. A no-op when the two happen to be the same.
|
||||||
echo "==> Signing ${APP_BUNDLE} with resolved identity"
|
echo "==> Signing ${APP_BUNDLE} with resolved identity"
|
||||||
run_signed codesign --force --options runtime --timestamp \
|
run_signed codesign --force --options runtime --timestamp \
|
||||||
"${CODESIGN_KEYCHAIN_ARGS[@]}" \
|
${CODESIGN_KEYCHAIN_ARGS[@]+"${CODESIGN_KEYCHAIN_ARGS[@]}"} \
|
||||||
--sign "${SIGN_IDENTITY}" \
|
--sign "${SIGN_IDENTITY}" \
|
||||||
--identifier "${BUNDLE_ID}" \
|
--identifier "${BUNDLE_ID}" \
|
||||||
"${APP_BUNDLE}"
|
"${APP_BUNDLE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user