Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 27c802e

Browse files
committedApr 12, 2020
Remove ERB build rules from example targets
1 parent aac9233 commit 27c802e

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed
 

‎ApolloDeveloperKit.xcodeproj/project.pbxproj

-35
Original file line numberDiff line numberDiff line change
@@ -86,35 +86,6 @@
8686
5BFF016822DF8BA600944131 /* ApolloDeveloperKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5B26FC1C22B3DB0800359E63 /* ApolloDeveloperKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
8787
/* End PBXBuildFile section */
8888

89-
/* Begin PBXBuildRule section */
90-
5B015B09233F4DFA00DA7A85 /* PBXBuildRule */ = {
91-
isa = PBXBuildRule;
92-
compilerSpec = com.apple.compilers.proxy.script;
93-
filePatterns = "*.erb";
94-
fileType = pattern.proxy;
95-
inputFiles = (
96-
);
97-
isEditable = 1;
98-
outputFiles = (
99-
"$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE)",
100-
);
101-
script = "erb -T - \"$SCRIPT_INPUT_FILE\" >\"$SCRIPT_OUTPUT_FILE_0\"\n";
102-
};
103-
5B88CF04237CDD1A000B97AA /* PBXBuildRule */ = {
104-
isa = PBXBuildRule;
105-
compilerSpec = com.apple.compilers.proxy.script;
106-
filePatterns = "*.erb";
107-
fileType = pattern.proxy;
108-
inputFiles = (
109-
);
110-
isEditable = 1;
111-
outputFiles = (
112-
"$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE)",
113-
);
114-
script = "erb -T - \"$SCRIPT_INPUT_FILE\" >\"$SCRIPT_OUTPUT_FILE_0\"\n";
115-
};
116-
/* End PBXBuildRule section */
117-
11889
/* Begin PBXContainerItemProxy section */
11990
5B26FC2722B3DB0800359E63 /* PBXContainerItemProxy */ = {
12091
isa = PBXContainerItemProxy;
@@ -629,7 +600,6 @@
629600
5BFF016B22DF8BA600944131 /* Embed Frameworks */,
630601
);
631602
buildRules = (
632-
5B015B09233F4DFA00DA7A85 /* PBXBuildRule */,
633603
);
634604
dependencies = (
635605
5BFF016A22DF8BA600944131 /* PBXTargetDependency */,
@@ -649,7 +619,6 @@
649619
5B88CF0C237CDDC4000B97AA /* Embed Frameworks */,
650620
);
651621
buildRules = (
652-
5B88CF04237CDD1A000B97AA /* PBXBuildRule */,
653622
);
654623
dependencies = (
655624
5B88CF06237CDD49000B97AA /* PBXTargetDependency */,
@@ -1209,7 +1178,6 @@
12091178
);
12101179
PRODUCT_BUNDLE_IDENTIFIER = com.github.manicmaniac.ApolloDeveloperKitExample;
12111180
PRODUCT_NAME = "$(TARGET_NAME)";
1212-
RUBYLIB = "$(SRCROOT)/lib";
12131181
SDKROOT = iphoneos;
12141182
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
12151183
SWIFT_VERSION = "$(APOLLO_DEVELOPER_KIT_SWIFT_VERSION)";
@@ -1234,7 +1202,6 @@
12341202
);
12351203
PRODUCT_BUNDLE_IDENTIFIER = com.github.manicmaniac.ApolloDeveloperKitExample;
12361204
PRODUCT_NAME = "$(TARGET_NAME)";
1237-
RUBYLIB = "$(SRCROOT)/lib";
12381205
SDKROOT = iphoneos;
12391206
SWIFT_VERSION = "$(APOLLO_DEVELOPER_KIT_SWIFT_VERSION)";
12401207
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1257,7 +1224,6 @@
12571224
);
12581225
PRODUCT_BUNDLE_IDENTIFIER = com.github.manicmaniac.ApolloDeveloperKitExample;
12591226
PRODUCT_NAME = "$(TARGET_NAME)";
1260-
RUBYLIB = "$(SRCROOT)/lib";
12611227
SDKROOT = macosx;
12621228
SWIFT_VERSION = "$(APOLLO_DEVELOPER_KIT_SWIFT_VERSION)";
12631229
};
@@ -1279,7 +1245,6 @@
12791245
);
12801246
PRODUCT_BUNDLE_IDENTIFIER = com.github.manicmaniac.ApolloDeveloperKitExample;
12811247
PRODUCT_NAME = "$(TARGET_NAME)";
1282-
RUBYLIB = "$(SRCROOT)/lib";
12831248
SDKROOT = macosx;
12841249
SWIFT_VERSION = "$(APOLLO_DEVELOPER_KIT_SWIFT_VERSION)";
12851250
};

0 commit comments

Comments
 (0)
This repository has been archived.