Proyectos de Subversion Iphone Microlearning

Rev

| 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>
28
	<key>FirebaseMessagingAutoInitEnabled</key>
29
	<string>NO</string>
30
	<key>LSRequiresIPhoneOS</key>
31
	<true/>
32
	<key>NSAppTransportSecurity</key>
33
	<dict>
34
		<key>NSAllowsArbitraryLoads</key>
35
		<true/>
36
		<key>NSExceptionDomains</key>
37
		<dict>
38
			<key>leaderslinked.example.com</key>
39
			<dict>
40
				<key>NSIncludesSubdomains</key>
41
				<true/>
42
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
43
				<true/>
44
			</dict>
45
			<key>localhost</key>
46
			<dict>
47
				<key>NSIncludesSubdomains</key>
48
				<true/>
49
				<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
50
				<true/>
51
			</dict>
52
		</dict>
53
	</dict>
54
	<key>UIApplicationSceneManifest</key>
55
	<dict>
56
		<key>UIApplicationSupportsMultipleScenes</key>
57
		<true/>
58
		<key>UISceneConfigurations</key>
59
		<dict>
60
			<key>UIWindowSceneSessionRoleApplication</key>
61
			<array>
62
				<dict>
63
					<key>UISceneDelegateClassName</key>
64
					<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
65
				</dict>
66
			</array>
67
		</dict>
68
	</dict>
69
	<key>UIApplicationSupportsIndirectInputEvents</key>
70
	<true/>
71
	<key>UIBackgroundModes</key>
72
	<array>
73
		<string>fetch</string>
74
		<string>processing</string>
75
		<string>remote-notification</string>
76
	</array>
77
	<key>UILaunchScreen</key>
78
	<dict>
79
		<key>UIColorName</key>
80
		<string>launchScreenBackground</string>
81
		<key>UIImageName</key>
82
		<string>logo</string>
83
		<key>UIImageRespectsSafeAreaInsets</key>
84
		<true/>
85
	</dict>
86
	<key>UIRequiredDeviceCapabilities</key>
87
	<array>
88
		<string>armv7</string>
89
	</array>
90
	<key>UISupportedInterfaceOrientations</key>
91
	<array>
92
		<string>UIInterfaceOrientationPortrait</string>
93
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
94
		<string>UIInterfaceOrientationLandscapeLeft</string>
95
		<string>UIInterfaceOrientationLandscapeRight</string>
96
	</array>
97
	<key>UISupportedInterfaceOrientations~ipad</key>
98
	<array>
99
		<string>UIInterfaceOrientationPortrait</string>
100
	</array>
101
</dict>
102
</plist>