Info.plist 2.24 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 27
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
Giang Tran committed
28
	<string>$(CURRENT_PROJECT_VERSION)</string>
Giang Tran committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
	<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>
	<key>NSLocationWhenInUseUsageDescription</key>
45
	<string/>
Giang Tran committed
46 47
	<key>NSPhotoLibraryUsageDescription</key>
	<string>To upload images</string>
Giang Tran committed
48 49 50 51
	<key>UIAppFonts</key>
	<array>
		<string>AntDesign.ttf</string>
		<string>Entypo.ttf</string>
52
		<string>Ionicons.ttf</string>
Giang Tran committed
53 54 55 56 57
		<string>FontAwesome.ttf</string>
		<string>FontAwesome5_Brands.ttf</string>
		<string>FontAwesome5_Regular.ttf</string>
		<string>FontAwesome5_Solid.ttf</string>
		<string>MaterialIcons.ttf</string>
58 59 60
		<string>EvilIcons.ttf</string>
		<string>Feather.ttf</string>
		<string>MaterialCommunityIcons.ttf</string>
Giang Tran committed
61
	</array>
Giang Tran committed
62 63 64
	<key>UIBackgroundModes</key>
	<array>
		<string>fetch</string>
Giang Tran committed
65
		<string>processing</string>
Giang Tran committed
66 67 68 69 70 71 72 73 74 75 76 77 78 79
		<string>remote-notification</string>
	</array>
	<key>UILaunchStoryboardName</key>
	<string>LaunchScreen</string>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>
Giang Tran committed
80 81
</dict>
</plist>