Add Python REPL that works inside the browser
[nativeclient.git] / npapi_plugin / npapi_plugin.xcodeproj / project.pbxproj
blob75a81035b686faeac2a3102e9d229d073dc43ed9
1 // !$*UTF8*$!
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 44;
7         objects = {
9 /* Begin PBXBuildFile section */
10                 84226A8E06823C4700780194 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84226A8D06823C4700780194 /* Carbon.framework */; };
11                 F98C8AF90E194946006D6B9D /* npapi_plugin.r in Rez */ = {isa = PBXBuildFile; fileRef = F98C8AF80E194946006D6B9D /* npapi_plugin.r */; };
12 /* End PBXBuildFile section */
14 /* Begin PBXFileReference section */
15                 84226A8D06823C4700780194 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
16                 8D576316048677EA00EA77CD /* NativeClient.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NativeClient.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
17                 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
18                 F98C8AF80E194946006D6B9D /* npapi_plugin.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = npapi_plugin.r; sourceTree = "<group>"; };
19 /* End PBXFileReference section */
21 /* Begin PBXFrameworksBuildPhase section */
22                 8D576313048677EA00EA77CD /* Frameworks */ = {
23                         isa = PBXFrameworksBuildPhase;
24                         buildActionMask = 2147483647;
25                         files = (
26                                 84226A8E06823C4700780194 /* Carbon.framework in Frameworks */,
27                         );
28                         runOnlyForDeploymentPostprocessing = 0;
29                 };
30 /* End PBXFrameworksBuildPhase section */
32 /* Begin PBXGroup section */
33                 089C166AFE841209C02AAC07 /* NetscapeMoviePlugIn */ = {
34                         isa = PBXGroup;
35                         children = (
36                                 08FB77AFFE84173DC02AAC07 /* Source */,
37                                 089C167CFE841241C02AAC07 /* Resources */,
38                                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
39                                 19C28FB6FE9D52B211CA2CBB /* Products */,
40                         );
41                         name = NetscapeMoviePlugIn;
42                         sourceTree = "<group>";
43                 };
44                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
45                         isa = PBXGroup;
46                         children = (
47                                 84226A8D06823C4700780194 /* Carbon.framework */,
48                         );
49                         name = "External Frameworks and Libraries";
50                         sourceTree = "<group>";
51                 };
52                 089C167CFE841241C02AAC07 /* Resources */ = {
53                         isa = PBXGroup;
54                         children = (
55                                 8D576317048677EA00EA77CD /* Info.plist */,
56                                 F98C8AF80E194946006D6B9D /* npapi_plugin.r */,
57                         );
58                         name = Resources;
59                         sourceTree = "<group>";
60                 };
61                 08FB77AFFE84173DC02AAC07 /* Source */ = {
62                         isa = PBXGroup;
63                         children = (
64                         );
65                         name = Source;
66                         sourceTree = "<group>";
67                 };
68                 19C28FB6FE9D52B211CA2CBB /* Products */ = {
69                         isa = PBXGroup;
70                         children = (
71                                 8D576316048677EA00EA77CD /* NativeClient.plugin */,
72                         );
73                         name = Products;
74                         sourceTree = "<group>";
75                 };
76 /* End PBXGroup section */
78 /* Begin PBXNativeTarget section */
79                 8D57630D048677EA00EA77CD /* NativeClient Plugin */ = {
80                         isa = PBXNativeTarget;
81                         buildConfigurationList = 149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NativeClient Plugin" */;
82                         buildPhases = (
83                                 8D576311048677EA00EA77CD /* Sources */,
84                                 F98C8ABD0E1942F3006D6B9D /* Rez */,
85                                 8D57630F048677EA00EA77CD /* Resources */,
86                                 8D576313048677EA00EA77CD /* Frameworks */,
87                         );
88                         buildRules = (
89                         );
90                         dependencies = (
91                         );
92                         name = "NativeClient Plugin";
93                         productInstallPath = "$(HOME)/Library/Bundles";
94                         productName = NetscapeMoviePlugIn;
95                         productReference = 8D576316048677EA00EA77CD /* NativeClient.plugin */;
96                         productType = "com.apple.product-type.bundle";
97                 };
98 /* End PBXNativeTarget section */
100 /* Begin PBXProject section */
101                 089C1669FE841209C02AAC07 /* Project object */ = {
102                         isa = PBXProject;
103                         buildConfigurationList = 149C298708902C53008A9EFC /* Build configuration list for PBXProject "npapi_plugin" */;
104                         compatibilityVersion = "Xcode 3.0";
105                         hasScannedForEncodings = 1;
106                         mainGroup = 089C166AFE841209C02AAC07 /* NetscapeMoviePlugIn */;
107                         projectDirPath = "";
108                         projectRoot = "";
109                         targets = (
110                                 8D57630D048677EA00EA77CD /* NativeClient Plugin */,
111                         );
112                 };
113 /* End PBXProject section */
115 /* Begin PBXResourcesBuildPhase section */
116                 8D57630F048677EA00EA77CD /* Resources */ = {
117                         isa = PBXResourcesBuildPhase;
118                         buildActionMask = 2147483647;
119                         files = (
120                         );
121                         runOnlyForDeploymentPostprocessing = 0;
122                 };
123 /* End PBXResourcesBuildPhase section */
125 /* Begin PBXRezBuildPhase section */
126                 F98C8ABD0E1942F3006D6B9D /* Rez */ = {
127                         isa = PBXRezBuildPhase;
128                         buildActionMask = 2147483647;
129                         files = (
130                                 F98C8AF90E194946006D6B9D /* npapi_plugin.r in Rez */,
131                         );
132                         runOnlyForDeploymentPostprocessing = 0;
133                 };
134 /* End PBXRezBuildPhase section */
136 /* Begin PBXSourcesBuildPhase section */
137                 8D576311048677EA00EA77CD /* Sources */ = {
138                         isa = PBXSourcesBuildPhase;
139                         buildActionMask = 2147483647;
140                         files = (
141                         );
142                         runOnlyForDeploymentPostprocessing = 0;
143                 };
144 /* End PBXSourcesBuildPhase section */
146 /* Begin XCBuildConfiguration section */
147                 149C298408902C53008A9EFC /* Debug */ = {
148                         isa = XCBuildConfiguration;
149                         buildSettings = {
150                                 COPY_PHASE_STRIP = NO;
151                                 GCC_DYNAMIC_NO_PIC = NO;
152                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
153                                 GCC_MODEL_TUNING = G5;
154                                 GCC_OPTIMIZATION_LEVEL = 0;
155                                 HEADER_SEARCH_PATHS = ..;
156                                 INFOPLIST_FILE = Info.plist;
157                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
158                                 PRODUCT_NAME = NativeClient;
159                                 WRAPPER_EXTENSION = plugin;
160                                 ZERO_LINK = YES;
161                         };
162                         name = Debug;
163                 };
164                 149C298508902C53008A9EFC /* Release */ = {
165                         isa = XCBuildConfiguration;
166                         buildSettings = {
167                                 ARCHS = (
168                                         ppc,
169                                         i386,
170                                 );
171                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
172                                 GCC_MODEL_TUNING = G5;
173                                 GCC_OPTIMIZATION_LEVEL = 0;
174                                 HEADER_SEARCH_PATHS = ..;
175                                 INFOPLIST_FILE = Info.plist;
176                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
177                                 PRODUCT_NAME = NativeClient;
178                                 WRAPPER_EXTENSION = plugin;
179                         };
180                         name = Release;
181                 };
182                 149C298808902C53008A9EFC /* Debug */ = {
183                         isa = XCBuildConfiguration;
184                         buildSettings = {
185                                 DEBUG_INFORMATION_FORMAT = dwarf;
186                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
187                                 GCC_WARN_UNUSED_VARIABLE = YES;
188                                 PREBINDING = NO;
189                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
190                         };
191                         name = Debug;
192                 };
193                 149C298908902C53008A9EFC /* Release */ = {
194                         isa = XCBuildConfiguration;
195                         buildSettings = {
196                                 DEBUG_INFORMATION_FORMAT = dwarf;
197                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
198                                 GCC_WARN_UNUSED_VARIABLE = YES;
199                                 PREBINDING = NO;
200                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
201                         };
202                         name = Release;
203                 };
204 /* End XCBuildConfiguration section */
206 /* Begin XCConfigurationList section */
207                 149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NativeClient Plugin" */ = {
208                         isa = XCConfigurationList;
209                         buildConfigurations = (
210                                 149C298408902C53008A9EFC /* Debug */,
211                                 149C298508902C53008A9EFC /* Release */,
212                         );
213                         defaultConfigurationIsVisible = 0;
214                         defaultConfigurationName = Release;
215                 };
216                 149C298708902C53008A9EFC /* Build configuration list for PBXProject "npapi_plugin" */ = {
217                         isa = XCConfigurationList;
218                         buildConfigurations = (
219                                 149C298808902C53008A9EFC /* Debug */,
220                                 149C298908902C53008A9EFC /* Release */,
221                         );
222                         defaultConfigurationIsVisible = 0;
223                         defaultConfigurationName = Release;
224                 };
225 /* End XCConfigurationList section */
226         };
227         rootObject = 089C1669FE841209C02AAC07 /* Project object */;