Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 13 | 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>
14 efrain 42
			<key>New Exception Domain</key>
43
			<dict>
44
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
45
				<true/>
46
				<key>NSIncludesSubdomains</key>
47
				<true/>
48
			</dict>
1 efrain 49
			<key>leaderslinked.example.com</key>
50
			<dict>
51
				<key>NSIncludesSubdomains</key>
52
				<true/>
53
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
54
				<true/>
55
			</dict>
56
			<key>localhost</key>
57
			<dict>
58
				<key>NSIncludesSubdomains</key>
59
				<true/>
60
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
61
				<true/>
62
			</dict>
63
		</dict>
64
	</dict>
65
	<key>UIAppFonts</key>
66
	<array>
67
		<string>RobotoCondensed-Bold.ttf</string>
68
		<string>RobotoCondensed-Regular.ttf</string>
69
	</array>
70
	<key>UIApplicationSceneManifest</key>
71
	<dict>
72
		<key>UIApplicationSupportsMultipleScenes</key>
73
		<true/>
74
		<key>UISceneConfigurations</key>
75
		<dict>
76
			<key>UIWindowSceneSessionRoleApplication</key>
77
			<array>
78
				<dict>
79
					<key>UISceneDelegateClassName</key>
80
					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
81
				</dict>
82
			</array>
83
		</dict>
84
	</dict>
85
	<key>UIApplicationSupportsIndirectInputEvents</key>
86
	<true/>
87
	<key>UIBackgroundModes</key>
88
	<array>
89
		<string>fetch</string>
90
		<string>processing</string>
91
		<string>remote-notification</string>
92
	</array>
93
	<key>UILaunchScreen</key>
94
	<dict>
95
		<key>UIColorName</key>
96
		<string>color_splash_background</string>
97
		<key>UIImageName</key>
98
		<string>splash</string>
99
		<key>UIImageRespectsSafeAreaInsets</key>
100
		<true/>
101
	</dict>
102
	<key>UIRequiredDeviceCapabilities</key>
103
	<array>
104
		<string>armv7</string>
105
	</array>
106
	<key>UISupportedInterfaceOrientations</key>
107
	<array>
108
		<string>UIInterfaceOrientationPortrait</string>
109
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
110
	</array>
111
	<key>UISupportedInterfaceOrientations~ipad</key>
112
	<array>
113
		<string>UIInterfaceOrientationPortrait</string>
114
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
115
	</array>
116
</dict>
117
</plist>