Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 6 | Rev 14 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
	<key>BGTaskSchedulerPermittedIdentifiers</key>
6
	<array>
13 efrain 7
		<string>com.cesams.2getskills.inconcert.refresh</string>
8
		<string>com.cesams.2getskills.inconcert.process</string>
1 efrain 9
	</array>
10
	<key>CFBundleDevelopmentRegion</key>
11
	<string>$(DEVELOPMENT_LANGUAGE)</string>
12
	<key>CFBundleDisplayName</key>
6 efrain 13
	<string>College - by CESA MS</string>
1 efrain 14
	<key>CFBundleExecutable</key>
15
	<string>$(EXECUTABLE_NAME)</string>
16
	<key>CFBundleIdentifier</key>
17
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
18
	<key>CFBundleInfoDictionaryVersion</key>
19
	<string>6.0</string>
20
	<key>CFBundleName</key>
21
	<string>$(PRODUCT_NAME)</string>
22
	<key>CFBundlePackageType</key>
23
	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
24
	<key>CFBundleShortVersionString</key>
25
	<string>$(MARKETING_VERSION)</string>
26
	<key>CFBundleVersion</key>
27
	<string>$(CURRENT_PROJECT_VERSION)</string>
28
	<key>FirebaseAutomaticScreenReportingEnabled</key>
29
	<false/>
30
	<key>FirebaseMessagingAutoInitEnabled</key>
31
	<string>NO</string>
32
	<key>LSApplicationCategoryType</key>
33
	<string></string>
34
	<key>LSRequiresIPhoneOS</key>
35
	<true/>
36
	<key>NSAppTransportSecurity</key>
37
	<dict>
38
		<key>NSAllowsArbitraryLoads</key>
39
		<true/>
40
		<key>NSExceptionDomains</key>
41
		<dict>
42
			<key>leaderslinked.example.com</key>
43
			<dict>
44
				<key>NSIncludesSubdomains</key>
45
				<true/>
46
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
47
				<true/>
48
			</dict>
49
			<key>localhost</key>
50
			<dict>
51
				<key>NSIncludesSubdomains</key>
52
				<true/>
53
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
54
				<true/>
55
			</dict>
56
		</dict>
57
	</dict>
58
	<key>UIAppFonts</key>
59
	<array>
60
		<string>RobotoCondensed-Bold.ttf</string>
61
		<string>RobotoCondensed-Regular.ttf</string>
62
	</array>
63
	<key>UIApplicationSceneManifest</key>
64
	<dict>
65
		<key>UIApplicationSupportsMultipleScenes</key>
66
		<true/>
67
		<key>UISceneConfigurations</key>
68
		<dict>
69
			<key>UIWindowSceneSessionRoleApplication</key>
70
			<array>
71
				<dict>
72
					<key>UISceneDelegateClassName</key>
73
					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
74
				</dict>
75
			</array>
76
		</dict>
77
	</dict>
78
	<key>UIApplicationSupportsIndirectInputEvents</key>
79
	<true/>
80
	<key>UIBackgroundModes</key>
81
	<array>
82
		<string>fetch</string>
83
		<string>processing</string>
84
		<string>remote-notification</string>
85
	</array>
86
	<key>UILaunchScreen</key>
87
	<dict>
88
		<key>UIColorName</key>
89
		<string>color_splash_background</string>
90
		<key>UIImageName</key>
91
		<string>splash</string>
92
		<key>UIImageRespectsSafeAreaInsets</key>
93
		<true/>
94
	</dict>
95
	<key>UIRequiredDeviceCapabilities</key>
96
	<array>
97
		<string>armv7</string>
98
	</array>
99
	<key>UISupportedInterfaceOrientations</key>
100
	<array>
101
		<string>UIInterfaceOrientationPortrait</string>
102
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
103
	</array>
104
	<key>UISupportedInterfaceOrientations~ipad</key>
105
	<array>
106
		<string>UIInterfaceOrientationPortrait</string>
107
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
108
	</array>
109
</dict>
110
</plist>