Skip to content

Commit

Permalink
updated version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitsan committed Apr 25, 2015
1 parent 5442ccd commit 2a3f686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.7</string>
<string>2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.0.7</string>
<string>2.1</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand Down Expand Up @@ -53,7 +53,7 @@
<string>9F75337B-21B4-4ADC-B558-F9CADF7073A7</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Pragmatic Code. All rights reserved.</string>
<string>Copyright © 2015 Pragmatic Code. All rights reserved.</string>
<key>XC4Compatible</key>
<true/>
<key>XCGCReady</key>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 2a3f686

Please sign in to comment.