Skip to content

Commit

Permalink
Lots of fixes (thanks @meissnem)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygelibert committed Sep 9, 2020
1 parent 120db62 commit 0e3f014
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Nothing
### Fixed

- `java` support.
- `C++` support.
- `Objective-C++` support.
- Others took [here](https://github.com/meissnem/QLColorCode/blob/master/Info.plist).

## [3.1.0] — 2020-09-09

Expand Down
20 changes: 19 additions & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<string>com.apple.property-list</string>
<string>org.tug.tex</string>
<string>com.sun.java-class</string>
<string>com.sun.java-source</string>
<string>org.vim.vim-script</string>
<string>org.tug.lua</string>
<string>public.tex</string>
Expand All @@ -33,10 +34,21 @@
<string>public.c-header</string>
<string>public.objective-c-source</string>
<string>public.c-source</string>
<string>public.c-plus-plus-source</string>
<string>public.c-plus-plus-header</string>
<string>public.objective-c-plus-plus-source</string>
<string>public.assembly-source</string>
<string>com.apple.rez-source</string>
<string>public.mig-source</string>
<string>public.swift-source</string>
<string>public.pascal-source</string>
<string>com.apple.symbol-export</string>
<string>public.csh-script</string>
<string>public.zsh-script</string>
<string>com.apple.terminal.shell-script</string>
<string>com.apple.terminal.session</string>
<string>com.apple.terminal.settings</string>
<string>public.python-script</string>
<string>com.apple.property-list</string>
<string>com.apple.xcode.strings-text</string>
<string>dyn.ah62d4rv4ge81g6pq</string>
<string>dyn.ah62d4rv4ge8007a</string>
Expand Down Expand Up @@ -70,6 +82,12 @@
<string>dyn.ah62d4rv4ge80e2pysq</string>
<string>public.patch-file</string>
<string>public.bash-script</string>
<string>com.apple.xcode.bash-script</string>
<string>com.apple.xcode.csh-script</string>
<string>com.apple.xcode.ksh-script</string>
<string>com.apple.xcode.tcsh-script</string>
<string>com.apple.xcode.yacc-source</string>
<string>com.apple.xcode.zsh-script</string>
</array>
</dict>
</array>
Expand Down
8 changes: 4 additions & 4 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.1.0;
CURRENT_PROJECT_VERSION = "3.1.1.dev1 ";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.1.1.dev1;
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -299,9 +299,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.1.0;
CURRENT_PROJECT_VERSION = "3.1.1.dev1 ";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.1.1.dev1;
};
name = Release;
};
Expand Down

0 comments on commit 0e3f014

Please sign in to comment.