-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from openpearl/develop
v1.2.0
- Loading branch information
Showing
71 changed files
with
845 additions
and
1,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
scss/_components | ||
|
||
www/_templates/ | ||
www/assets/lib | ||
www/app/bundle.js | ||
|
||
node_modules | ||
*.swp | ||
*.swo | ||
*.log | ||
*.DS_Store | ||
DS_Store/ | ||
.DS_Store/ | ||
|
||
.tmp | ||
.sass-cache | ||
<%= appPath %>/bower_components | ||
coverage | ||
platforms | ||
resources | ||
plugins | ||
*.swp | ||
*.swo | ||
*.log | ||
*.DS_Store | ||
DS_Store/ | ||
.DS_Store/ | ||
|
||
node_modules | ||
bower_components | ||
<%= appPath %>/bower_components | ||
|
||
www/_templates/ | ||
www/assets/lib | ||
www/app/bundle.js | ||
|
||
scss/_components |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<widget id="com.InvoStudios.Pearl" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<widget id="com.InvoStudios.Pearl" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Pearl</name> | ||
<description> | ||
Your personal health assistant. | ||
|
@@ -19,17 +19,33 @@ | |
<preference name="SplashScreenDelay" value="0"/> | ||
<preference name="keyboardDisplayRequiresUserAction" value="false"/> | ||
<platform name="ios"> | ||
<icon src="icons/ios/pearl.png"/> | ||
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640"/> | ||
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750"/> | ||
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242"/> | ||
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208"/> | ||
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048"/> | ||
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024"/> | ||
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536"/> | ||
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768"/> | ||
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640"/> | ||
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320"/> | ||
<icon src="resources/ios/icon/icon.png" width="57" height="57"/> | ||
<icon src="resources/ios/icon/[email protected]" width="114" height="114"/> | ||
<icon src="resources/ios/icon/icon-40.png" width="40" height="40"/> | ||
<icon src="resources/ios/icon/[email protected]" width="80" height="80"/> | ||
<icon src="resources/ios/icon/icon-50.png" width="50" height="50"/> | ||
<icon src="resources/ios/icon/[email protected]" width="100" height="100"/> | ||
<icon src="resources/ios/icon/icon-60.png" width="60" height="60"/> | ||
<icon src="resources/ios/icon/[email protected]" width="120" height="120"/> | ||
<icon src="resources/ios/icon/[email protected]" width="180" height="180"/> | ||
<icon src="resources/ios/icon/icon-72.png" width="72" height="72"/> | ||
<icon src="resources/ios/icon/[email protected]" width="144" height="144"/> | ||
<icon src="resources/ios/icon/icon-76.png" width="76" height="76"/> | ||
<icon src="resources/ios/icon/[email protected]" width="152" height="152"/> | ||
<icon src="resources/ios/icon/icon-small.png" width="29" height="29"/> | ||
<icon src="resources/ios/icon/[email protected]" width="58" height="58"/> | ||
<icon src="resources/ios/icon/[email protected]" width="87" height="87"/> | ||
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/> | ||
<splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/> | ||
<splash src="resources/ios/splash/Default-736h.png" width="1242" height="2208"/> | ||
<splash src="resources/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/> | ||
<splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/> | ||
<splash src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" height="768"/> | ||
<splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/> | ||
<splash src="resources/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/> | ||
<splash src="resources/ios/splash/Default@2x~iphone.png" width="640" height="960"/> | ||
<splash src="resources/ios/splash/Default~iphone.png" width="320" height="480"/> | ||
</platform> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.0.0"/> | ||
<icon src="resources/ios/icon/[email protected]"/> | ||
</widget> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pearl-client", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"description": "Personal health assistant client for the iOS", | ||
"author": "David Zhu <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.