]> git.wincent.com - fusion-crash-reporter.git/blob - fusion-crash-reporter.xcodeproj/project.pbxproj
Adjust product name and bundle identifier
[fusion-crash-reporter.git] / fusion-crash-reporter.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
11                 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXFileReference section */
15                 089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
16                 089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
17                 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
18                 8D5B49B6048680CD000E48DA /* WOFCrashReporter.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WOFCrashReporter.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
19                 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
20                 BC506CB712874F30006F0550 /* buildtools */ = {isa = PBXFileReference; lastKnownFileType = folder; path = buildtools; sourceTree = "<group>"; };
21                 BC506CE512874F7D006F0550 /* base-style.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "base-style.xcconfig"; path = "buildtools/base-style.xcconfig"; sourceTree = "<group>"; };
22                 BC506CE612874F7D006F0550 /* debug-style.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "debug-style.xcconfig"; path = "buildtools/debug-style.xcconfig"; sourceTree = "<group>"; };
23                 BC506CE712874F7D006F0550 /* loadable-bundle-target.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "loadable-bundle-target.xcconfig"; path = "buildtools/loadable-bundle-target.xcconfig"; sourceTree = "<group>"; };
24                 BC506CE812874F7D006F0550 /* release-style.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "release-style.xcconfig"; path = "buildtools/release-style.xcconfig"; sourceTree = "<group>"; };
25                 BC506CF712874FC0006F0550 /* fusion-plugin-target.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "fusion-plugin-target.xcconfig"; path = "../fusion/fusion-plugin-target.xcconfig"; sourceTree = SOURCE_ROOT; };
26                 BC7DE6A212874C1D0027C712 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
27                 D2F7E65807B2D6F200F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
28 /* End PBXFileReference section */
29
30 /* Begin PBXFrameworksBuildPhase section */
31                 8D5B49B3048680CD000E48DA /* Frameworks */ = {
32                         isa = PBXFrameworksBuildPhase;
33                         buildActionMask = 2147483647;
34                         files = (
35                                 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */,
36                         );
37                         runOnlyForDeploymentPostprocessing = 0;
38                 };
39 /* End PBXFrameworksBuildPhase section */
40
41 /* Begin PBXGroup section */
42                 089C166AFE841209C02AAC07 /* fusion-crash-reporter */ = {
43                         isa = PBXGroup;
44                         children = (
45                                 BC7DE6A912874C4C0027C712 /* Configuration */,
46                                 BC7DE6A812874C420027C712 /* Submodules */,
47                                 08FB77AFFE84173DC02AAC07 /* Classes */,
48                                 32C88E010371C26100C91783 /* Other Sources */,
49                                 089C167CFE841241C02AAC07 /* Resources */,
50                                 089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
51                                 19C28FB8FE9D52D311CA2CBB /* Products */,
52                         );
53                         name = "fusion-crash-reporter";
54                         sourceTree = "<group>";
55                 };
56                 089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
57                         isa = PBXGroup;
58                         children = (
59                                 1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
60                                 1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
61                         );
62                         name = "Frameworks and Libraries";
63                         sourceTree = "<group>";
64                 };
65                 089C167CFE841241C02AAC07 /* Resources */ = {
66                         isa = PBXGroup;
67                         children = (
68                                 8D5B49B7048680CD000E48DA /* Info.plist */,
69                                 089C167DFE841241C02AAC07 /* InfoPlist.strings */,
70                         );
71                         name = Resources;
72                         sourceTree = "<group>";
73                 };
74                 08FB77AFFE84173DC02AAC07 /* Classes */ = {
75                         isa = PBXGroup;
76                         children = (
77                         );
78                         name = Classes;
79                         sourceTree = "<group>";
80                 };
81                 1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */ = {
82                         isa = PBXGroup;
83                         children = (
84                                 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */,
85                         );
86                         name = "Linked Frameworks";
87                         sourceTree = "<group>";
88                 };
89                 1058C7AEFEA557BF11CA2CBB /* Other Frameworks */ = {
90                         isa = PBXGroup;
91                         children = (
92                                 089C167FFE841241C02AAC07 /* AppKit.framework */,
93                                 D2F7E65807B2D6F200F64583 /* CoreData.framework */,
94                                 089C1672FE841209C02AAC07 /* Foundation.framework */,
95                         );
96                         name = "Other Frameworks";
97                         sourceTree = "<group>";
98                 };
99                 19C28FB8FE9D52D311CA2CBB /* Products */ = {
100                         isa = PBXGroup;
101                         children = (
102                                 8D5B49B6048680CD000E48DA /* WOFCrashReporter.bundle */,
103                         );
104                         name = Products;
105                         sourceTree = "<group>";
106                 };
107                 32C88E010371C26100C91783 /* Other Sources */ = {
108                         isa = PBXGroup;
109                         children = (
110                         );
111                         name = "Other Sources";
112                         sourceTree = "<group>";
113                 };
114                 BC7DE6A812874C420027C712 /* Submodules */ = {
115                         isa = PBXGroup;
116                         children = (
117                                 BC506CB712874F30006F0550 /* buildtools */,
118                         );
119                         name = Submodules;
120                         sourceTree = "<group>";
121                 };
122                 BC7DE6A912874C4C0027C712 /* Configuration */ = {
123                         isa = PBXGroup;
124                         children = (
125                                 BC506CF712874FC0006F0550 /* fusion-plugin-target.xcconfig */,
126                                 BC506CE512874F7D006F0550 /* base-style.xcconfig */,
127                                 BC506CE612874F7D006F0550 /* debug-style.xcconfig */,
128                                 BC506CE712874F7D006F0550 /* loadable-bundle-target.xcconfig */,
129                                 BC506CE812874F7D006F0550 /* release-style.xcconfig */,
130                         );
131                         name = Configuration;
132                         sourceTree = "<group>";
133                 };
134 /* End PBXGroup section */
135
136 /* Begin PBXNativeTarget section */
137                 8D5B49AC048680CD000E48DA /* fusion-crash-reporter */ = {
138                         isa = PBXNativeTarget;
139                         buildConfigurationList = 1DEB913A08733D840010E9CD /* Build configuration list for PBXNativeTarget "fusion-crash-reporter" */;
140                         buildPhases = (
141                                 8D5B49AF048680CD000E48DA /* Resources */,
142                                 8D5B49B1048680CD000E48DA /* Sources */,
143                                 8D5B49B3048680CD000E48DA /* Frameworks */,
144                         );
145                         buildRules = (
146                         );
147                         dependencies = (
148                         );
149                         name = "fusion-crash-reporter";
150                         productInstallPath = "$(HOME)/Library/Bundles";
151                         productName = "fusion-crash-reporter";
152                         productReference = 8D5B49B6048680CD000E48DA /* WOFCrashReporter.bundle */;
153                         productType = "com.apple.product-type.bundle";
154                 };
155 /* End PBXNativeTarget section */
156
157 /* Begin PBXProject section */
158                 089C1669FE841209C02AAC07 /* Project object */ = {
159                         isa = PBXProject;
160                         buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "fusion-crash-reporter" */;
161                         compatibilityVersion = "Xcode 3.1";
162                         developmentRegion = English;
163                         hasScannedForEncodings = 1;
164                         knownRegions = (
165                                 English,
166                                 Japanese,
167                                 French,
168                                 German,
169                                 en,
170                         );
171                         mainGroup = 089C166AFE841209C02AAC07 /* fusion-crash-reporter */;
172                         projectDirPath = "";
173                         projectRoot = "";
174                         targets = (
175                                 8D5B49AC048680CD000E48DA /* fusion-crash-reporter */,
176                         );
177                 };
178 /* End PBXProject section */
179
180 /* Begin PBXResourcesBuildPhase section */
181                 8D5B49AF048680CD000E48DA /* Resources */ = {
182                         isa = PBXResourcesBuildPhase;
183                         buildActionMask = 2147483647;
184                         files = (
185                                 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,
186                         );
187                         runOnlyForDeploymentPostprocessing = 0;
188                 };
189 /* End PBXResourcesBuildPhase section */
190
191 /* Begin PBXSourcesBuildPhase section */
192                 8D5B49B1048680CD000E48DA /* Sources */ = {
193                         isa = PBXSourcesBuildPhase;
194                         buildActionMask = 2147483647;
195                         files = (
196                         );
197                         runOnlyForDeploymentPostprocessing = 0;
198                 };
199 /* End PBXSourcesBuildPhase section */
200
201 /* Begin PBXVariantGroup section */
202                 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
203                         isa = PBXVariantGroup;
204                         children = (
205                                 BC7DE6A212874C1D0027C712 /* en */,
206                         );
207                         name = InfoPlist.strings;
208                         sourceTree = "<group>";
209                 };
210 /* End PBXVariantGroup section */
211
212 /* Begin XCBuildConfiguration section */
213                 1DEB913B08733D840010E9CD /* Debug */ = {
214                         isa = XCBuildConfiguration;
215                         baseConfigurationReference = BC506CF712874FC0006F0550 /* fusion-plugin-target.xcconfig */;
216                         buildSettings = {
217                                 INFOPLIST_FILE = Info.plist;
218                                 PRODUCT_NAME = WOFCrashReporter;
219                         };
220                         name = Debug;
221                 };
222                 1DEB913C08733D840010E9CD /* Release */ = {
223                         isa = XCBuildConfiguration;
224                         baseConfigurationReference = BC506CF712874FC0006F0550 /* fusion-plugin-target.xcconfig */;
225                         buildSettings = {
226                                 INFOPLIST_FILE = Info.plist;
227                                 PRODUCT_NAME = WOFCrashReporter;
228                         };
229                         name = Release;
230                 };
231                 1DEB913F08733D840010E9CD /* Debug */ = {
232                         isa = XCBuildConfiguration;
233                         baseConfigurationReference = BC506CE612874F7D006F0550 /* debug-style.xcconfig */;
234                         buildSettings = {
235                         };
236                         name = Debug;
237                 };
238                 1DEB914008733D840010E9CD /* Release */ = {
239                         isa = XCBuildConfiguration;
240                         baseConfigurationReference = BC506CE812874F7D006F0550 /* release-style.xcconfig */;
241                         buildSettings = {
242                         };
243                         name = Release;
244                 };
245 /* End XCBuildConfiguration section */
246
247 /* Begin XCConfigurationList section */
248                 1DEB913A08733D840010E9CD /* Build configuration list for PBXNativeTarget "fusion-crash-reporter" */ = {
249                         isa = XCConfigurationList;
250                         buildConfigurations = (
251                                 1DEB913B08733D840010E9CD /* Debug */,
252                                 1DEB913C08733D840010E9CD /* Release */,
253                         );
254                         defaultConfigurationIsVisible = 0;
255                         defaultConfigurationName = Release;
256                 };
257                 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "fusion-crash-reporter" */ = {
258                         isa = XCConfigurationList;
259                         buildConfigurations = (
260                                 1DEB913F08733D840010E9CD /* Debug */,
261                                 1DEB914008733D840010E9CD /* Release */,
262                         );
263                         defaultConfigurationIsVisible = 0;
264                         defaultConfigurationName = Release;
265                 };
266 /* End XCConfigurationList section */
267         };
268         rootObject = 089C1669FE841209C02AAC07 /* Project object */;
269 }