Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 19 | | 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>FirebaseAutomaticScreenReportingEnabled</key>
29
	<false/>
1 efrain 30
	<key>FirebaseMessagingAutoInitEnabled</key>
31
	<string>NO</string>
2 efrain 32
	<key>LSApplicationCategoryType</key>
33
	<string></string>
1 efrain 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>UIApplicationSceneManifest</key>
59
	<dict>
60
		<key>UIApplicationSupportsMultipleScenes</key>
61
		<true/>
62
		<key>UISceneConfigurations</key>
63
		<dict>
64
			<key>UIWindowSceneSessionRoleApplication</key>
65
			<array>
66
				<dict>
67
					<key>UISceneDelegateClassName</key>
68
					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
69
				</dict>
70
			</array>
71
		</dict>
72
	</dict>
73
	<key>UIApplicationSupportsIndirectInputEvents</key>
74
	<true/>
75
	<key>UIBackgroundModes</key>
76
	<array>
77
		<string>fetch</string>
78
		<string>processing</string>
79
		<string>remote-notification</string>
80
	</array>
2 efrain 81
	<key>UILaunchScreen</key>
82
	<dict>
83
		<key>UIColorName</key>
84
		<string>color_splash_background</string>
85
		<key>UIImageName</key>
19 efrain 86
		<string>splash</string>
2 efrain 87
		<key>UIImageRespectsSafeAreaInsets</key>
19 efrain 88
		<true/>
2 efrain 89
	</dict>
1 efrain 90
	<key>UIRequiredDeviceCapabilities</key>
91
	<array>
92
		<string>armv7</string>
93
	</array>
94
	<key>UISupportedInterfaceOrientations</key>
95
	<array>
96
		<string>UIInterfaceOrientationPortrait</string>
97
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
98
	</array>
99
	<key>UISupportedInterfaceOrientations~ipad</key>
100
	<array>
101
		<string>UIInterfaceOrientationPortrait</string>
102
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
103
	</array>
104
</dict>
105
</plist>