-
-
Notifications
You must be signed in to change notification settings - Fork 69
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 #10 from graphefruit/ios-support
Ios support
- Loading branch information
Showing
189 changed files
with
2,634 additions
and
359 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
|
@@ -11,9 +11,8 @@ | |
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<preference name="ScrollEnabled" value="false" /> | ||
<preference name="android-minSdkVersion" value="16" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="BackupWebStorage" value="Cloud" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="300" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
|
@@ -42,16 +41,44 @@ | |
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> | ||
</platform> | ||
<platform name="ios"> | ||
<edit-config file="*-Info.plist" mode="merge" target="UIApplicationShortcutItems"> | ||
<array> | ||
<dict> | ||
<key>UIApplicationShortcutItemIconType</key> | ||
<string>UIApplicationShortcutIconTypeAdd</string> | ||
<key>UIApplicationShortcutItemTitle</key> | ||
<string>Add</string> | ||
<key>UIApplicationShortcutItemType</key> | ||
<string>Add</string> | ||
</dict> | ||
</array> | ||
</edit-config> | ||
<edit-config file="*-Info.plist" mode="merge" target="UIRequiresFullScreen"> | ||
<false /> | ||
</edit-config> | ||
<edit-config file="*-Info.plist" mode="merge" target="UISupportedInterfaceOrientations"> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
</edit-config> | ||
<edit-config file="*-Info.plist" mode="merge" target="UISupportedInterfaceOrientations~ipad"> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
</edit-config> | ||
<allow-intent href="itms:*" /> | ||
<allow-intent href="itms-apps:*" /> | ||
<icon height="57" src="resources/ios/icon/icon.png" width="57" /> | ||
<icon height="114" src="resources/ios/icon/[email protected]" width="114" /> | ||
<icon height="40" src="resources/ios/icon/icon-40.png" width="40" /> | ||
<icon height="80" src="resources/ios/icon/[email protected]" width="80" /> | ||
<icon height="120" src="resources/ios/icon/[email protected]" width="120" /> | ||
<icon height="50" src="resources/ios/icon/icon-50.png" width="50" /> | ||
<icon height="100" src="resources/ios/icon/[email protected]" width="100" /> | ||
<icon height="60" src="resources/ios/icon/icon-60.png" width="60" /> | ||
<icon height="120" src="resources/ios/icon/[email protected]" width="120" /> | ||
<icon height="180" src="resources/ios/icon/[email protected]" width="180" /> | ||
<icon height="72" src="resources/ios/icon/icon-72.png" width="72" /> | ||
|
@@ -62,6 +89,7 @@ | |
<icon height="29" src="resources/ios/icon/icon-small.png" width="29" /> | ||
<icon height="58" src="resources/ios/icon/[email protected]" width="58" /> | ||
<icon height="87" src="resources/ios/icon/[email protected]" width="87" /> | ||
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" /> | ||
<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" /> | ||
|
@@ -79,19 +107,23 @@ | |
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> | ||
<plugin name="cordova-plugin-appminimize" spec="^1.0.0" /> | ||
<plugin name="cordova-plugin-device" spec="^1.1.4" /> | ||
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.11" /> | ||
<plugin name="cordova-plugin-media-capture" spec="^1.4.3" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" /> | ||
<plugin name="cordova-sqlite-storage" spec="^2.0.4" /> | ||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> | ||
<plugin name="cordova-plugin-app-version" spec="^0.1.9" /> | ||
<plugin name="com.synconset.imagepicker" spec="^2.1.10"> | ||
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Bitte um Freigabe" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> | ||
<plugin name="cordova-plugin-filechooser" spec="^1.0.1" /> | ||
<plugin name="cordova-plugin-filepath" spec="^1.4.2" /> | ||
<plugin name="cordova-plugin-file" spec="^4.3.3" /> | ||
<engine name="android" spec="6.2.3" /> | ||
<plugin name="cordova-plugin-ionic-webview" spec="^1.2.1" /> | ||
<plugin name="cordova-plugin-x-socialsharing" spec="5.4.3" /> | ||
<plugin name="cordova-plugin-ionic-keyboard" spec="2.1.3" /> | ||
<plugin name="cordova-plugin-filepicker" spec="1.1.5" /> | ||
<plugin name="cordova-plugin-3dtouch" spec="1.3.5" /> | ||
<plugin name="cordova-plugin-telerik-imagepicker" spec="2.2.2"> | ||
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Access to library needed to choose photos" /> | ||
</plugin> | ||
<engine name="ios" spec="4.5.5" /> | ||
<engine name="android" spec="7.1.4" /> | ||
</widget> |
Empty file.
Empty file.
Oops, something went wrong.