Skip to content

Commit 74dd92d

Browse files
committed
Actually bump version numbers
1 parent 2d02671 commit 74dd92d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CommonplaceBookApp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
CLANG_ENABLE_MODULES = YES;
946946
CODE_SIGN_ENTITLEMENTS = CommonplaceBookApp/CommonplaceBookApp.entitlements;
947947
CODE_SIGN_STYLE = Automatic;
948-
CURRENT_PROJECT_VERSION = 17;
948+
CURRENT_PROJECT_VERSION = 18;
949949
DEAD_CODE_STRIPPING = NO;
950950
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
951951
DEVELOPMENT_TEAM = K2UU8WDD8H;
@@ -955,7 +955,7 @@
955955
"$(inherited)",
956956
"@executable_path/Frameworks",
957957
);
958-
MARKETING_VERSION = 0.14.0;
958+
MARKETING_VERSION = 0.15.0;
959959
PRODUCT_BUNDLE_IDENTIFIER = "org.brians-brain.CommonplaceBookApp";
960960
PRODUCT_NAME = "$(TARGET_NAME)";
961961
SUPPORTS_MACCATALYST = YES;
@@ -974,7 +974,7 @@
974974
CLANG_ENABLE_MODULES = YES;
975975
CODE_SIGN_ENTITLEMENTS = CommonplaceBookApp/CommonplaceBookApp.entitlements;
976976
CODE_SIGN_STYLE = Automatic;
977-
CURRENT_PROJECT_VERSION = 17;
977+
CURRENT_PROJECT_VERSION = 18;
978978
DEAD_CODE_STRIPPING = NO;
979979
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
980980
DEVELOPMENT_TEAM = K2UU8WDD8H;
@@ -984,7 +984,7 @@
984984
"$(inherited)",
985985
"@executable_path/Frameworks",
986986
);
987-
MARKETING_VERSION = 0.14.0;
987+
MARKETING_VERSION = 0.15.0;
988988
PRODUCT_BUNDLE_IDENTIFIER = "org.brians-brain.CommonplaceBookApp";
989989
PRODUCT_NAME = "$(TARGET_NAME)";
990990
SUPPORTS_MACCATALYST = YES;

CommonplaceBookApp/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
88
<string>Commonplace</string>
9-
<key>UISupportsDocumentBrowser</key>
10-
<true/>
119
<key>CFBundleDocumentTypes</key>
1210
<array>
1311
<dict>
@@ -176,6 +174,8 @@
176174
<string>UIInterfaceOrientationLandscapeLeft</string>
177175
<string>UIInterfaceOrientationLandscapeRight</string>
178176
</array>
177+
<key>UISupportsDocumentBrowser</key>
178+
<true/>
179179
<key>UTExportedTypeDeclarations</key>
180180
<array>
181181
<dict>
@@ -236,12 +236,12 @@
236236
</dict>
237237
</dict>
238238
<dict>
239-
<key>UTTypeDescription</key>
240-
<string>Note Database</string>
241239
<key>UTTypeConformsTo</key>
242240
<array>
243241
<string>public.data</string>
244242
</array>
243+
<key>UTTypeDescription</key>
244+
<string>Note Database</string>
245245
<key>UTTypeIdentifier</key>
246246
<string>org.brians-brain.notedb</string>
247247
<key>UTTypeTagSpecification</key>

0 commit comments

Comments
 (0)