~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// !$*UTF8*$!
2
 
{
3
 
        archiveVersion = 1;
4
 
        classes = {
5
 
        };
6
 
        objectVersion = 42;
7
 
        objects = {
8
 
 
9
 
/* Begin PBXBuildFile section */
10
 
                664C29F1060ECDC4006EC560 /* openDoc in Resources */ = {isa = PBXBuildFile; fileRef = 664C29F0060ECDC4006EC560 /* openDoc */; };
11
 
                8D0C4E8B0486CD37000505A6 /* ScriptExec_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32DBCF6D0370B57F00C91783 /* ScriptExec_Prefix.pch */; };
12
 
                8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; };
13
 
                8D0C4E900486CD37000505A6 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 20286C2BFDCF999611CA2CEA /* main.c */; settings = {ATTRIBUTES = (); }; };
14
 
                8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
15
 
                8D0C4E930486CD37000505A6 /* libstdc++.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0249A66BFF388E3F11CA2CEA /* libstdc++.a */; };
16
 
                B8DCE045056DAC3500C390B0 /* MenuBar.nib in Resources */ = {isa = PBXBuildFile; fileRef = B8DCE042056DAC3500C390B0 /* MenuBar.nib */; };
17
 
                B8DCE049056DAC5000C390B0 /* script in Resources */ = {isa = PBXBuildFile; fileRef = B8DCE048056DAC5000C390B0 /* script */; };
18
 
                B8DCE04F056DACAE00C390B0 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8DCE04E056DACAE00C390B0 /* Security.framework */; };
19
 
/* End PBXBuildFile section */
20
 
 
21
 
/* Begin PBXFileReference section */
22
 
                0249A66BFF388E3F11CA2CEA /* libstdc++.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libstdc++.a"; path = "/usr/lib/libstdc++.a"; sourceTree = "<absolute>"; };
23
 
                0867D6ABFE840B52C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
24
 
                20286C2BFDCF999611CA2CEA /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
25
 
                20286C33FDCF999611CA2CEA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
26
 
                32DBCF6D0370B57F00C91783 /* ScriptExec_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptExec_Prefix.pch; sourceTree = "<group>"; };
27
 
                4A9504C8FFE6A3BC11CA0CBA /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
28
 
                4A9504CAFFE6A41611CA0CBA /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
29
 
                664C29F0060ECDC4006EC560 /* openDoc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = openDoc; sourceTree = "<group>"; };
30
 
                8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
31
 
                8D0C4E970486CD37000505A6 /* ScriptExec.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScriptExec.app; sourceTree = BUILT_PRODUCTS_DIR; };
32
 
                B8DCE042056DAC3500C390B0 /* MenuBar.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = MenuBar.nib; sourceTree = "<group>"; };
33
 
                B8DCE048056DAC5000C390B0 /* script */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = script; sourceTree = "<group>"; };
34
 
                B8DCE04E056DACAE00C390B0 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
35
 
/* End PBXFileReference section */
36
 
 
37
 
/* Begin PBXFrameworksBuildPhase section */
38
 
                8D0C4E910486CD37000505A6 /* Frameworks */ = {
39
 
                        isa = PBXFrameworksBuildPhase;
40
 
                        buildActionMask = 2147483647;
41
 
                        files = (
42
 
                                8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */,
43
 
                                8D0C4E930486CD37000505A6 /* libstdc++.a in Frameworks */,
44
 
                                B8DCE04F056DACAE00C390B0 /* Security.framework in Frameworks */,
45
 
                        );
46
 
                        runOnlyForDeploymentPostprocessing = 0;
47
 
                };
48
 
/* End PBXFrameworksBuildPhase section */
49
 
 
50
 
/* Begin PBXGroup section */
51
 
                195DF8CFFE9D517E11CA2CBB /* Products */ = {
52
 
                        isa = PBXGroup;
53
 
                        children = (
54
 
                                8D0C4E970486CD37000505A6 /* ScriptExec.app */,
55
 
                        );
56
 
                        name = Products;
57
 
                        sourceTree = "<group>";
58
 
                };
59
 
                20286C29FDCF999611CA2CEA /* ScriptExec */ = {
60
 
                        isa = PBXGroup;
61
 
                        children = (
62
 
                                20286C2AFDCF999611CA2CEA /* Sources */,
63
 
                                20286C2CFDCF999611CA2CEA /* Resources */,
64
 
                                20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */,
65
 
                                195DF8CFFE9D517E11CA2CBB /* Products */,
66
 
                        );
67
 
                        name = ScriptExec;
68
 
                        sourceTree = "<group>";
69
 
                };
