Khoren Markosyan
2 years ago
5 changed files with 126 additions and 111 deletions
@ -1,61 +1,61 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?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"> |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||||
<plist version="1.0"> |
<plist version="1.0"> |
||||||
<dict> |
<dict> |
||||||
<key>CADisableMinimumFrameDurationOnPhone</key> |
<key>CADisableMinimumFrameDurationOnPhone</key> |
||||||
<true/> |
<true/> |
||||||
<key>CFBundleDevelopmentRegion</key> |
<key>CFBundleDevelopmentRegion</key> |
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string> |
<string>$(DEVELOPMENT_LANGUAGE)</string> |
||||||
<key>CFBundleDisplayName</key> |
<key>CFBundleDisplayName</key> |
||||||
<string>ZXScanner</string> |
<string>ZXScanner</string> |
||||||
<key>CFBundleExecutable</key> |
<key>CFBundleExecutable</key> |
||||||
<string>$(EXECUTABLE_NAME)</string> |
<string>$(EXECUTABLE_NAME)</string> |
||||||
<key>CFBundleIdentifier</key> |
<key>CFBundleIdentifier</key> |
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
||||||
<key>CFBundleInfoDictionaryVersion</key> |
<key>CFBundleInfoDictionaryVersion</key> |
||||||
<string>6.0</string> |
<string>6.0</string> |
||||||
<key>CFBundleName</key> |
<key>CFBundleName</key> |
||||||
<string>zxscanner</string> |
<string>zxscanner</string> |
||||||
<key>CFBundlePackageType</key> |
<key>CFBundlePackageType</key> |
||||||
<string>APPL</string> |
<string>APPL</string> |
||||||
<key>CFBundleShortVersionString</key> |
<key>CFBundleShortVersionString</key> |
||||||
<string>$(FLUTTER_BUILD_NAME)</string> |
<string>$(FLUTTER_BUILD_NAME)</string> |
||||||
<key>CFBundleSignature</key> |
<key>CFBundleSignature</key> |
||||||
<string>????</string> |
<string>????</string> |
||||||
<key>CFBundleVersion</key> |
<key>CFBundleVersion</key> |
||||||
<string>$(FLUTTER_BUILD_NUMBER)</string> |
<string>$(FLUTTER_BUILD_NUMBER)</string> |
||||||
<key>LSRequiresIPhoneOS</key> |
<key>LSRequiresIPhoneOS</key> |
||||||
<true/> |
<true/> |
||||||
<key>UILaunchStoryboardName</key> |
<key>UILaunchStoryboardName</key> |
||||||
<string>LaunchScreen</string> |
<string>LaunchScreen</string> |
||||||
<key>UIMainStoryboardFile</key> |
<key>UIMainStoryboardFile</key> |
||||||
<string>Main</string> |
<string>Main</string> |
||||||
<key>UISupportedInterfaceOrientations</key> |
<key>UISupportedInterfaceOrientations</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UISupportedInterfaceOrientations~ipad</key> |
<key>UISupportedInterfaceOrientations~ipad</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UIViewControllerBasedStatusBarAppearance</key> |
<key>UIViewControllerBasedStatusBarAppearance</key> |
||||||
<false/> |
<false/> |
||||||
<key>NSBonjourServices</key> |
<key>NSBonjourServices</key> |
||||||
<array> |
<array> |
||||||
<string>_dartobservatory._tcp</string> |
<string>_dartobservatory._tcp</string> |
||||||
</array> |
</array> |
||||||
<key>NSPhotoLibraryUsageDescription</key> |
<key>NSPhotoLibraryUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
||||||
<key>NSCameraUsageDescription</key> |
<key>NSCameraUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
||||||
<key>NSLocalNetworkUsageDescription</key> |
<key>NSLocalNetworkUsageDescription</key> |
||||||
<string>Allow Flutter tools on your computer to connect and debug your application</string> |
<string>Allow Flutter tools on your computer to connect and debug your application</string> |
||||||
<key>UIStatusBarHidden</key> |
<key>UIStatusBarHidden</key> |
||||||
<false/> |
<false/> |
||||||
</dict> |
</dict> |
||||||
</plist> |
</plist> |
@ -1,55 +1,57 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?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"> |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||||
<plist version="1.0"> |
<plist version="1.0"> |
||||||
<dict> |
<dict> |
||||||
<key>CADisableMinimumFrameDurationOnPhone</key> |
<key>CADisableMinimumFrameDurationOnPhone</key> |
||||||
<true/> |
<true/> |
||||||
<key>CFBundleDevelopmentRegion</key> |
<key>CFBundleDevelopmentRegion</key> |
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string> |
<string>$(DEVELOPMENT_LANGUAGE)</string> |
||||||
<key>CFBundleDisplayName</key> |
<key>CFBundleDisplayName</key> |
||||||
<string>ZXScanner</string> |
<string>ZXScanner</string> |
||||||
<key>CFBundleExecutable</key> |
<key>CFBundleExecutable</key> |
||||||
<string>$(EXECUTABLE_NAME)</string> |
<string>$(EXECUTABLE_NAME)</string> |
||||||
<key>CFBundleIdentifier</key> |
<key>CFBundleIdentifier</key> |
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
||||||
<key>CFBundleInfoDictionaryVersion</key> |
<key>CFBundleInfoDictionaryVersion</key> |
||||||
<string>6.0</string> |
<string>6.0</string> |
||||||
<key>CFBundleName</key> |
<key>CFBundleName</key> |
||||||
<string>zxscanner</string> |
<string>zxscanner</string> |
||||||
<key>CFBundlePackageType</key> |
<key>CFBundlePackageType</key> |
||||||
<string>APPL</string> |
<string>APPL</string> |
||||||
<key>CFBundleShortVersionString</key> |
<key>CFBundleShortVersionString</key> |
||||||
<string>$(FLUTTER_BUILD_NAME)</string> |
<string>$(FLUTTER_BUILD_NAME)</string> |
||||||
<key>CFBundleSignature</key> |
<key>CFBundleSignature</key> |
||||||
<string>????</string> |
<string>????</string> |
||||||
<key>CFBundleVersion</key> |
<key>CFBundleVersion</key> |
||||||
<string>$(FLUTTER_BUILD_NUMBER)</string> |
<string>$(FLUTTER_BUILD_NUMBER)</string> |
||||||
<key>LSRequiresIPhoneOS</key> |
<key>LSRequiresIPhoneOS</key> |
||||||
<true/> |
<true/> |
||||||
<key>UILaunchStoryboardName</key> |
<key>UILaunchStoryboardName</key> |
||||||
<string>LaunchScreen</string> |
<string>LaunchScreen</string> |
||||||
<key>UIMainStoryboardFile</key> |
<key>UIMainStoryboardFile</key> |
||||||
<string>Main</string> |
<string>Main</string> |
||||||
<key>UISupportedInterfaceOrientations</key> |
<key>UISupportedInterfaceOrientations</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UISupportedInterfaceOrientations~ipad</key> |
<key>UISupportedInterfaceOrientations~ipad</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UIViewControllerBasedStatusBarAppearance</key> |
<key>UIViewControllerBasedStatusBarAppearance</key> |
||||||
<false/> |
<false/> |
||||||
<key>NSPhotoLibraryUsageDescription</key> |
<key>NSPhotoLibraryUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
||||||
<key>NSCameraUsageDescription</key> |
<key>NSCameraUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
||||||
<key>UIStatusBarHidden</key> |
<key>UIStatusBarHidden</key> |
||||||
<false/> |
<false/> |
||||||
</dict> |
<key>ITSAppUsesNonExemptEncryption</key> |
||||||
|
<false/> |
||||||
|
</dict> |
||||||
</plist> |
</plist> |
@ -0,0 +1,8 @@ |
|||||||
|
<?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>aps-environment</key> |
||||||
|
<string>development</string> |
||||||
|
</dict> |
||||||
|
</plist> |
Loading…
Reference in new issue