1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4
3
<plist version =" 1.0" >
5
- <dict >
6
- <key >UIDeviceFamily </key >
7
- <array >
8
- <integer >1 </integer >
9
- <integer >2 </integer >
10
- </array >
11
- <key >UISupportedInterfaceOrientations </key >
12
- <array >
13
- <string >UIInterfaceOrientationPortrait </string >
14
- <string >UIInterfaceOrientationLandscapeLeft </string >
15
- <string >UIInterfaceOrientationLandscapeRight </string >
16
- </array >
17
- <key >UISupportedInterfaceOrientations~ipad </key >
18
- <array >
19
- <string >UIInterfaceOrientationPortrait </string >
20
- <string >UIInterfaceOrientationPortraitUpsideDown </string >
21
- <string >UIInterfaceOrientationLandscapeLeft </string >
22
- <string >UIInterfaceOrientationLandscapeRight </string >
23
- </array >
24
- <key >MinimumOSVersion </key >
25
- <string >8.0 </string >
26
- <key >CFBundleDisplayName </key >
27
- <string >CodingCoach </string >
28
- <key >CFBundleIdentifier </key >
29
- <string >com.companyname.CodingCoach </string >
30
- <key >CFBundleVersion </key >
31
- <string >1.0 </string >
32
- <key >UILaunchStoryboardName </key >
33
- <string >LaunchScreen </string >
34
- <key >CFBundleName </key >
35
- <string >CodingCoach </string >
36
- <key >XSAppIconAssets </key >
37
- <string >Assets.xcassets/AppIcon.appiconset </string >
38
- <key >UIAppFonts </key >
39
- <array >
40
- <string >fa-solid-900.ttf </string >
41
- <string >fa-brands-400.ttf </string >
42
- </array >
43
- </dict >
44
- </plist >
4
+ <dict >
5
+ <key >UIDeviceFamily </key >
6
+ <array >
7
+ <integer >1 </integer >
8
+ <integer >2 </integer >
9
+ </array >
10
+ <key >UISupportedInterfaceOrientations </key >
11
+ <array >
12
+ <string >UIInterfaceOrientationPortrait </string >
13
+ <string >UIInterfaceOrientationLandscapeLeft </string >
14
+ <string >UIInterfaceOrientationLandscapeRight </string >
15
+ </array >
16
+ <key >UISupportedInterfaceOrientations~ipad </key >
17
+ <array >
18
+ <string >UIInterfaceOrientationPortrait </string >
19
+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
20
+ <string >UIInterfaceOrientationLandscapeLeft </string >
21
+ <string >UIInterfaceOrientationLandscapeRight </string >
22
+ </array >
23
+ <key >MinimumOSVersion </key >
24
+ <string >8.0 </string >
25
+ <key >CFBundleDisplayName </key >
26
+ <string >CodingCoach </string >
27
+ <key >CFBundleIdentifier </key >
28
+ <string >io.codingcoach.mobile </string >
29
+ <key >CFBundleVersion </key >
30
+ <string >1.0 </string >
31
+ <key >UILaunchStoryboardName </key >
32
+ <string >LaunchScreen </string >
33
+ <key >CFBundleName </key >
34
+ <string >CodingCoach </string >
35
+ <key >XSAppIconAssets </key >
36
+ <string >Assets.xcassets/AppIcon.appiconset </string >
37
+ <key >UIAppFonts </key >
38
+ <array >
39
+ <string >fa-solid-900.ttf </string >
40
+ <string >fa-brands-400.ttf </string >
41
+ </array >
42
+ </dict >
43
+ </plist >
0 commit comments