-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 846d99d Author: Robert Eggl <[email protected]> Date: Wed Jun 26 20:52:50 2024 +0200 adds release notes commit ac7dca8 Author: Robert Eggl <[email protected]> Date: Wed Jun 26 20:07:03 2024 +0200 feat: improves xcode cloud build commit ee730d5 Author: Robert Eggl <[email protected]> Date: Wed Jun 26 18:04:22 2024 +0200 .... commit 729c074 Author: Robert Eggl <[email protected]> Date: Wed Jun 26 17:55:12 2024 +0200 ... commit 58ff54c Author: Robert Eggl <[email protected]> Date: Wed Jun 26 17:41:28 2024 +0200 .. commit 59d828d Author: Robert Eggl <[email protected]> Date: Wed Jun 26 17:30:56 2024 +0200 . commit 47c1341 Author: Robert Eggl <[email protected]> Date: Wed Jun 26 17:23:18 2024 +0200 . commit 5825f5a Author: Robert Eggl <[email protected]> Date: Wed Jun 26 17:16:44 2024 +0200 chore: Add script for post-clone setup commit 53b674c Author: Robert Eggl <[email protected]> Date: Wed Jun 26 17:06:17 2024 +0200 chore: Update versionCode and versionName to 0.8.1 in android and iOS configurations commit 3e5be6c Author: Robert Eggl <[email protected]> Date: Wed Jun 26 16:06:07 2024 +0200 Update app icons and localization for retro icon commit a48a6f2 Author: Robert Eggl <[email protected]> Date: Wed Jun 26 15:03:53 2024 +0200 feat: Update app icons and localization for retro icon commit 8fe146a Author: Robert Eggl <[email protected]> Date: Wed Jun 26 02:06:58 2024 +0200 chore: Update versionCode to 81 in android/app/build.gradle commit 49e09e0 Author: Robert Eggl <[email protected]> Date: Wed Jun 26 00:46:32 2024 +0200 chore: Update versionCode to 80 in android/app/build.gradle commit 403092f Author: Robert Eggl <[email protected]> Date: Wed Jun 26 00:41:51 2024 +0200 fixes android commit b8f4fd2 Author: Robert Eggl <[email protected]> Date: Tue Jun 25 20:32:37 2024 +0200 feat: Add all new vector map
- Loading branch information
Showing
6 changed files
with
395 additions
and
23 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
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 |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CADisableMinimumFrameDurationOnPhone</key> | ||
<true/> | ||
<key>CFBundleAllowMixedLocalizations</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Neuland Next</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIcons</key> | ||
<dict> | ||
<key>CFBundleAlternateIcons</key> | ||
<dict> | ||
<key>Default</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>Default</string> | ||
</array> | ||
<key>UIPrerenderedIcon</key> | ||
<false/> | ||
</dict> | ||
<key>ModernDark</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>ModernDark</string> | ||
</array> | ||
<key>UIPrerenderedIcon</key> | ||
<false/> | ||
</dict> | ||
<key>ModernGreen</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>ModernGreen</string> | ||
</array> | ||
<key>UIPrerenderedIcon</key> | ||
<false/> | ||
</dict> | ||
<key>Retro</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>Retro</string> | ||
</array> | ||
<key>UIPrerenderedIcon</key> | ||
<false/> | ||
</dict> | ||
<key>RainbowDark</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>RainbowDark</string> | ||
</array> | ||
<key>UIPrerenderedIcon</key> | ||
<false/> | ||
</dict> | ||
<key>RainbowMoonLight</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>RainbowMoonLight</string> | ||
</array> | ||
<key>UIPrerenderedIcon</key> | ||
<false/> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleLocalizations</key> | ||
<array> | ||
<string>en</string> | ||
<string>de</string> | ||
</array> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>0.8.1</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>neuland</string> | ||
<string>de.neuland-ingolstadt.neuland-app</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>exp+neuland-app-native</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<false/> | ||
<key>NSAllowsLocalNetworking</key> | ||
<true/> | ||
</dict> | ||
<key>NSFaceIDUsageDescription</key> | ||
<string>Erlaube $(PRODUCT_NAME) Face ID zu verwenden.</string> | ||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | ||
<string>Erlaube $(PRODUCT_NAME) deinen Standort zu verwenden.</string> | ||
<key>NSLocationAlwaysUsageDescription</key> | ||
<string>Erlaube $(PRODUCT_NAME) Zugriff auf deinen Standort.</string> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string>Erlaube $(PRODUCT_NAME) Zugriff auf deinen Standort.</string> | ||
<key>NSUserActivityTypes</key> | ||
<array> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string> | ||
</array> | ||
<key>RCTAsyncStorageExcludeFromBackup</key> | ||
<false/> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>fetch</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>SplashScreen</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>UIRequiresFullScreen</key> | ||
<false/> | ||
<key>UIStatusBarStyle</key> | ||
<string>UIStatusBarStyleDefault</string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIUserInterfaceStyle</key> | ||
<string>Automatic</string> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> |
Oops, something went wrong.