Skip to content

Commit 2043d1f

Browse files
committed
Removed the cgl submodule - Will now use XcodeFormat instead.
1 parent 0804376 commit 2043d1f

File tree

1 file changed

+5
-65
lines changed

1 file changed

+5
-65
lines changed

ValueTransformers.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -333,7 +333,6 @@
333333
05CD4AB620ED7CD100DBDE99 /* Sources */,
334334
05CD4AB720ED7CD100DBDE99 /* Frameworks */,
335335
05CD4AB820ED7CD100DBDE99 /* Resources */,
336-
0587468428E2FADD00861788 /* Swift Format */,
337336
);
338337
buildRules = (
339338
);
@@ -351,7 +350,6 @@
351350
05D3736B20ED96D6007FE14A /* Sources */,
352351
05D3736C20ED96D6007FE14A /* Frameworks */,
353352
05D3736D20ED96D6007FE14A /* Resources */,
354-
0587468728E2FB0800861788 /* Swift Format */,
355353
);
356354
buildRules = (
357355
);
@@ -420,48 +418,6 @@
420418
};
421419
/* End PBXResourcesBuildPhase section */
422420

423-
/* Begin PBXShellScriptBuildPhase section */
424-
0587468428E2FADD00861788 /* Swift Format */ = {
425-
isa = PBXShellScriptBuildPhase;
426-
alwaysOutOfDate = 1;
427-
buildActionMask = 2147483647;
428-
files = (
429-
);
430-
inputFileListPaths = (
431-
);
432-
inputPaths = (
433-
);
434-
name = "Swift Format";
435-
outputFileListPaths = (
436-
);
437-
outputPaths = (
438-
);
439-
runOnlyForDeploymentPostprocessing = 0;
440-
shellPath = /bin/sh;
441-
shellScript = "if [ -z \"$CI\" ] && [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile xs-mit\nfi\n";
442-
showEnvVarsInLog = 0;
443-
};
444-
0587468728E2FB0800861788 /* Swift Format */ = {
445-
isa = PBXShellScriptBuildPhase;
446-
alwaysOutOfDate = 1;
447-
buildActionMask = 2147483647;
448-
files = (
449-
);
450-
inputFileListPaths = (
451-
);
452-
inputPaths = (
453-
);
454-
name = "Swift Format";
455-
outputFileListPaths = (
456-
);
457-
outputPaths = (
458-
);
459-
runOnlyForDeploymentPostprocessing = 0;
460-
shellPath = /bin/sh;
461-
shellScript = "if [ -z \"$CI\" ] && [ -f \"$SRCROOT/Submodules/cgl/Makefile\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile xs-mit\nfi\n";
462-
};
463-
/* End PBXShellScriptBuildPhase section */
464-
465421
/* Begin PBXSourcesBuildPhase section */
466422
05CD4AB620ED7CD100DBDE99 /* Sources */ = {
467423
isa = PBXSourcesBuildPhase;
@@ -539,11 +495,7 @@
539495
DYLIB_INSTALL_NAME_BASE = "@rpath";
540496
FRAMEWORK_VERSION = A;
541497
INFOPLIST_FILE = ValueTransformers/Info.plist;
542-
LD_RUNPATH_SEARCH_PATHS = (
543-
"$(inherited)",
544-
"@executable_path/../Frameworks",
545-
"@loader_path/Frameworks",
546-
);
498+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
547499
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.ValueTransformers";
548500
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
549501
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -567,11 +519,7 @@
567519
DYLIB_INSTALL_NAME_BASE = "@rpath";
568520
FRAMEWORK_VERSION = A;
569521
INFOPLIST_FILE = ValueTransformers/Info.plist;
570-
LD_RUNPATH_SEARCH_PATHS = (
571-
"$(inherited)",
572-
"@executable_path/../Frameworks",
573-
"@loader_path/Frameworks",
574-
);
522+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
575523
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.ValueTransformers";
576524
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
577525
SWIFT_VERSION = 5.0;
@@ -588,11 +536,7 @@
588536
"$(SRCROOT)/ValueTransformers/include",
589537
);
590538
INFOPLIST_FILE = ValueTransformersTests/Info.plist;
591-
LD_RUNPATH_SEARCH_PATHS = (
592-
"$(inherited)",
593-
"@executable_path/../Frameworks",
594-
"@loader_path/../Frameworks",
595-
);
539+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
596540
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.ValueTransformersTests";
597541
PRODUCT_NAME = "$(TARGET_NAME)";
598542
};
@@ -606,11 +550,7 @@
606550
"$(SRCROOT)/ValueTransformers/include",
607551
);
608552
INFOPLIST_FILE = ValueTransformersTests/Info.plist;
609-
LD_RUNPATH_SEARCH_PATHS = (
610-
"$(inherited)",
611-
"@executable_path/../Frameworks",
612-
"@loader_path/../Frameworks",
613-
);
553+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
614554
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.ValueTransformersTests";
615555
PRODUCT_NAME = "$(TARGET_NAME)";
616556
};

0 commit comments

Comments
 (0)