-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 9b29ab9.
- Loading branch information
1 parent
d8c3ef8
commit 0da5454
Showing
46 changed files
with
52 additions
and
52 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
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,7 +1,7 @@ | ||
.github/ | ||
apple/ | ||
docs/ | ||
src/resources/ | ||
resources/ | ||
third_party/ | ||
tools/ | ||
node_modules/ |
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 |
---|---|---|
|
@@ -32,19 +32,19 @@ | |
<platform name="android"> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
|
||
<icon density="ldpi" src="src/resources/icons/android/icon_mdpi.png" /> | ||
<icon density="mdpi" src="src/resources/icons/android/icon_mdpi.png" /> | ||
<icon density="hdpi" src="src/resources/icons/android/icon_hdpi.png" /> | ||
<icon density="xhdpi" src="src/resources/icons/android/icon_xhdpi.png" /> | ||
<icon density="xxhdpi" src="src/resources/icons/android/icon_xxhdpi.png" /> | ||
<icon density="xxxhdpi" src="src/resources/icons/android/icon_xxxhdpi.png" /> | ||
<icon density="ldpi" src="resources/icons/android/icon_mdpi.png" /> | ||
<icon density="mdpi" src="resources/icons/android/icon_mdpi.png" /> | ||
<icon density="hdpi" src="resources/icons/android/icon_hdpi.png" /> | ||
<icon density="xhdpi" src="resources/icons/android/icon_xhdpi.png" /> | ||
<icon density="xxhdpi" src="resources/icons/android/icon_xxhdpi.png" /> | ||
<icon density="xxxhdpi" src="resources/icons/android/icon_xxxhdpi.png" /> | ||
|
||
<splash density="ldpi" src="src/resources/splashscreen/android/splashscreen_hdpi.png" /> | ||
<splash density="mdpi" src="src/resources/splashscreen/android/splashscreen_hdpi.png" /> | ||
<splash density="hdpi" src="src/resources/splashscreen/android/splashscreen_hdpi.png" /> | ||
<splash density="xhdpi" src="src/resources/splashscreen/android/splashscreen_xhdpi.png" /> | ||
<splash density="xxhdpi" src="src/resources/splashscreen/android/splashscreen_xxhdpi.png" /> | ||
<splash density="xxxhdpi" src="src/resources/splashscreen/android/splashscreen_xxxhdpi.png" /> | ||
<splash density="ldpi" src="resources/splashscreen/android/splashscreen_hdpi.png" /> | ||
<splash density="mdpi" src="resources/splashscreen/android/splashscreen_hdpi.png" /> | ||
<splash density="hdpi" src="resources/splashscreen/android/splashscreen_hdpi.png" /> | ||
<splash density="xhdpi" src="resources/splashscreen/android/splashscreen_xhdpi.png" /> | ||
<splash density="xxhdpi" src="resources/splashscreen/android/splashscreen_xxhdpi.png" /> | ||
<splash density="xxxhdpi" src="resources/splashscreen/android/splashscreen_xxxhdpi.png" /> | ||
|
||
<preference name="AndroidInsecureFileModeEnabled" value="true" /> | ||
|
||
|
@@ -86,47 +86,47 @@ | |
<preference name="StatusBarStyle" value="lightcontent" /> | ||
|
||
<!-- https://github.com/apache/cordova-plugin-splashscreen#launch-storyboard-images --> | ||
<splash src="src/resources/splashscreen/ios/splashscreen@2x~universal~anyany.png" /> | ||
<splash src="resources/splashscreen/ios/splashscreen@2x~universal~anyany.png" /> | ||
|
||
<!-- https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon --> | ||
<!-- iPhone --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="57" height="57" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="114" height="114" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="120" height="120" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="180" height="180" /> | ||
<icon src="resources/icons/ios/[email protected]" width="57" height="57" /> | ||
<icon src="resources/icons/ios/[email protected]" width="114" height="114" /> | ||
<icon src="resources/icons/ios/[email protected]" width="120" height="120" /> | ||
<icon src="resources/icons/ios/[email protected]" width="180" height="180" /> | ||
<!-- iPad Pro --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="167" height="167" /> | ||
<icon src="resources/icons/ios/[email protected]" width="167" height="167" /> | ||
<!-- iPad, iPad Mini --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="72" height="72" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="144" height="144" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="76" height="76" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="152" height="152" /> | ||
<icon src="resources/icons/ios/[email protected]" width="72" height="72" /> | ||
<icon src="resources/icons/ios/[email protected]" width="144" height="144" /> | ||
<icon src="resources/icons/ios/[email protected]" width="76" height="76" /> | ||
<icon src="resources/icons/ios/[email protected]" width="152" height="152" /> | ||
<!-- App Store --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="1024" height="1024" /> | ||
<icon src="resources/icons/ios/[email protected]" width="1024" height="1024" /> | ||
<!-- Spotlight iPhone, iPad --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="80" height="80" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="120" height="120" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="50" height="50" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="100" height="100" /> | ||
<icon src="resources/icons/ios/[email protected]" width="80" height="80" /> | ||
<icon src="resources/icons/ios/[email protected]" width="120" height="120" /> | ||
<icon src="resources/icons/ios/[email protected]" width="50" height="50" /> | ||
<icon src="resources/icons/ios/[email protected]" width="100" height="100" /> | ||
<!-- Settings iPhone, iPad --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="29" height="29" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="58" height="58" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="87" height="87" /> | ||
<icon src="resources/icons/ios/[email protected]" width="29" height="29" /> | ||
<icon src="resources/icons/ios/[email protected]" width="58" height="58" /> | ||
<icon src="resources/icons/ios/[email protected]" width="87" height="87" /> | ||
<!-- Notifications iPhone, iPad --> | ||
<icon src="src/resources/icons/ios/[email protected]" width="40" height="40" /> | ||
<icon src="src/resources/icons/ios/[email protected]" width="60" height="60" /> | ||
<icon src="resources/icons/ios/[email protected]" width="40" height="40" /> | ||
<icon src="resources/icons/ios/[email protected]" width="60" height="60" /> | ||
</platform> | ||
|
||
<!-- macOS --> | ||
<platform name="osx"> | ||
<preference name="deployment-target" value="10.11" /> | ||
<preference name="AllowWebViewNavigation" value="false" /> | ||
<icon src="src/resources/icons/osx/icon-16.png" width="16" height="16" /> | ||
<icon src="src/resources/icons/osx/icon-32.png" width="32" height="32" /> | ||
<icon src="src/resources/icons/osx/icon-64.png" width="64" height="64" /> | ||
<icon src="src/resources/icons/osx/icon-128.png" width="128" height="128" /> | ||
<icon src="src/resources/icons/osx/icon-256.png" width="256" height="256" /> | ||
<icon src="src/resources/icons/osx/icon-512.png" width="512" height="512" /> | ||
<icon src="src/resources/icons/osx/icon-1024.png" width="1024" height="1024" /> | ||
<icon src="resources/icons/osx/icon-16.png" width="16" height="16" /> | ||
<icon src="resources/icons/osx/icon-32.png" width="32" height="32" /> | ||
<icon src="resources/icons/osx/icon-64.png" width="64" height="64" /> | ||
<icon src="resources/icons/osx/icon-128.png" width="128" height="128" /> | ||
<icon src="resources/icons/osx/icon-256.png" width="256" height="256" /> | ||
<icon src="resources/icons/osx/icon-512.png" width="512" height="512" /> | ||
<icon src="resources/icons/osx/icon-1024.png" width="1024" height="1024" /> | ||
</platform> | ||
</widget> |
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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