Skip to content

Commit

Permalink
Add XSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygelibert committed Dec 17, 2020
1 parent a906cab commit e943875
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/) a

## [Unreleased]

- NOTHING
### Added

- `xsl` support.

## [4.0.2] — 2020-12-16

Expand Down
2 changes: 2 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<string>dyn.ah62d4rv4ge81a63v</string>
<string>dyn.ah62d4rv4ge81k3x0qf3hg</string>
<string>dyn.ah62d4rv4ge81k3u</string>
<string>dyn.ah62d4rv4ge81u65q</string>
</array>
</dict>
</array>
Expand Down Expand Up @@ -1356,6 +1357,7 @@
<string>dyn.ah62d4rv4ge81u7k</string>
<string>dyn.ah62d4rv4ge81u6pr</string>
<string>dyn.ah62d4rv4ge81u6k</string>
<string>dyn.ah62d4rv4ge81u65q</string>
</array>
<key>UTTypeDescription</key>
<string>XSD/XQuery/XSL/XML Source File</string>
Expand Down
12 changes: 6 additions & 6 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4.0.2;
CURRENT_PROJECT_VERSION = "4.0.3+dev";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.2;
MARKETING_VERSION = "4.0.3+dev";
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -611,9 +611,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4.0.2;
CURRENT_PROJECT_VERSION = "4.0.3+dev";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.2;
MARKETING_VERSION = "4.0.3+dev";
};
name = Release;
};
Expand Down Expand Up @@ -650,7 +650,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 4.0.2;
CURRENT_PROJECT_VERSION = "4.0.3+dev";
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -717,7 +717,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 4.0.2;
CURRENT_PROJECT_VERSION = "4.0.3+dev";
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit e943875

Please sign in to comment.