Skip to content

Commit 799a88e

Browse files
committed
Register for UTTypeIdentifier public.json.
1 parent 17a7502 commit 799a88e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

QuickJSON.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@
147147
/* Begin PBXProject section */
148148
CEEC2AB6133331E000823F4B /* Project object */ = {
149149
isa = PBXProject;
150+
attributes = {
151+
LastUpgradeCheck = 0450;
152+
};
150153
buildConfigurationList = CEEC2AB9133331E000823F4B /* Build configuration list for PBXProject "QuickJSON" */;
151154
compatibilityVersion = "Xcode 3.2";
152155
developmentRegion = English;
@@ -247,6 +250,7 @@
247250
isa = XCBuildConfiguration;
248251
buildSettings = {
249252
ALWAYS_SEARCH_USER_PATHS = NO;
253+
COMBINE_HIDPI_IMAGES = YES;
250254
COPY_PHASE_STRIP = NO;
251255
GCC_DYNAMIC_NO_PIC = NO;
252256
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -263,6 +267,7 @@
263267
isa = XCBuildConfiguration;
264268
buildSettings = {
265269
ALWAYS_SEARCH_USER_PATHS = NO;
270+
COMBINE_HIDPI_IMAGES = YES;
266271
COPY_PHASE_STRIP = YES;
267272
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
268273
GCC_ENABLE_OBJC_EXCEPTIONS = YES;

QuickJSON/QuickJSON-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<string>QLGenerator</string>
2020
<key>LSItemContentTypes</key>
2121
<array>
22-
<string>com.github.johan.json</string>
22+
<string>public.json</string>
2323
</array>
2424
</dict>
2525
</array>
@@ -76,7 +76,7 @@
7676
<key>UTTypeDescription</key>
7777
<string>JSON File</string>
7878
<key>UTTypeIdentifier</key>
79-
<string>com.github.johan.json</string>
79+
<string>public.json</string>
8080
<key>UTTypeTagSpecification</key>
8181
<dict>
8282
<key>com.apple.ostype</key>

0 commit comments

Comments
 (0)