Skip to content

Commit fb74e14

Browse files
committed
Add scripts to disable/restore xcode plugin
1 parent 2d06a3a commit fb74e14

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

QLColorCode.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
0EB496B10D0FC70D00E86E0B /* ml.lang in Copy .lang Files */ = {isa = PBXBuildFile; fileRef = 0EB4960D0D0FC24000E86E0B /* ml.lang */; };
3232
0EC047970CFBDADF009C986E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EC047960CFBDADF009C986E /* Foundation.framework */; };
3333
0ECBBA6C0CFCA37500416538 /* QLColorCode.qlgenerator in Copy to Library */ = {isa = PBXBuildFile; fileRef = 8D576316048677EA00EA77CD /* QLColorCode.qlgenerator */; };
34+
0EE90E861098CE5800468467 /* Script notes.txt in Resources */ = {isa = PBXBuildFile; fileRef = 0EE90E851098CE5800468467 /* Script notes.txt */; };
3435
0EF57D440D122791006084D5 /* ide-xcode.style in Copy .style Files */ = {isa = PBXBuildFile; fileRef = 0EF57D430D122791006084D5 /* ide-xcode.style */; };
3536
0EF57D6E0D122934006084D5 /* objc.lang in Copy .lang Files */ = {isa = PBXBuildFile; fileRef = 0EF57D6D0D122934006084D5 /* objc.lang */; };
3637
0EF57E6A0D125AB2006084D5 /* slateGreen.style in Copy .style Files */ = {isa = PBXBuildFile; fileRef = 0EF57E690D125AB2006084D5 /* slateGreen.style */; };
@@ -120,6 +121,9 @@
120121
0EC047F20CFC000A009C986E /* Notes.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Notes.txt; sourceTree = "<group>"; };
121122
0ECBBB360CFCF98600416538 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
122123
0ECBBB5D0CFD447E00416538 /* colorize.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = colorize.sh; sourceTree = "<group>"; };
124+
0EE90E6F1098BE1E00468467 /* Disable XCode QL Plugin.scpt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.scpt; path = "Disable XCode QL Plugin.scpt"; sourceTree = "<group>"; };
125+
0EE90E841098CDDF00468467 /* Restore XCode QL Plugin.scpt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.scpt; path = "Restore XCode QL Plugin.scpt"; sourceTree = "<group>"; };
126+
0EE90E851098CE5800468467 /* Script notes.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Script notes.txt"; sourceTree = "<group>"; };
123127
0EF57D430D122791006084D5 /* ide-xcode.style */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "ide-xcode.style"; sourceTree = "<group>"; };
124128
0EF57D6D0D122934006084D5 /* objc.lang */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = objc.lang; sourceTree = "<group>"; };
125129
0EF57E4D0D123DD0006084D5 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
@@ -155,6 +159,7 @@
155159
089C166AFE841209C02AAC07 /* QLColorCode */ = {
156160
isa = PBXGroup;
157161
children = (
162+
0EE90E7F1098C84600468467 /* Scripts */,
158163
0EC047F20CFC000A009C986E /* Notes.txt */,
159164
0ECBBB360CFCF98600416538 /* ReadMe.txt */,
160165
0E51C65F0D04E492007853CB /* ChangeLog.txt */,
@@ -209,6 +214,16 @@
209214
name = Source;
210215
sourceTree = "<group>";
211216
};
217+
0EE90E7F1098C84600468467 /* Scripts */ = {
218+
isa = PBXGroup;
219+
children = (
220+
0EE90E851098CE5800468467 /* Script notes.txt */,
221+
0EE90E6F1098BE1E00468467 /* Disable XCode QL Plugin.scpt */,
222+
0EE90E841098CDDF00468467 /* Restore XCode QL Plugin.scpt */,
223+
);
224+
name = Scripts;
225+
sourceTree = "<group>";
226+
};
212227
19C28FB6FE9D52B211CA2CBB /* Products */ = {
213228
isa = PBXGroup;
214229
children = (
@@ -281,6 +296,7 @@
281296
files = (
282297
0EB495D50D0FB13C00E86E0B /* colorize.sh in Resources */,
283298
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
299+
0EE90E861098CE5800468467 /* Script notes.txt in Resources */,
284300
);
285301
runOnlyForDeploymentPostprocessing = 0;
286302
};

0 commit comments

Comments
 (0)