Skip to content

Commit

Permalink
Minor tweaks for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgannin committed Apr 8, 2018
1 parent 9592f77 commit 8c2680b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Pragmatic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
D2AAF8991E465877000EFE1F /* PragmaticXcode.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PragmaticXcode.entitlements; sourceTree = "<group>"; };
D2AAF89A1E465877000EFE1F /* PragmaticXcodeExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PragmaticXcodeExtension.swift; sourceTree = "<group>"; };
D2AAF89E1E465877000EFE1F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D3C72EAF207A276600237B86 /* CODEOWNERS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CODEOWNERS; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -97,6 +98,7 @@
D24C9FD51E61F8AE00FE5E92 /* README.md */,
D24C9FD41E61F8AE00FE5E92 /* CONTRIBUTING.md */,
D24C9FD31E61F8AE00FE5E92 /* CODE_OF_CONDUCT.md */,
D3C72EAF207A276600237B86 /* CODEOWNERS */,
D2AAF8811E465838000EFE1F /* 🛠App Wrapper */,
D2AAF8971E465877000EFE1F /* ⚙Xcode Extension */,
D2AAF8981E465877000EFE1F /* Supporting Files */,
Expand Down
6 changes: 3 additions & 3 deletions Pragmatic/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Brian Ganninger. All rights reserved.</string>
<string>Copyright © 2017-2018 Brian Ganninger. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions PragmaticXcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down Expand Up @@ -84,6 +84,6 @@
<string>com.apple.dt.Xcode.extension.source-editor</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Brian Ganninger. All rights reserved.</string>
<string>Copyright © 2017-2018 Brian Ganninger. All rights reserved.</string>
</dict>
</plist>
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pragmatic

`Pragmatic` is an Xcode 8.*x* Source Editor extension for simplifying common pragma driven tasks.
`Pragmatic` is an Xcode Source Editor extension for simplifying common pragma driven tasks.

![Pragmatic Usage Demo](Resources/demo.gif)

Expand All @@ -25,10 +25,16 @@
- C++ *(untested)*
- C

## Supported Xcode

- Xcode 8.x
- Xcode 9.x

## Supported OSes

- OS X 10.11 *(El Capitan)*
- macOS 10.12 *(Sierra)*
- macOS 10.13 *(High Sierra)*

## Tips

Expand Down

0 comments on commit 8c2680b

Please sign in to comment.