File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
src/SolutionTemplate/UnoSolutionTemplate.net6/Mobile Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
+ <key >CFBundleName </key >
6
+ <string >$ext_safeprojectname$ </string >
5
7
<key >CFBundleDisplayName </key >
6
8
<string >$ext_safeprojectname$ </string >
7
9
<key >CFBundleIdentifier </key >
12
14
<string >1.0 </string >
13
15
<key >UIDeviceFamily </key >
14
16
<array >
15
- <integer >1 </integer >
16
17
<integer >2 </integer >
17
18
</array >
19
+ <key >LSApplicationCategoryType </key >
20
+ <string >public.app-category.utilities </string >
18
21
<key >UILaunchStoryboardName </key >
19
22
<string >LaunchScreen </string >
20
23
<key >UISupportedInterfaceOrientations </key >
29
32
<array >
30
33
<string >Fonts/uno-fluentui-assets.ttf </string >
31
34
</array >
35
+
36
+ <!--
37
+ Adjust this to your application's encryption usage.
38
+ <key>ITSAppUsesNonExemptEncryption</key>
39
+ <false/>
40
+ -->
41
+
32
42
</dict >
33
43
</plist >
Original file line number Diff line number Diff line change 49
49
<string >Portrait </string >
50
50
<key >UILaunchImageSize </key >
51
51
<string >{320, 568} </string >
52
+ <key >XSAppIconAssets </key >
53
+ <string >Media.xcassets/AppIcons.appiconset </string >
52
54
<key >UIApplicationSupportsIndirectInputEvents </key >
53
55
<true />
56
+
57
+ <!--
58
+ Adjust this to your application's encryption usage.
59
+ <key>ITSAppUsesNonExemptEncryption</key>
60
+ <false/>
61
+ -->
54
62
</dict >
55
63
</plist >
Original file line number Diff line number Diff line change 18
18
<string >APPL </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
+ <key >LSApplicationCategoryType </key >
22
+ <string >public.app-category.utilities </string >
21
23
<key >NSHumanReadableCopyright </key >
22
24
<string >${AuthorCopyright:HtmlEncode} </string >
23
25
<key >NSPrincipalClass </key >
24
26
<string >NSApplication </string >
25
27
<key >XSAppIconAssets </key >
26
- <string >Assets.xcassets/AppIcon .appiconset </string >
28
+ <string >Assets.xcassets/AppIcons .appiconset </string >
27
29
<key >ATSApplicationFontsPath </key >
28
30
<string >Fonts/uno-fluentui-assets.ttf </string >
31
+
32
+ <!--
33
+ Adjust this to your application's encryption usage.
34
+ <key>ITSAppUsesNonExemptEncryption</key>
35
+ <false/>
36
+ -->
29
37
</dict >
30
38
</plist >
You can’t perform that action at this time.
0 commit comments