diff --git a/Resources/Info.plist b/Resources/Info.plist index 72900b9..f05b070 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.7 + 2.1 CFBundleSignature ???? CFBundleVersion - 2.0.7 + 2.1 CFPlugInDynamicRegisterFunction CFPlugInDynamicRegistration @@ -53,7 +53,7 @@ 9F75337B-21B4-4ADC-B558-F9CADF7073A7 NSHumanReadableCopyright - Copyright © 2012 Pragmatic Code. All rights reserved. + Copyright © 2015 Pragmatic Code. All rights reserved. XC4Compatible XCGCReady diff --git a/install.sh b/install.sh index c449276..4bcf582 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.0.7/UncrustifyPlugin-2.0.7.zip +DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1/UncrustifyPlugin-2.1.zip PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" mkdir -p "${PLUGINS_DIR}"