Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jun 19, 2020
1 parent 5e35758 commit 914952f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions XcodeClangFormat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = XcodeClangFormat/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.XcodeClangFormat;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -445,6 +446,7 @@
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = XcodeClangFormat/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.XcodeClangFormat;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -468,6 +470,7 @@
INFOPLIST_FILE = "clang-format/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.2;
OTHER_CPLUSPLUSFLAGS = (
"--system-header-prefix=$(LLVM_INCLUDE_DIR)",
"$(LLVM_CXXFLAGS)",
Expand Down Expand Up @@ -512,6 +515,7 @@
INFOPLIST_FILE = "clang-format/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.2;
OTHER_CPLUSPLUSFLAGS = (
"--system-header-prefix=$(LLVM_INCLUDE_DIR)",
"$(LLVM_CXXFLAGS)",
Expand Down
28 changes: 14 additions & 14 deletions XcodeClangFormat/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>clang-format</string>
</array>
<key>CFBundleTypeName</key>
<string>clang-format Style</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
Expand All @@ -17,7 +30,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -28,18 +41,5 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>clang-format</string>
</array>
<key>CFBundleTypeName</key>
<string>clang-format Style</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion clang-format/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 914952f

Please sign in to comment.