File tree Expand file tree Collapse file tree
BBUncrustifyPlugin.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>"; };
176177 7F411B0C15FABAC6002F77B6 /* Classes */,
177178 14910D3F188C0CD0005497C9 /* Externals */,
178179 089C167CFE841241C02AAC07 /* Resources */,
180+ 14C326101CA4773F0003ED0B /* Installer */,
179181 089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
180182 19C28FB8FE9D52D311CA2CBB /* Products */,
181183 );
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 = (
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
44PLUGINS_DIR=" ${HOME} /Library/Application Support/Developer/Shared/Xcode/Plug-ins"
55
66mkdir -p " ${PLUGINS_DIR} "
You can’t perform that action at this time.
0 commit comments