70
 
                20286C2AFDCF999611CA2CEA /* Sources */ = {
71
 
                        isa = PBXGroup;
72
 
                        children = (
73
 
                                32DBCF6D0370B57F00C91783 /* ScriptExec_Prefix.pch */,
74
 
                                20286C2BFDCF999611CA2CEA /* main.c */,
75
 
                        );
76
 
                        name = Sources;
77
 
                        sourceTree = "<group>";
78
 
                };
79
 
                20286C2CFDCF999611CA2CEA /* Resources */ = {
80
 
                        isa = PBXGroup;
81
 
                        children = (
82
 
                                664C29F0060ECDC4006EC560 /* openDoc */,
83
 
                                B8DCE042056DAC3500C390B0 /* MenuBar.nib */,
84
 
                                8D0C4E960486CD37000505A6 /* Info.plist */,
85
 
                                B8DCE048056DAC5000C390B0 /* script */,
86
 
                                0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */,
87
 
                        );
88
 
                        name = Resources;
89
 
                        sourceTree = "<group>";
90
 
                };
91
 
                20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = {
92
 
                        isa = PBXGroup;
93
 
                        children = (
94
 
                                20286C33FDCF999611CA2CEA /* Carbon.framework */,
95
 
                                4A9504CAFFE6A41611CA0CBA /* CoreServices.framework */,
96
 
                                4A9504C8FFE6A3BC11CA0CBA /* ApplicationServices.framework */,
97
 
                                0249A66BFF388E3F11CA2CEA /* libstdc++.a */,
98
 
                                B8DCE04E056DACAE00C390B0 /* Security.framework */,
99
 
                        );
100
 
                        name = "External Frameworks and Libraries";
101
 
                        sourceTree = "<group>";
102
 
                };
103
 
/* End PBXGroup section */
104
 
 
105
 
/* Begin PBXHeadersBuildPhase section */
106
 
                8D0C4E8A0486CD37000505A6 /* Headers */ = {
107
 
                        isa = PBXHeadersBuildPhase;
108
 
                        buildActionMask = 2147483647;
109
 
                        files = (
110
 
                                8D0C4E8B0486CD37000505A6 /* ScriptExec_Prefix.pch in Headers */,
111
 
                        );
112
 
                        runOnlyForDeploymentPostprocessing = 0;
113
 
                };
114
 
/* End PBXHeadersBuildPhase section */
115
 
 
116
 
/* Begin PBXNativeTarget section */
117
 
                8D0C4E890486CD37000505A6 /* ScriptExec */ = {
118
 
                        isa = PBXNativeTarget;
119
 
                        buildConfigurationList = 78E9AE160A36A8E3000D76A8 /* Build configuration list for PBXNativeTarget "ScriptExec" */;
120
 
                        buildPhases = (
121
 
                                8D0C4E8A0486CD37000505A6 /* Headers */,
122
 
                                8D0C4E8C0486CD37000505A6 /* Resources */,
123
 
                                8D0C4E8F0486CD37000505A6 /* Sources */,
124
 
                                8D0C4E910486CD37000505A6 /* Frameworks */,
125
 
                                8D0C4E940486CD37000505A6 /* Rez */,
126
 
                        );
127
 
                        buildRules = (
128
 
                        );
129
 
                        dependencies = (
130
 
                        );
131
 
                        name = ScriptExec;
132
 
                        productInstallPath = "$(HOME)/Applications";
133
 
                        productName = ScriptExec;
134
 
                        productReference = 8D0C4E970486CD37000505A6 /* ScriptExec.app */;
135
 
                        productType = "com.apple.product-type.application";
136
 
                };
137
 
/* End PBXNativeTarget section */
138
 
 
139
 
/* Begin PBXProject section */
140
 
                20286C28FDCF999611CA2CEA /* Project object */ = {
141
 
                        isa = PBXProject;
142
 
                        buildConfigurationList = 78E9AE1A0A36A8E3000D76A8 /* Build configuration list for PBXProject "ScriptExec" */;
143
 
                        hasScannedForEncodings = 1;
144
 
                        mainGroup = 20286C29FDCF999611CA2CEA /* ScriptExec */;
145
 
                        projectDirPath = "";
146
 
                        targets = (
147
 
                                8D0C4E890486CD37000505A6 /* ScriptExec */,
148
 
                        );
149
 
                };
150
 
/* End PBXProject section */
151
 
 
152
 
/* Begin PBXResourcesBuildPhase section */
153
 
                8D0C4E8C0486CD37000505A6 /* Resources */ = {
154
 
                        isa = PBXResourcesBuildPhase;
155
 
                        buildActionMask = 2147483647;
156
 
                        files = (
157
 
                                8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */,
158
 
                                B8DCE045056DAC3500C390B0 /* MenuBar.nib in Resources */,
159
 
                                B8DCE049056DAC5000C390B0 /* script in Resources */,
160
 
                                664C29F1060ECDC4006EC560 /* openDoc in Resources */,
161
 
                        );
162
 
                        runOnlyForDeploymentPostprocessing = 0;
163
 
                };
