diff --git a/Pragmatic.xcodeproj/project.pbxproj b/Pragmatic.xcodeproj/project.pbxproj index 33d6b03..d2d921b 100644 --- a/Pragmatic.xcodeproj/project.pbxproj +++ b/Pragmatic.xcodeproj/project.pbxproj @@ -70,6 +70,7 @@ D2AAF8991E465877000EFE1F /* PragmaticXcode.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PragmaticXcode.entitlements; sourceTree = ""; }; D2AAF89A1E465877000EFE1F /* PragmaticXcodeExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PragmaticXcodeExtension.swift; sourceTree = ""; }; D2AAF89E1E465877000EFE1F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + D3C72EAF207A276600237B86 /* CODEOWNERS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CODEOWNERS; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -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 */, diff --git a/Pragmatic/Info.plist b/Pragmatic/Info.plist index b8de008..9d0dcb2 100644 --- a/Pragmatic/Info.plist +++ b/Pragmatic/Info.plist @@ -17,13 +17,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2 + 1.3 CFBundleVersion - 4 + 5 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2017 Brian Ganninger. All rights reserved. + Copyright © 2017-2018 Brian Ganninger. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/PragmaticXcode/Info.plist b/PragmaticXcode/Info.plist index 8dd3ab7..0e6abaa 100644 --- a/PragmaticXcode/Info.plist +++ b/PragmaticXcode/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.2 + 1.3 CFBundleVersion - 4 + 5 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension @@ -84,6 +84,6 @@ com.apple.dt.Xcode.extension.source-editor NSHumanReadableCopyright - Copyright © 2017 Brian Ganninger. All rights reserved. + Copyright © 2017-2018 Brian Ganninger. All rights reserved. diff --git a/README.md b/README.md index 4d4bee7..7e22bfe 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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