Info.plist 2.61 KB
Newer Older
Giang Tran committed
1 2 3 4
<?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>
Giang Tran committed
5 6 7 8
	<key>BGTaskSchedulerPermittedIdentifiers</key>
	<array>
		<string>dcv.investcustomer.vn</string>
	</array>
Giang Tran committed
9 10 11
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleDisplayName</key>
Giang Tran committed
12
	<string>DCVInvest</string>
Giang Tran committed
13 14 15 16 17 18 19 20 21 22 23
	<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>$(PRODUCT_NAME)</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
Giang Tran committed
24
	<string>$(MARKETING_VERSION)</string>
Giang Tran committed
25 26
	<key>CFBundleSignature</key>
	<string>????</string>
Giang Tran committed
27 28 29 30 31 32 33 34 35 36 37 38 39
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLName</key>
			<string>dcv.investcustomer.vn. linking</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>dcvinvest</string>
			</array>
		</dict>
	</array>
Giang Tran committed
40
	<key>CFBundleVersion</key>
Giang Tran committed
41
	<string>$(CURRENT_PROJECT_VERSION)</string>
Giang Tran committed
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
		<key>NSExceptionDomains</key>
		<dict>
			<key>localhost</key>
			<dict>
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
				<true/>
			</dict>
		</dict>
	</dict>
Giang Tran committed
57 58
	<key>NSCameraUsageDescription</key>
	<string>Accect connect camera</string>
Giang Tran committed
59
	<key>NSLocationWhenInUseUsageDescription</key>
Giang Tran committed
60
	<string></string>
Giang Tran committed
61 62
	<key>NSPhotoLibraryUsageDescription</key>
	<string>To upload images</string>
Giang Tran committed
63 64 65 66
	<key>UIAppFonts</key>
	<array>
		<string>AntDesign.ttf</string>
		<string>Entypo.ttf</string>
67
		<string>Ionicons.ttf</string>
Giang Tran committed
68 69 70 71 72
		<string>FontAwesome.ttf</string>
		<string>FontAwesome5_Brands.ttf</string>
		<string>FontAwesome5_Regular.ttf</string>
		<string>FontAwesome5_Solid.ttf</string>
		<string>MaterialIcons.ttf</string>
73 74 75
		<string>EvilIcons.ttf</string>
		<string>Feather.ttf</string>
		<string>MaterialCommunityIcons.ttf</string>
Giang Tran committed
76
	</array>
Giang Tran committed
77 78 79
	<key>UIBackgroundModes</key>
	<array>
		<string>fetch</string>
Giang Tran committed
80
		<string>processing</string>
Giang Tran committed
81 82 83
		<string>remote-notification</string>
	</array>
	<key>UILaunchStoryboardName</key>
Giang Tran committed
84
	<string>BootSplash</string>
Giang Tran committed
85 86 87 88 89 90 91 92 93 94
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>
Giang Tran committed
95 96
</dict>
</plist>