Skip to content

Commit

Permalink
new marketing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Sep 27, 2017
1 parent 6225107 commit 97a1cb3
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.44" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.501" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
Expand Down
47 changes: 47 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@
"phonegap-plugin-push": {
"SENDER_ID": "710936220256"
},
"cordova-plugin-certificates": {},
"com.jcjee.plugins.emailcomposer": {}
"com.jcjee.plugins.emailcomposer": {},
"cordova-plugin-certificates": {}
}
},
"dependencies": {
"EmailComposer": "git+https://github.com/pliablepixels/email-composer.git",
"com.jcjee.plugins.emailcomposer": "https://github.com/pliablepixels/email-composer",
"com.telerik.plugins.nativepagetransitions": "^0.6.5",
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
Expand Down Expand Up @@ -85,10 +86,13 @@
"cordova-plugin-websocket": "^0.12.2",
"cordova-plugin-whitelist": "^1.3.2",
"cordova-sqlite-storage": "^1.5.3",
"deep-equal": "^1.0.1",
"electron-window-state": "^4.1.1",
"ionic-plugin-keyboard": "^2.2.1",
"json-file": "^0.1.0",
"mkdirp": "^0.5.1",
"org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin",
"phonegap-plugin-mobile-accessibility": "^1.0.5",
"phonegap-plugin-push": "^1.9.0",
"com.jcjee.plugins.emailcomposer": "https://github.com/pliablepixels/email-composer"
"phonegap-plugin-push": "^1.9.0"
}
}
Binary file added resources/App Store iOS 1024pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugins=`cordova plugin list | awk '{print $1}' | grep -v {}`
for plugin in $plugins
do
echo "Here $plugin"
done

0 comments on commit 97a1cb3

Please sign in to comment.