##// END OF EJS Templates
updated plugin project
Barry Wark -
Show More
@@ -1,110 +1,124 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 PBXFileReference section */
10 4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Plugin-Info.plist"; sourceTree = "<group>"; };
11 /* End PBXFileReference section */
12
9 13 /* Begin PBXGroup section */
14 4C5B7A8C0E1A0B4C006CB905 /* Products */ = {
15 isa = PBXGroup;
16 children = (
17 );
18 name = Products;
19 sourceTree = "<group>";
20 };
10 21 4C96F4FC0E199AB500B03430 = {
11 22 isa = PBXGroup;
12 23 children = (
24 4C5B7A8C0E1A0B4C006CB905 /* Products */,
25 4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */,
13 26 );
14 27 sourceTree = "<group>";
15 28 };
16 29 /* End PBXGroup section */
17 30
18 31 /* Begin PBXLegacyTarget section */
19 32 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */ = {
20 33 isa = PBXLegacyTarget;
21 34 buildArgumentsString = "$(ACTION)";
22 35 buildConfigurationList = 4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */;
23 36 buildPhases = (
24 37 );
25 38 buildToolPath = /usr/bin/make;
26 39 buildWorkingDirectory = "";
27 40 dependencies = (
28 41 );
29 42 name = "Cocoa Frontend Plugin";
30 43 passBuildSettingsInEnvironment = 1;
31 44 productName = "Cocoa Frontend Plugin";
32 45 };
33 46 /* End PBXLegacyTarget section */
34 47
35 48 /* Begin PBXProject section */
36 49 4C96F4FE0E199AB500B03430 /* Project object */ = {
37 50 isa = PBXProject;
38 51 buildConfigurationList = 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */;
39 52 compatibilityVersion = "Xcode 2.4";
40 53 hasScannedForEncodings = 0;
41 54 mainGroup = 4C96F4FC0E199AB500B03430;
55 productRefGroup = 4C5B7A8C0E1A0B4C006CB905 /* Products */;
42 56 projectDirPath = "";
43 57 projectRoot = "";
44 58 targets = (
45 59 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */,
46 60 );
47 61 };
48 62 /* End PBXProject section */
49 63
50 64 /* Begin XCBuildConfiguration section */
51 65 4C96F4FF0E199AB500B03430 /* Debug */ = {
52 66 isa = XCBuildConfiguration;
53 67 buildSettings = {
54 68 COPY_PHASE_STRIP = NO;
55 69 };
56 70 name = Debug;
57 71 };
58 72 4C96F5000E199AB500B03430 /* Release */ = {
59 73 isa = XCBuildConfiguration;
60 74 buildSettings = {
61 75 COPY_PHASE_STRIP = YES;
62 76 };
63 77 name = Release;
64 78 };
65 79 4C96F50D0E199AF100B03430 /* Debug */ = {
66 80 isa = XCBuildConfiguration;
67 81 buildSettings = {
68 82 COPY_PHASE_STRIP = NO;
69 83 GCC_DYNAMIC_NO_PIC = NO;
70 84 GCC_OPTIMIZATION_LEVEL = 0;
71 85 PRODUCT_NAME = "Cocoa Frontend Plugin";
72 86 };
73 87 name = Debug;
74 88 };
75 89 4C96F50E0E199AF100B03430 /* Release */ = {
76 90 isa = XCBuildConfiguration;
77 91 buildSettings = {
78 92 COPY_PHASE_STRIP = YES;
79 93 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
80 94 GCC_ENABLE_FIX_AND_CONTINUE = NO;
81 95 PRODUCT_NAME = "Cocoa Frontend Plugin";
82 96 ZERO_LINK = NO;
83 97 };
84 98 name = Release;
85 99 };
86 100 /* End XCBuildConfiguration section */
87 101
88 102 /* Begin XCConfigurationList section */
89 103 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */ = {
90 104 isa = XCConfigurationList;
91 105 buildConfigurations = (
92 106 4C96F4FF0E199AB500B03430 /* Debug */,
93 107 4C96F5000E199AB500B03430 /* Release */,
94 108 );
95 109 defaultConfigurationIsVisible = 0;
96 110 defaultConfigurationName = Release;
97 111 };
98 112 4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */ = {
99 113 isa = XCConfigurationList;
100 114 buildConfigurations = (
101 115 4C96F50D0E199AF100B03430 /* Debug */,
102 116 4C96F50E0E199AF100B03430 /* Release */,
103 117 );
104 118 defaultConfigurationIsVisible = 0;
105 119 defaultConfigurationName = Release;
106 120 };
107 121 /* End XCConfigurationList section */
108 122 };
109 123 rootObject = 4C96F4FE0E199AB500B03430 /* Project object */;
110 124 }
General Comments 0
You need to be logged in to leave comments. Login now