Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 2 | Ir a la última revisión | | 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>UILaunchScreen</key>
6
	<dict>
7
		<key>UIImageName</key>
8
		<string>logo</string>
9
		<key>UIColorName</key>
10
		<string>color_splash_background</string>
11
		<key>UIImageRespectsSafeAreaInsets</key>
12
		<false/>
13
	</dict>
14
	<key>UIAppFonts</key>
15
	<array>
16
		<string>RobotoCondensed-Bold.ttf</string>
17
		<string>RobotoCondensed-Regular.ttf</string>
18
	</array>
19
	<key>FirebaseAutomaticScreenReportingEnabled</key>
20
	<false/>
21
	<key>FirebaseAppDelegateProxyEnabled</key>
22
	<false/>
23
	<key>BGTaskSchedulerPermittedIdentifiers</key>
24
	<array>
25
		<string>com.cesams.2getskills.refresh</string>
26
		<string>com.cesams.2getskills.process</string>
27
	</array>
28
	<key>CFBundleDevelopmentRegion</key>
29
	<string>$(DEVELOPMENT_LANGUAGE)</string>
30
	<key>CFBundleDisplayName</key>
31
	<string>2GetSkills</string>
32
	<key>CFBundleExecutable</key>
33
	<string>$(EXECUTABLE_NAME)</string>
34
	<key>CFBundleIdentifier</key>
35
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
36
	<key>CFBundleInfoDictionaryVersion</key>
37
	<string>6.0</string>
38
	<key>CFBundleName</key>
39
	<string>$(PRODUCT_NAME)</string>
40
	<key>CFBundlePackageType</key>
41
	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
42
	<key>CFBundleShortVersionString</key>
43
	<string>$(MARKETING_VERSION)</string>
44
	<key>CFBundleVersion</key>
45
	<string>$(CURRENT_PROJECT_VERSION)</string>
46
	<key>FirebaseMessagingAutoInitEnabled</key>
47
	<string>NO</string>
48
	<key>LSRequiresIPhoneOS</key>
49
	<true/>
50
	<key>NSAppTransportSecurity</key>
51
	<dict>
52
		<key>NSAllowsArbitraryLoads</key>
53
		<true/>
54
		<key>NSExceptionDomains</key>
55
		<dict>
56
			<key>leaderslinked.example.com</key>
57
			<dict>
58
				<key>NSIncludesSubdomains</key>
59
				<true/>
60
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
61
				<true/>
62
			</dict>
63
			<key>localhost</key>
64
			<dict>
65
				<key>NSIncludesSubdomains</key>
66
				<true/>
67
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
68
				<true/>
69
			</dict>
70
		</dict>
71
	</dict>
72
	<key>UIApplicationSceneManifest</key>
73
	<dict>
74
		<key>UIApplicationSupportsMultipleScenes</key>
75
		<true/>
76
		<key>UISceneConfigurations</key>
77
		<dict>
78
			<key>UIWindowSceneSessionRoleApplication</key>
79
			<array>
80
				<dict>
81
					<key>UISceneDelegateClassName</key>
82
					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
83
				</dict>
84
			</array>
85
		</dict>
86
	</dict>
87
	<key>UIApplicationSupportsIndirectInputEvents</key>
88
	<true/>
89
	<key>UIBackgroundModes</key>
90
	<array>
91
		<string>fetch</string>
92
		<string>processing</string>
93
		<string>remote-notification</string>
94
	</array>
95
	<key>LSApplicationCategoryType</key>
96
	<string></string>
97
	<key>UIRequiredDeviceCapabilities</key>
98
	<array>
99
		<string>armv7</string>
100
	</array>
101
	<key>UISupportedInterfaceOrientations</key>
102
	<array>
103
		<string>UIInterfaceOrientationPortrait</string>
104
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
105
		<string>UIInterfaceOrientationLandscapeLeft</string>
106
	</array>
107
	<key>UISupportedInterfaceOrientations~ipad</key>
108
	<array>
109
		<string>UIInterfaceOrientationPortrait</string>
110
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
111
	</array>
112
</dict>
113
</plist>