Skip to content

Commit d0946c3

Browse files
committed
minor changes
1 parent c5ac904 commit d0946c3

File tree

4 files changed

+75
-19
lines changed

4 files changed

+75
-19
lines changed

GPXCompressor.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@
289289
CODE_SIGN_IDENTITY = "-";
290290
CODE_SIGN_STYLE = Manual;
291291
COMBINE_HIDPI_IMAGES = YES;
292-
CURRENT_PROJECT_VERSION = 3;
292+
CURRENT_PROJECT_VERSION = 6;
293293
DEVELOPMENT_TEAM = "";
294294
INFOPLIST_FILE = GPXCompressor/Info.plist;
295295
LD_RUNPATH_SEARCH_PATHS = (
296296
"$(inherited)",
297297
"@executable_path/../Frameworks",
298298
);
299299
MACOSX_DEPLOYMENT_TARGET = 10.10;
300-
MARKETING_VERSION = 1.0.1;
300+
MARKETING_VERSION = 1.0.2;
301301
PRODUCT_BUNDLE_IDENTIFIER = neo.vincent.GPXCompressor;
302302
PRODUCT_NAME = "$(TARGET_NAME)";
303303
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -313,7 +313,7 @@
313313
CODE_SIGN_IDENTITY = "-";
314314
CODE_SIGN_STYLE = Manual;
315315
COMBINE_HIDPI_IMAGES = YES;
316-
CURRENT_PROJECT_VERSION = 3;
316+
CURRENT_PROJECT_VERSION = 6;
317317
DEVELOPMENT_TEAM = "";
318318
ENABLE_HARDENED_RUNTIME = YES;
319319
GCC_OPTIMIZATION_LEVEL = fast;
@@ -323,7 +323,7 @@
323323
"@executable_path/../Frameworks",
324324
);
325325
MACOSX_DEPLOYMENT_TARGET = 10.10;
326-
MARKETING_VERSION = 1.0.1;
326+
MARKETING_VERSION = 1.0.2;
327327
PRODUCT_BUNDLE_IDENTIFIER = neo.vincent.GPXCompressor;
328328
PRODUCT_NAME = "$(TARGET_NAME)";
329329
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -359,8 +359,8 @@
359359
isa = XCRemoteSwiftPackageReference;
360360
repositoryURL = "https://github.com/vincentneo/CoreGPX.git";
361361
requirement = {
362-
branch = enhancements/56;
363-
kind = branch;
362+
kind = upToNextMajorVersion;
363+
minimumVersion = 0.8.0;
364364
};
365365
};
366366
/* End XCRemoteSwiftPackageReference section */

GPXCompressor.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GPXCompressor/Info.plist

Lines changed: 66 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@
88
<array>
99
<dict>
1010
<key>CFBundleTypeExtensions</key>
11+
<array/>
12+
<key>CFBundleTypeMIMETypes</key>
1113
<array>
12-
<string>gpx</string>
14+
<string>application/gpx+xml</string>
1315
</array>
14-
<key>CFBundleTypeIconFile</key>
15-
<string></string>
1616
<key>CFBundleTypeName</key>
17-
<string>DocumentType</string>
18-
<key>CFBundleTypeOSTypes</key>
19-
<array>
20-
<string>????</string>
21-
</array>
17+
<string>GPX File</string>
2218
<key>CFBundleTypeRole</key>
2319
<string>Editor</string>
24-
<key>LSTypeIsPackage</key>
25-
<integer>0</integer>
20+
<key>LSHandlerRank</key>
21+
<string>Alternate</string>
22+
<key>LSItemContentTypes</key>
23+
<array>
24+
<string>com.topografix.gpx</string>
25+
<string>com.apple.dt.document.gpx</string>
26+
</array>
2627
<key>NSDocumentClass</key>
2728
<string>$(PRODUCT_MODULE_NAME).Document</string>
2829
</dict>
@@ -57,5 +58,60 @@
5758
<true/>
5859
<key>NSSupportsSuddenTermination</key>
5960
<true/>
61+
<key>UTExportedTypeDeclarations</key>
62+
<array>
63+
<dict>
64+
<key>UTTypeConformsTo</key>
65+
<array>
66+
<string>public.xml</string>
67+
<string>public.data</string>
68+
</array>
69+
<key>UTTypeDescription</key>
70+
<string>GPX File</string>
71+
<key>UTTypeIdentifier</key>
72+
<string>com.topografix.gpx</string>
73+
<key>UTTypeReferenceURL</key>
74+
<string>http://www.topografix.com/GPX/1/1</string>
75+
<key>UTTypeTagSpecification</key>
76+
<dict>
77+
<key>public.filename-extension</key>
78+
<array>
79+
<string>gpx</string>
80+
</array>
81+
<key>public.mime-type</key>
82+
<array>
83+
<string>application/gpx+xml</string>
84+
</array>
85+
</dict>
86+
</dict>
87+
</array>
88+
<key>UTImportedTypeDeclarations</key>
89+
<array>
90+
<dict>
91+
<key>UTTypeConformsTo</key>
92+
<array>
93+
<string>public.xml</string>
94+
<string>public.text</string>
95+
<string>public.data</string>
96+
<string>public.item</string>
97+
<string>public.content</string>
98+
</array>
99+
<key>UTTypeDescription</key>
100+
<string>GPX File</string>
101+
<key>UTTypeIdentifier</key>
102+
<string>com.apple.dt.document.gpx</string>
103+
<key>UTTypeTagSpecification</key>
104+
<dict>
105+
<key>public.filename-extension</key>
106+
<array>
107+
<string>gpx</string>
108+
</array>
109+
<key>public.mime-type</key>
110+
<array>
111+
<string>application/gpx+xml</string>
112+
</array>
113+
</dict>
114+
</dict>
115+
</array>
60116
</dict>
61117
</plist>

0 commit comments

Comments
 (0)