Skip to content

Commit 15ba4cd

Browse files
committed
Removed the cgl submodule - Will now use XcodeFormat instead.
1 parent 791c70f commit 15ba4cd

File tree

4 files changed

+1
-68
lines changed

4 files changed

+1
-68
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "Submodules/xcconfig"]
22
path = Submodules/xcconfig
33
url = https://github.com/DigiDNA/xcconfig.git
4-
[submodule "Submodules/cgl"]
5-
path = Submodules/cgl
6-
url = https://github.com/DigiDNA/cgl.git

ColorSet.xcodeproj/project.pbxproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@
416416
0509122120E55AE4009EF90C /* Run Script */,
417417
0543AE6020DC33BC00284E99 /* Resources */,
418418
0509121620E55A8A009EF90C /* CopyFiles */,
419-
0587465F28E2E10B00861788 /* Swift Format */,
420419
);
421420
buildRules = (
422421
);
@@ -533,25 +532,6 @@
533532
shellPath = /bin/sh;
534533
shellScript = "#!/bin/bash\nif [ \"${CONFIGURATION}\" = \"Release\" ]; then\n plist=\"ColorSet/Info.plist\"\n rev=$(git rev-list `git branch | grep -e \"^*\" | cut -d' ' -f 2` | wc -l)\n /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $rev\" \"$plist\"\nfi\n";
535534
};
536-
0587465F28E2E10B00861788 /* Swift Format */ = {
537-
isa = PBXShellScriptBuildPhase;
538-
alwaysOutOfDate = 1;
539-
buildActionMask = 2147483647;
540-
files = (
541-
);
542-
inputFileListPaths = (
543-
);
544-
inputPaths = (
545-
);
546-
name = "Swift Format";
547-
outputFileListPaths = (
548-
);
549-
outputPaths = (
550-
);
551-
runOnlyForDeploymentPostprocessing = 0;
552-
shellPath = /bin/sh;
553-
shellScript = "if [ -z \"$CI\" ] && [ -f \"$SRCROOT/Submodules/cgl/Makefile\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile ddna-mit\nfi\n";
554-
};
555535
/* End PBXShellScriptBuildPhase section */
556536

557537
/* Begin PBXSourcesBuildPhase section */

ColorSetKit.xcodeproj/project.pbxproj

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 54;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -299,7 +299,6 @@
299299
057DC44722B1492200BA6727 /* Sources */,
300300
057DC44822B1492200BA6727 /* Frameworks */,
301301
057DC44922B1492200BA6727 /* Resources */,
302-
0587465E28E2E0FD00861788 /* Swift Format */,
303302
);
304303
buildRules = (
305304
);
@@ -319,7 +318,6 @@
319318
05CD4AB620ED7CD100DBDE99 /* Sources */,
320319
05CD4AB720ED7CD100DBDE99 /* Frameworks */,
321320
05CD4AB820ED7CD100DBDE99 /* Resources */,
322-
0587465C28E20ED000861788 /* Swift Format */,
323321
);
324322
buildRules = (
325323
);
@@ -387,47 +385,6 @@
387385
};
388386
/* End PBXResourcesBuildPhase section */
389387

390-
/* Begin PBXShellScriptBuildPhase section */
391-
0587465C28E20ED000861788 /* Swift Format */ = {
392-
isa = PBXShellScriptBuildPhase;
393-
alwaysOutOfDate = 1;
394-
buildActionMask = 2147483647;
395-
files = (
396-
);
397-
inputFileListPaths = (
398-
);
399-
inputPaths = (
400-
);
401-
name = "Swift Format";
402-
outputFileListPaths = (
403-
);
404-
outputPaths = (
405-
);
406-
runOnlyForDeploymentPostprocessing = 0;
407-
shellPath = /bin/sh;
408-
shellScript = "if [ -z \"$CI\" ] && [ -f \"$SRCROOT/Submodules/cgl/Makefile\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile ddna-mit\nfi\n";
409-
};
410-
0587465E28E2E0FD00861788 /* Swift Format */ = {
411-
isa = PBXShellScriptBuildPhase;
412-
alwaysOutOfDate = 1;
413-
buildActionMask = 2147483647;
414-
files = (
415-
);
416-
inputFileListPaths = (
417-
);
418-
inputPaths = (
419-
);
420-
name = "Swift Format";
421-
outputFileListPaths = (
422-
);
423-
outputPaths = (
424-
);
425-
runOnlyForDeploymentPostprocessing = 0;
426-
shellPath = /bin/sh;
427-
shellScript = "if [ -z \"$CI\" ] && [ -f \"$SRCROOT/Submodules/cgl/Makefile\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile ddna-mit\nfi\n";
428-
};
429-
/* End PBXShellScriptBuildPhase section */
430-
431388
/* Begin PBXSourcesBuildPhase section */
432389
057DC44722B1492200BA6727 /* Sources */ = {
433390
isa = PBXSourcesBuildPhase;

Submodules/cgl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)