164
 
/* End PBXResourcesBuildPhase section */
165
 
 
166
 
/* Begin PBXRezBuildPhase section */
167
 
                8D0C4E940486CD37000505A6 /* Rez */ = {
168
 
                        isa = PBXRezBuildPhase;
169
 
                        buildActionMask = 2147483647;
170
 
                        files = (
171
 
                        );
172
 
                        runOnlyForDeploymentPostprocessing = 0;
173
 
                };
174
 
/* End PBXRezBuildPhase section */
175
 
 
176
 
/* Begin PBXSourcesBuildPhase section */
177
 
                8D0C4E8F0486CD37000505A6 /* Sources */ = {
178
 
                        isa = PBXSourcesBuildPhase;
179
 
                        buildActionMask = 2147483647;
180
 
                        files = (
181
 
                                8D0C4E900486CD37000505A6 /* main.c in Sources */,
182
 
                        );
183
 
                        runOnlyForDeploymentPostprocessing = 0;
184
 
                };
185
 
/* End PBXSourcesBuildPhase section */
186
 
 
187
 
/* Begin PBXVariantGroup section */
188
 
                0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = {
189
 
                        isa = PBXVariantGroup;
190
 
                        children = (
191
 
                                0867D6ABFE840B52C02AAC07 /* English */,
192
 
                        );
193
 
                        name = InfoPlist.strings;
194
 
                        sourceTree = "<group>";
195
 
                };
196
 
/* End PBXVariantGroup section */
197
 
 
198
 
/* Begin XCBuildConfiguration section */
199
 
                78E9AE170A36A8E3000D76A8 /* Development */ = {
200
 
                        isa = XCBuildConfiguration;
201
 
                        buildSettings = {
202
 
                                COPY_PHASE_STRIP = NO;
203
 
                                DEBUGGING_SYMBOLS = YES;
204
 
                                FRAMEWORK_SEARCH_PATHS = "";
205
 
                                GCC_DYNAMIC_NO_PIC = NO;
206
 
                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
207
 
                                GCC_ENABLE_TRIGRAPHS = NO;
208
 
                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
209
 
                                GCC_OPTIMIZATION_LEVEL = 0;
210
 
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
211
 
                                GCC_PREFIX_HEADER = ScriptExec_Prefix.pch;
212
 
                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
213
 
                                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
214
 
                                GCC_WARN_UNKNOWN_PRAGMAS = NO;
215
 
                                HEADER_SEARCH_PATHS = "";
216
 
                                INFOPLIST_FILE = Info.plist;
217
 
                                INSTALL_PATH = "$(HOME)/Applications";
218
 
                                LIBRARY_SEARCH_PATHS = "";
219
 
                                LIBRARY_STYLE = Static;
220
 
                                OPTIMIZATION_CFLAGS = "-O0";
221
 
                                OTHER_CFLAGS = "";
222
 
                                OTHER_LDFLAGS = "";
223
 
                                OTHER_REZFLAGS = "";
224
 
                                PRODUCT_NAME = ScriptExec;
225
 
                                SECTORDER_FLAGS = "";
226
 
                                WARNING_CFLAGS = (
227
 
                                        "-Wmost",
228
 
                                        "-Wno-four-char-constants",
229
 
                                        "-Wno-unknown-pragmas",
230
 
                                );
231
 
                                WRAPPER_EXTENSION = app;
232
 
                                ZERO_LINK = YES;
233
 
                        };
234
 
                        name = Development;
235
 
                };
236
 
                78E9AE180A36A8E3000D76A8 /* Deployment */ = {
237
 
                        isa = XCBuildConfiguration;
238
 
                        buildSettings = {
239
 
                                COPY_PHASE_STRIP = YES;
240
 
                                FRAMEWORK_SEARCH_PATHS = "";
241
 
                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
242
 
                                GCC_ENABLE_TRIGRAPHS = NO;
243
 
                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
244
 
                                GCC_OPTIMIZATION_LEVEL = s;
245
 
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
246
 
                                GCC_PREFIX_HEADER = ScriptExec_Prefix.pch;
247
 
                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
248
 
                                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
249
 
                                GCC_WARN_UNKNOWN_PRAGMAS = NO;
250
 
                                HEADER_SEARCH_PATHS = "";
251
 
                                INFOPLIST_FILE = Info.plist;
252
 
                                INSTALL_PATH = "$(HOME)/Applications";
253
 
                                LIBRARY_SEARCH_PATHS = "";
254
 
                                LIBRARY_STYLE = Static;
255
 
                                OTHER_CFLAGS = "";
256
 
                                OTHER_LDFLAGS = "";
257
 
                                OTHER_REZFLAGS = "";
258
 
                                PRODUCT_NAME = ScriptExec;
259
 
                                SECTORDER_FLAGS = "";
260
 
                                WARNING_CFLAGS = (
261
 
                                        "-Wmost",
262
 
                                        "-Wno-four-char-constants",
263
 
                                        "-Wno-unknown-pragmas",
264
 
                                );
265
 
                                WRAPPER_EXTENSION = app;
266
 
                                ZERO_LINK = NO;
267
 
                        };
268
 
                        name = Deployment;
269
 
                };
