Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 2 | Rev 17 | 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>
7
		<string>com.cesams.2getskills.refresh</string>
8
		<string>com.cesams.2getskills.process</string>
9
	</array>
10
	<key>CFBundleDevelopmentRegion</key>
11
	<string>$(DEVELOPMENT_LANGUAGE)</string>
12
	<key>CFBundleDisplayName</key>
13
	<string>2GetSkills</string>
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>
2 efrain 28
	<key>FirebaseAppDelegateProxyEnabled</key>
29
	<false/>
30
	<key>FirebaseAutomaticScreenReportingEnabled</key>
31
	<false/>
1 efrain 32
	<key>FirebaseMessagingAutoInitEnabled</key>
33
	<string>NO</string>
2 efrain 34
	<key>LSApplicationCategoryType</key>
35
	<string></string>
1 efrain 36
	<key>LSRequiresIPhoneOS</key>
37
	<true/>
38
	<key>NSAppTransportSecurity</key>
39
	<dict>
40
		<key>NSAllowsArbitraryLoads</key>
41
		<true/>
42
		<key>NSExceptionDomains</key>
43
		<dict>
44
			<key>leaderslinked.example.com</key>
45
			<dict>
46
				<key>NSIncludesSubdomains</key>
47
				<true/>
48
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
49
				<true/>
50
			</dict>
51
			<key>localhost</key>
52
			<dict>
53
				<key>NSIncludesSubdomains</key>
54
				<true/>
55
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
56
				<true/>
57
			</dict>
58
		</dict>
59
	</dict>
2 efrain 60
	<key>UIAppFonts</key>
61
	<array>
62
		<string>RobotoCondensed-Bold.ttf</string>
63
		<string>RobotoCondensed-Regular.ttf</string>
64
	</array>
1 efrain 65
	<key>UIApplicationSceneManifest</key>
66
	<dict>
67
		<key>UIApplicationSupportsMultipleScenes</key>
68
		<true/>
69
		<key>UISceneConfigurations</key>
70
		<dict>
71
			<key>UIWindowSceneSessionRoleApplication</key>
72
			<array>
73
				<dict>
74
					<key>UISceneDelegateClassName</key>
75
					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
76
				</dict>
77
			</array>
78
		</dict>
79
	</dict>
80
	<key>UIApplicationSupportsIndirectInputEvents</key>
81
	<true/>
82
	<key>UIBackgroundModes</key>
83
	<array>
84
		<string>fetch</string>
85
		<string>processing</string>
86
		<string>remote-notification</string>
87
	</array>
2 efrain 88
	<key>UILaunchScreen</key>
89
	<dict>
90
		<key>UIColorName</key>
91
		<string>color_splash_background</string>
92
		<key>UIImageName</key>
93
		<string>logo</string>
94
		<key>UIImageRespectsSafeAreaInsets</key>
95
		<false/>
96
	</dict>
1 efrain 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
	</array>
106
	<key>UISupportedInterfaceOrientations~ipad</key>
107
	<array>
108
		<string>UIInterfaceOrientationPortrait</string>
109
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
110
	</array>
111
</dict>
112
</plist>