Skip to content

Commit

Permalink
Init sign
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Dec 1, 2015
1 parent dacaf9c commit c9e6059
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 123,971 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
Medis.app/Contents/Resources/app.asar
sign
Medis.pkg
.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<key>BuildMachineOSBuild</key>
<string>14F1021</string>
<key>CFBundleDisplayName</key>
<string>Electron Helper EH</string>
<string>Medis Helper EH</string>
<key>CFBundleExecutable</key>
<string>Electron Helper EH</string>
<string>Medis Helper EH</string>
<key>CFBundleIdentifier</key>
<string>com.github.electron.helper.EH</string>
<string>li.zihua.medis.helper.EH</string>
<key>CFBundleName</key>
<string>Electron Helper EH</string>
<string>Medis Helper EH</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>DTSDKBuild</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<key>BuildMachineOSBuild</key>
<string>14F1021</string>
<key>CFBundleDisplayName</key>
<string>Electron Helper NP</string>
<string>Medis Helper NP</string>
<key>CFBundleExecutable</key>
<string>Electron Helper NP</string>
<string>Medis Helper NP</string>
<key>CFBundleIdentifier</key>
<string>com.github.electron.helper.NP</string>
<string>li.zihua.medis.helper.NP</string>
<key>CFBundleName</key>
<string>Electron Helper NP</string>
<string>Medis Helper NP</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>DTSDKBuild</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<key>BuildMachineOSBuild</key>
<string>14F1021</string>
<key>CFBundleIdentifier</key>
<string>com.github.electron.helper</string>
<string>li.zihua.medis.helper</string>
<key>CFBundleName</key>
<string>Electron Helper</string>
<string>Medis Helper</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>DTSDKBuild</key>
Expand Down
Binary file not shown.
Binary file modified Medis.app/Contents/Resources/atom.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Medis

Medis is a beautiful, easy-to-use Mac database management application for working with Redis.
Medis is a beautiful, easy-to-use Mac database management application for working with Redis >= 2.8.

Medis starts with all the basic features you need:

Expand Down
5 changes: 3 additions & 2 deletions bin/sign
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ codesign --deep -fs "$APP_KEY" --entitlements child.plist "$FRAMEWORKS_PATH/Elec
codesign --deep -fs "$APP_KEY" --entitlements child.plist "$FRAMEWORKS_PATH/$APP Helper.app/"
codesign --deep -fs "$APP_KEY" --entitlements child.plist "$FRAMEWORKS_PATH/$APP Helper EH.app/"
codesign --deep -fs "$APP_KEY" --entitlements child.plist "$FRAMEWORKS_PATH/$APP Helper NP.app/"
codesign -fs "$APP_KEY" --entitlements parent.plist "$APP_PATH"
codesign --deep -fs "$APP_KEY" --entitlements child.plist "$APP_PATH/Contents/MacOS/Electron"
codesign --deep -fs "$APP_KEY" --entitlements parent.plist "$APP_PATH"
productbuild --component "$APP_PATH" /Applications --sign "$INSTALLER_KEY" "$RESULT_PATH"

rm -rf sign
# rm -rf sign

0 comments on commit c9e6059

Please sign in to comment.