Skip to content

Commit 914952f

Browse files
committed
bump version to 1.2
1 parent 5e35758 commit 914952f

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

XcodeClangFormat.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@
428428
ENABLE_HARDENED_RUNTIME = YES;
429429
INFOPLIST_FILE = XcodeClangFormat/Info.plist;
430430
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
431+
MARKETING_VERSION = 1.2;
431432
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.XcodeClangFormat;
432433
PRODUCT_NAME = "$(TARGET_NAME)";
433434
};
@@ -445,6 +446,7 @@
445446
ENABLE_HARDENED_RUNTIME = YES;
446447
INFOPLIST_FILE = XcodeClangFormat/Info.plist;
447448
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
449+
MARKETING_VERSION = 1.2;
448450
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.XcodeClangFormat;
449451
PRODUCT_NAME = "$(TARGET_NAME)";
450452
};
@@ -468,6 +470,7 @@
468470
INFOPLIST_FILE = "clang-format/Info.plist";
469471
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
470472
MACOSX_DEPLOYMENT_TARGET = 10.11;
473+
MARKETING_VERSION = 1.2;
471474
OTHER_CPLUSPLUSFLAGS = (
472475
"--system-header-prefix=$(LLVM_INCLUDE_DIR)",
473476
"$(LLVM_CXXFLAGS)",
@@ -512,6 +515,7 @@
512515
INFOPLIST_FILE = "clang-format/Info.plist";
513516
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
514517
MACOSX_DEPLOYMENT_TARGET = 10.11;
518+
MARKETING_VERSION = 1.2;
515519
OTHER_CPLUSPLUSFLAGS = (
516520
"--system-header-prefix=$(LLVM_INCLUDE_DIR)",
517521
"$(LLVM_CXXFLAGS)",

XcodeClangFormat/Info.plist

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDocumentTypes</key>
8+
<array>
9+
<dict>
10+
<key>CFBundleTypeExtensions</key>
11+
<array>
12+
<string>clang-format</string>
13+
</array>
14+
<key>CFBundleTypeName</key>
15+
<string>clang-format Style</string>
16+
<key>CFBundleTypeRole</key>
17+
<string>Viewer</string>
18+
</dict>
19+
</array>
720
<key>CFBundleExecutable</key>
821
<string>$(EXECUTABLE_NAME)</string>
922
<key>CFBundleIconFile</key>
@@ -17,7 +30,7 @@
1730
<key>CFBundlePackageType</key>
1831
<string>APPL</string>
1932
<key>CFBundleShortVersionString</key>
20-
<string>1.1</string>
33+
<string>$(MARKETING_VERSION)</string>
2134
<key>CFBundleVersion</key>
2235
<string>1</string>
2336
<key>LSMinimumSystemVersion</key>
@@ -28,18 +41,5 @@
2841
<string>MainMenu</string>
2942
<key>NSPrincipalClass</key>
3043
<string>NSApplication</string>
31-
<key>CFBundleDocumentTypes</key>
32-
<array>
33-
<dict>
34-
<key>CFBundleTypeExtensions</key>
35-
<array>
36-
<string>clang-format</string>
37-
</array>
38-
<key>CFBundleTypeName</key>
39-
<string>clang-format Style</string>
40-
<key>CFBundleTypeRole</key>
41-
<string>Viewer</string>
42-
</dict>
43-
</array>
4444
</dict>
4545
</plist>

clang-format/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)