270
 
                78E9AE190A36A8E3000D76A8 /* Default */ = {
271
 
                        isa = XCBuildConfiguration;
272
 
                        buildSettings = {
273
 
                                FRAMEWORK_SEARCH_PATHS = "";
274
 
                                GCC_ENABLE_TRIGRAPHS = NO;
275
 
                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
276
 
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
277
 
                                GCC_PREFIX_HEADER = ScriptExec_Prefix.pch;
278
 
                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
279
 
                                GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
280
 
                                GCC_WARN_UNKNOWN_PRAGMAS = NO;
281
 
                                HEADER_SEARCH_PATHS = "";
282
 
                                INFOPLIST_FILE = Info.plist;
283
 
                                INSTALL_PATH = "$(HOME)/Applications";
284
 
                                LIBRARY_SEARCH_PATHS = "";
285
 
                                LIBRARY_STYLE = Static;
286
 
                                OTHER_CFLAGS = "";
287
 
                                OTHER_LDFLAGS = "";
288
 
                                OTHER_REZFLAGS = "";
289
 
                                PRODUCT_NAME = ScriptExec;
290
 
                                SECTORDER_FLAGS = "";
291
 
                                WARNING_CFLAGS = (
292
 
                                        "-Wmost",
293
 
                                        "-Wno-four-char-constants",
294
 
                                        "-Wno-unknown-pragmas",
295
 
                                );
296
 
                                WRAPPER_EXTENSION = app;
297
 
                        };
298
 
                        name = Default;
299
 
                };
300
 
                78E9AE1B0A36A8E3000D76A8 /* Development */ = {
301
 
                        isa = XCBuildConfiguration;
302
 
                        buildSettings = {
303
 
                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
304
 
                        };
305
 
                        name = Development;
306
 
                };
307
 
                78E9AE1C0A36A8E3000D76A8 /* Deployment */ = {
308
 
                        isa = XCBuildConfiguration;
309
 
                        buildSettings = {
310
 
                                ARCHS = (
311
 
                                        ppc,
312
 
                                        i386,
313
 
                                );
314
 
                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
315
 
                        };
316
 
                        name = Deployment;
317
 
                };
318
 
                78E9AE1D0A36A8E3000D76A8 /* Default */ = {
319
 
                        isa = XCBuildConfiguration;
320
 
                        buildSettings = {
321
 
                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
322
 
                        };
323
 
                        name = Default;
324
 
                };
325
 
/* End XCBuildConfiguration section */
326
 
 
327
 
/* Begin XCConfigurationList section */
328
 
                78E9AE160A36A8E3000D76A8 /* Build configuration list for PBXNativeTarget "ScriptExec" */ = {
329
 
                        isa = XCConfigurationList;
330
 
                        buildConfigurations = (
331
 
                                78E9AE170A36A8E3000D76A8 /* Development */,
332
 
                                78E9AE180A36A8E3000D76A8 /* Deployment */,
333
 
                                78E9AE190A36A8E3000D76A8 /* Default */,
334
 
                        );
335
 
                        defaultConfigurationIsVisible = 0;
336
 
                        defaultConfigurationName = Default;
337
 
                };
338
 
                78E9AE1A0A36A8E3000D76A8 /* Build configuration list for PBXProject "ScriptExec" */ = {
339
 
                        isa = XCConfigurationList;
340
 
                        buildConfigurations = (
341
 
                                78E9AE1B0A36A8E3000D76A8 /* Development */,
342
 
                                78E9AE1C0A36A8E3000D76A8 /* Deployment */,
343
 
                                78E9AE1D0A36A8E3000D76A8 /* Default */,
344
 
                        );
345
 
                        defaultConfigurationIsVisible = 0;
346
 
                        defaultConfigurationName = Default;
347
 
                };
348
 
/* End XCConfigurationList section */
349
 
        };
350
 
        rootObject = 20286C28FDCF999611CA2CEA /* Project object */;
351
 
}