-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: revert whitespace difference generated by flutter_native_splash
- Loading branch information
Showing
1 changed file
with
87 additions
and
87 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,97 +1,97 @@ | ||
<?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>CFBundleDisplayName</key> | ||
<string>TAT</string> | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
<key>CADisableMinimumFrameDurationOnPhone</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>TAT</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(FLUTTER_BUILD_NAME)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(FLUTTER_BUILD_NUMBER)</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>13.0.0</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<true/> | ||
<key>NSAllowsArbitraryLoadsInWebContent</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>CFBundleDisplayName</key> | ||
<string>TAT</string> | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
<key>CADisableMinimumFrameDurationOnPhone</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>TAT</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(FLUTTER_BUILD_NAME)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(FLUTTER_BUILD_NUMBER)</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>13.0.0</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<true/> | ||
<key>NSAllowsArbitraryLoadsInWebContent</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<key>NSExceptionDomains</key> | ||
<dict> | ||
<key>NSExceptionDomains</key> | ||
<key>ntut.edu.tw</key> | ||
<dict> | ||
<key>ntut.edu.tw</key> | ||
<dict> | ||
<key>NSIncludesSubdomains</key> | ||
<true/> | ||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
<key>NSTemporaryExceptionMinimumTLSVersion</key> | ||
<string>TLSv1.2</string> | ||
</dict> | ||
<key>NSIncludesSubdomains</key> | ||
<true/> | ||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
<key>NSTemporaryExceptionMinimumTLSVersion</key> | ||
<string>TLSv1.2</string> | ||
</dict> | ||
</dict> | ||
<key>NSAppleMusicUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問媒體資料庫</string> | ||
<key>NSCalendarsUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問日曆</string> | ||
<key>NSContactsUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問通信錄</string> | ||
<key>NSFaceIDUsageDescription</key> | ||
<string>Check change password</string> | ||
<key>NSMotionUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問運動與健身</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問相簿</string> | ||
<key>NSSpeechRecognitionUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問語音識別</string> | ||
<key>UIApplicationSupportsIndirectInputEvents</key> | ||
<true/> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>fetch</string> | ||
<string>remote-notification</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>Main</string> | ||
<key>UIRequiresFullScreen</key> | ||
<false/> | ||
<key>UIStatusBarHidden</key> | ||
<false/> | ||
<key>UIStatusBarStyle</key> | ||
<string></string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
<key>NSAppleMusicUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問媒體資料庫</string> | ||
<key>NSCalendarsUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問日曆</string> | ||
<key>NSContactsUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問通信錄</string> | ||
<key>NSFaceIDUsageDescription</key> | ||
<string>Check change password</string> | ||
<key>NSMotionUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問運動與健身</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問相簿</string> | ||
<key>NSSpeechRecognitionUsageDescription</key> | ||
<string>App 需要您的同意, 才能訪問語音識別</string> | ||
<key>UIApplicationSupportsIndirectInputEvents</key> | ||
<true/> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>fetch</string> | ||
<string>remote-notification</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>Main</string> | ||
<key>UIRequiresFullScreen</key> | ||
<false/> | ||
<key>UIStatusBarHidden</key> | ||
<true/> | ||
<key>UIStatusBarStyle</key> | ||
<string></string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> |