summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/LaunchScreen.storyboard7
-rw-r--r--res/MacOSXBundleInfo.plist.in176
2 files changed, 92 insertions, 91 deletions
diff --git a/res/LaunchScreen.storyboard b/res/LaunchScreen.storyboard
index f9a048ed..fdde7251 100644
--- a/res/LaunchScreen.storyboard
+++ b/res/LaunchScreen.storyboard
@@ -1,7 +1,8 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> 2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3 <device id="retina6_1" orientation="portrait" appearance="light"/>
3 <dependencies> 4 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/> 5 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
5 </dependencies> 6 </dependencies>
6 <scenes/> 7 <scenes/>
7</document> 8</document>
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in
index 64f406ec..2c69c5ee 100644
--- a/res/MacOSXBundleInfo.plist.in
+++ b/res/MacOSXBundleInfo.plist.in
@@ -2,93 +2,93 @@
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0"> 3<plist version="1.0">
4<dict> 4<dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
8 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> 8 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
9 <key>CFBundleGetInfoString</key> 9 <key>CFBundleGetInfoString</key>
10 <string>${MACOSX_BUNDLE_INFO_STRING}</string> 10 <string>${MACOSX_BUNDLE_INFO_STRING}</string>
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconName</key>
12 <string>${MACOSX_BUNDLE_ICON_FILE}</string> 12 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> 14 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
15 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string> 16 <string>6.0</string>
17 <key>CFBundleLongVersionString</key> 17 <key>CFBundleName</key>
18 <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string> 18 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
19 <key>CFBundleName</key> 19 <key>CFBundlePackageType</key>
20 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string> 20 <string>APPL</string>
21 <key>CFBundlePackageType</key> 21 <key>CFBundleVersion</key>
22 <string>APPL</string> 22 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
23 <key>CFBundleShortVersionString</key> 23 <key>CFBundleShortVersionString</key>
24 <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> 24 <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
25 <key>CFBundleSignature</key> 25 <key>CFBundleSignature</key>
26 <string>????</string> 26 <string>????</string>
27 <key>CFBundleVersion</key> 27 <key>CSResourcesFileMapped</key>
28 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> 28 <true/>
29 <key>CSResourcesFileMapped</key> 29 <key>NSHumanReadableCopyright</key>
30 <true/> 30 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
31 <key>NSHumanReadableCopyright</key> 31 <key>NSHighResolutionCapable</key>
32 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> 32 <true/>
33 <key>NSHighResolutionCapable</key> 33 <key>NSRequiresAquaSystemAppearance</key>
34 <true/> 34 <false/>
35 <key>NSRequiresAquaSystemAppearance</key> 35 <key>NSSupportsAutomaticGraphicsSwitching</key>
36 <false/> 36 <true/>
37 <key>NSSupportsAutomaticGraphicsSwitching</key> 37 <key>UISupportedInterfaceOrientations</key>
38 <true/> 38 <array>
39 <key>UISupportedInterfaceOrientations</key> 39 <string>UIInterfaceOrientationPortrait</string>
40 <array> 40 <string>UIInterfaceOrientationLandscapeLeft</string>
41 <string>UIInterfaceOrientationPortrait</string> 41 <string>UIInterfaceOrientationLandscapeRight</string>
42 <string>UIInterfaceOrientationLandscapeLeft</string> 42 </array>
43 <string>UIInterfaceOrientationLandscapeRight</string> 43 <key>UISupportedInterfaceOrientations~ipad</key>
44 </array> 44 <array>
45 <key>UISupportedInterfaceOrientations~ipad</key> 45 <string>UIInterfaceOrientationPortrait</string>
46 <array> 46 <string>UIInterfaceOrientationPortraitUpsideDown</string>
47 <string>UIInterfaceOrientationPortrait</string> 47 <string>UIInterfaceOrientationLandscapeLeft</string>
48 <string>UIInterfaceOrientationPortraitUpsideDown</string> 48 <string>UIInterfaceOrientationLandscapeRight</string>
49 <string>UIInterfaceOrientationLandscapeLeft</string> 49 </array>
50 <string>UIInterfaceOrientationLandscapeRight</string> 50 <key>UILaunchStoryboardName</key>
51 </array> 51 <string>LaunchScreen</string>
52 <key>UILaunchStoryboardName</key> 52 <key>LSSupportsOpeningDocumentsInPlace</key>
53 <string>LaunchScreen</string> 53 <false/>
54 <key>CFBundleDocumentTypes</key> 54 <key>CFBundleDocumentTypes</key>
55 <array> 55 <array>
56 <dict> 56 <dict>
57 <key>CFBundleTypeExtensions</key> 57 <key>CFBundleTypeExtensions</key>
58 <array> 58 <array>
59 <string>gmi</string> 59 <string>gmi</string>
60 <string>gemini</string> 60 <string>gemini</string>
61 </array> 61 </array>
62 <key>CFBundleTypeIconFile</key> 62 <key>CFBundleTypeIconFile</key>
63 <string>text-gemini.icns</string> 63 <string>text-gemini.icns</string>
64 <key>CFBundleTypeName</key> 64 <key>CFBundleTypeName</key>
65 <string>Gemini Text File</string> 65 <string>Gemini Text File</string>
66 <key>CFBundleTypeRole</key> 66 <key>CFBundleTypeRole</key>
67 <string>Viewer</string> 67 <string>Viewer</string>
68 <key>LSHandlerRank</key> 68 <key>LSHandlerRank</key>
69 <string>Default</string> 69 <string>Default</string>
70 <key>LSTypeIsPackage</key> 70 <key>LSTypeIsPackage</key>
71 <false/> 71 <false/>
72 </dict> 72 </dict>
73 </array> 73 </array>
74 <key>CFBundleURLTypes</key> 74 <key>CFBundleURLTypes</key>
75 <array> 75 <array>
76 <dict> 76 <dict>
77 <key>CFBundleURLName</key> 77 <key>CFBundleURLName</key>
78 <string>Gemini</string> 78 <string>Gemini</string>
79 <key>CFBundleURLSchemes</key> 79 <key>CFBundleURLSchemes</key>
80 <array> 80 <array>
81 <string>gemini</string> 81 <string>gemini</string>
82 </array> 82 </array>
83 </dict> 83 </dict>
84 <dict> 84 <dict>
85 <key>CFBundleURLName</key> 85 <key>CFBundleURLName</key>
86 <string>Gopher</string> 86 <string>Gopher</string>
87 <key>CFBundleURLSchemes</key> 87 <key>CFBundleURLSchemes</key>
88 <array> 88 <array>
89 <string>gopher</string> 89 <string>gopher</string>
90 </array> 90 </array>
91 </dict> 91 </dict>
92 </array> 92 </array>
93</dict> 93</dict>
94</plist> 94</plist>