Skip to content

Commit 788afd8

Browse files
committed
updated version to 2.1.6
1 parent 9154d6f commit 788afd8

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

BBUncrustifyPlugin.xcodeproj/project.pbxproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
14A54E56188AF6C800B154C6 /* XCFConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCFConstants.h; sourceTree = "<group>"; };
143143
14BEA1BF188F0EC2000CC52B /* NSDocument+XCFAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDocument+XCFAdditions.h"; sourceTree = "<group>"; };
144144
14BEA1C0188F0EC2000CC52B /* NSDocument+XCFAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDocument+XCFAdditions.m"; sourceTree = "<group>"; };
145+
14C326111CA4774E0003ED0B /* install.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = install.sh; sourceTree = "<group>"; };
145146
14CE84D916F49A02008082AB /* uncrustify */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = uncrustify; sourceTree = "<group>"; };
146147
14D323BF1884980500AB663E /* XCFDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCFDefaults.h; sourceTree = "<group>"; };
147148
14D323C01884980500AB663E /* XCFDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCFDefaults.m; sourceTree = "<group>"; };
@@ -176,6 +177,7 @@
176177
7F411B0C15FABAC6002F77B6 /* Classes */,
177178
14910D3F188C0CD0005497C9 /* Externals */,
178179
089C167CFE841241C02AAC07 /* Resources */,
180+
14C326101CA4773F0003ED0B /* Installer */,
179181
089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
180182
19C28FB8FE9D52D311CA2CBB /* Products */,
181183
);
@@ -366,6 +368,14 @@
366368
name = Logger;
367369
sourceTree = "<group>";
368370
};
371+
14C326101CA4773F0003ED0B /* Installer */ = {
372+
isa = PBXGroup;
373+
children = (
374+
14C326111CA4774E0003ED0B /* install.sh */,
375+
);
376+
name = Installer;
377+
sourceTree = "<group>";
378+
};
369379
19C28FB8FE9D52D311CA2CBB /* Products */ = {
370380
isa = PBXGroup;
371381
children = (

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>BNDL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.5</string>
20+
<string>2.1.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.1.5</string>
24+
<string>2.1.6</string>
2525
<key>CFPlugInDynamicRegisterFunction</key>
2626
<string></string>
2727
<key>CFPlugInDynamicRegistration</key>

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1.5/UncrustifyPlugin-2.1.5.zip
3+
DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1.6/UncrustifyPlugin-2.1.6.zip
44
PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins"
55

66
mkdir -p "${PLUGINS_DIR}"

0 commit comments

Comments
 (0)