##// END OF EJS Templates
updated plugin project
Barry Wark -
Show More
@@ -1,124 +1,256 b''
1 1 // !$*UTF8*$!
2 2 {
3 3 archiveVersion = 1;
4 4 classes = {
5 5 };
6 6 objectVersion = 42;
7 7 objects = {
8 8
9 /* Begin PBXContainerItemProxy section */
10 4C5B7ADB0E1A0BCD006CB905 /* PBXContainerItemProxy */ = {
11 isa = PBXContainerItemProxy;
12 containerPortal = 4C96F4FE0E199AB500B03430 /* Project object */;
13 proxyType = 1;
14 remoteGlobalIDString = 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */;
15 remoteInfo = "Cocoa Frontend Plugin";
16 };
17 /* End PBXContainerItemProxy section */
18
9 19 /* Begin PBXFileReference section */
10 20 4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Plugin-Info.plist"; sourceTree = "<group>"; };
21 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Placeholder (Do Not Use).bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
22 4C5B7AD40E1A0BC8006CB905 /* Placeholder (Do Not Use)-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Placeholder (Do Not Use)-Info.plist"; sourceTree = "<group>"; };
11 23 /* End PBXFileReference section */
12 24
25 /* Begin PBXFrameworksBuildPhase section */
26 4C5B7AD10E1A0BC8006CB905 /* Frameworks */ = {
27 isa = PBXFrameworksBuildPhase;
28 buildActionMask = 2147483647;
29 files = (
30 );
31 runOnlyForDeploymentPostprocessing = 0;
32 };
33 /* End PBXFrameworksBuildPhase section */
34
13 35 /* Begin PBXGroup section */
14 36 4C5B7A8C0E1A0B4C006CB905 /* Products */ = {
15 37 isa = PBXGroup;
16 38 children = (
39 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */,
17 40 );
18 41 name = Products;
19 42 sourceTree = "<group>";
20 43 };
21 44 4C96F4FC0E199AB500B03430 = {
22 45 isa = PBXGroup;
23 46 children = (
24 47 4C5B7A8C0E1A0B4C006CB905 /* Products */,
25 48 4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */,
49 4C5B7AD40E1A0BC8006CB905 /* Placeholder (Do Not Use)-Info.plist */,
26 50 );
27 51 sourceTree = "<group>";
28 52 };
29 53 /* End PBXGroup section */
30 54
31 55 /* Begin PBXLegacyTarget section */
32 56 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */ = {
33 57 isa = PBXLegacyTarget;
34 58 buildArgumentsString = "$(ACTION)";
35 59 buildConfigurationList = 4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */;
36 60 buildPhases = (
37 61 );
38 62 buildToolPath = /usr/bin/make;
39 63 buildWorkingDirectory = "";
40 64 dependencies = (
41 65 );
42 66 name = "Cocoa Frontend Plugin";
43 67 passBuildSettingsInEnvironment = 1;
44 68 productName = "Cocoa Frontend Plugin";
45 69 };
46 70 /* End PBXLegacyTarget section */
47 71
72 /* Begin PBXNativeTarget section */
73 4C5B7AD20E1A0BC8006CB905 /* Placeholder (Do Not Use) */ = {
74 isa = PBXNativeTarget;
75 buildConfigurationList = 4C5B7ADA0E1A0BC9006CB905 /* Build configuration list for PBXNativeTarget "Placeholder (Do Not Use)" */;
76 buildPhases = (
77 4C5B7ACF0E1A0BC8006CB905 /* Resources */,
78 4C5B7AD00E1A0BC8006CB905 /* Sources */,
79 4C5B7AD10E1A0BC8006CB905 /* Frameworks */,
80 );
81 buildRules = (
82 );
83 dependencies = (
84 4C5B7ADC0E1A0BCD006CB905 /* PBXTargetDependency */,
85 );
86 name = "Placeholder (Do Not Use)";
87 productName = "Placeholder (Do Not Use)";
88 productReference = 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */;
89 productType = "com.apple.product-type.bundle";
90 };
91 /* End PBXNativeTarget section */
92
48 93 /* Begin PBXProject section */
49 94 4C96F4FE0E199AB500B03430 /* Project object */ = {
50 95 isa = PBXProject;
51 96 buildConfigurationList = 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */;
52 97 compatibilityVersion = "Xcode 2.4";
53 98 hasScannedForEncodings = 0;
54 99 mainGroup = 4C96F4FC0E199AB500B03430;
55 100 productRefGroup = 4C5B7A8C0E1A0B4C006CB905 /* Products */;
56 101 projectDirPath = "";
57 102 projectRoot = "";
58 103 targets = (
59 104 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */,
105 4C5B7AD20E1A0BC8006CB905 /* Placeholder (Do Not Use) */,
60 106 );
61 107 };
62 108 /* End PBXProject section */
63 109
110 /* Begin PBXResourcesBuildPhase section */
111 4C5B7ACF0E1A0BC8006CB905 /* Resources */ = {
112 isa = PBXResourcesBuildPhase;
113 buildActionMask = 2147483647;
114 files = (
115 );
116 runOnlyForDeploymentPostprocessing = 0;
117 };
118 /* End PBXResourcesBuildPhase section */
119
120 /* Begin PBXSourcesBuildPhase section */
121 4C5B7AD00E1A0BC8006CB905 /* Sources */ = {
122 isa = PBXSourcesBuildPhase;
123 buildActionMask = 2147483647;
124 files = (
125 );
126 runOnlyForDeploymentPostprocessing = 0;
127 };
128 /* End PBXSourcesBuildPhase section */
129
130 /* Begin PBXTargetDependency section */
131 4C5B7ADC0E1A0BCD006CB905 /* PBXTargetDependency */ = {
132 isa = PBXTargetDependency;
133 target = 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */;
134 targetProxy = 4C5B7ADB0E1A0BCD006CB905 /* PBXContainerItemProxy */;
135 };
136 /* End PBXTargetDependency section */
137
64 138 /* Begin XCBuildConfiguration section */
139 4C5B7AD50E1A0BC9006CB905 /* Debug */ = {
140 isa = XCBuildConfiguration;
141 buildSettings = {
142 COPY_PHASE_STRIP = NO;
143 GCC_DYNAMIC_NO_PIC = NO;
144 GCC_ENABLE_FIX_AND_CONTINUE = YES;
145 GCC_MODEL_TUNING = G5;
146 GCC_OPTIMIZATION_LEVEL = 0;
147 GCC_PRECOMPILE_PREFIX_HEADER = YES;
148 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
149 INFOPLIST_FILE = "Placeholder (Do Not Use)-Info.plist";
150 INSTALL_PATH = "$(HOME)/Library/Bundles";
151 OTHER_LDFLAGS = (
152 "-framework",
153 Foundation,
154 "-framework",
155 AppKit,
156 );
157 PREBINDING = NO;
158 PRODUCT_NAME = "Placeholder (Do Not Use)";
159 WRAPPER_EXTENSION = bundle;
160 ZERO_LINK = YES;
161 };
162 name = Debug;
163 };
164 4C5B7AD60E1A0BC9006CB905 /* Release */ = {
165 isa = XCBuildConfiguration;
166 buildSettings = {
167 COPY_PHASE_STRIP = YES;
168 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
169 GCC_ENABLE_FIX_AND_CONTINUE = NO;
170 GCC_MODEL_TUNING = G5;
171 GCC_PRECOMPILE_PREFIX_HEADER = YES;
172 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
173 INFOPLIST_FILE = "Placeholder (Do Not Use)-Info.plist";
174 INSTALL_PATH = "$(HOME)/Library/Bundles";
175 OTHER_LDFLAGS = (
176 "-framework",
177 Foundation,
178 "-framework",
179 AppKit,
180 );
181 PREBINDING = NO;
182 PRODUCT_NAME = "Placeholder (Do Not Use)";
183 WRAPPER_EXTENSION = bundle;
184 ZERO_LINK = NO;
185 };
186 name = Release;
187 };
65 188 4C96F4FF0E199AB500B03430 /* Debug */ = {
66 189 isa = XCBuildConfiguration;
67 190 buildSettings = {
68 191 COPY_PHASE_STRIP = NO;
69 192 };
70 193 name = Debug;
71 194 };
72 195 4C96F5000E199AB500B03430 /* Release */ = {
73 196 isa = XCBuildConfiguration;
74 197 buildSettings = {
75 198 COPY_PHASE_STRIP = YES;
76 199 };
77 200 name = Release;
78 201 };
79 202 4C96F50D0E199AF100B03430 /* Debug */ = {
80 203 isa = XCBuildConfiguration;
81 204 buildSettings = {
82 205 COPY_PHASE_STRIP = NO;
83 206 GCC_DYNAMIC_NO_PIC = NO;
84 207 GCC_OPTIMIZATION_LEVEL = 0;
85 208 PRODUCT_NAME = "Cocoa Frontend Plugin";
86 209 };
87 210 name = Debug;
88 211 };
89 212 4C96F50E0E199AF100B03430 /* Release */ = {
90 213 isa = XCBuildConfiguration;
91 214 buildSettings = {
92 215 COPY_PHASE_STRIP = YES;
93 216 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
94 217 GCC_ENABLE_FIX_AND_CONTINUE = NO;
95 218 PRODUCT_NAME = "Cocoa Frontend Plugin";
96 219 ZERO_LINK = NO;
97 220 };
98 221 name = Release;
99 222 };
100 223 /* End XCBuildConfiguration section */
101 224
102 225 /* Begin XCConfigurationList section */
226 4C5B7ADA0E1A0BC9006CB905 /* Build configuration list for PBXNativeTarget "Placeholder (Do Not Use)" */ = {
227 isa = XCConfigurationList;
228 buildConfigurations = (
229 4C5B7AD50E1A0BC9006CB905 /* Debug */,
230 4C5B7AD60E1A0BC9006CB905 /* Release */,
231 );
232 defaultConfigurationIsVisible = 0;
233 defaultConfigurationName = Release;
234 };
103 235 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */ = {
104 236 isa = XCConfigurationList;
105 237 buildConfigurations = (
106 238 4C96F4FF0E199AB500B03430 /* Debug */,
107 239 4C96F5000E199AB500B03430 /* Release */,
108 240 );
109 241 defaultConfigurationIsVisible = 0;
110 242 defaultConfigurationName = Release;
111 243 };
112 244 4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */ = {
113 245 isa = XCConfigurationList;
114 246 buildConfigurations = (
115 247 4C96F50D0E199AF100B03430 /* Debug */,
116 248 4C96F50E0E199AF100B03430 /* Release */,
117 249 );
118 250 defaultConfigurationIsVisible = 0;
119 251 defaultConfigurationName = Release;
120 252 };
121 253 /* End XCConfigurationList section */
122 254 };
123 255 rootObject = 4C96F4FE0E199AB500B03430 /* Project object */;
124 256 }
General Comments 0
You need to be logged in to leave comments. Login now