Mac and Linux SDL2 binary snapshots
Edward Rudd
2014-01-25 3f26dd9232630a5d9e9a201aa0df48ce02815f69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {
 
/* Begin PBXBuildFile section */
        AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE454176059AB0029C7A5 /* SDL_test_common.c */; };
        AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */; };
        AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */; };
        AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE457176059AB0029C7A5 /* SDL_test_font.c */; };
        AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */; };
        AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */; };
        AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */; };
        AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */; };
        AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */; };
        AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */; };
        AA1EE46C176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */; };
        AA1EE46D176059AB0029C7A5 /* SDL_test_log.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */; };
        AA1EE46E176059AB0029C7A5 /* SDL_test_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */; };
        AA1EE46F176059AB0029C7A5 /* SDL_test_random.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE461176059AB0029C7A5 /* SDL_test_random.c */; };
/* End PBXBuildFile section */
 
/* Begin PBXFileReference section */
        AA1EE4461760589B0029C7A5 /* libSDL2test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2test.a; sourceTree = BUILT_PRODUCTS_DIR; };
        AA1EE454176059AB0029C7A5 /* SDL_test_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_common.c; path = ../../src/test/SDL_test_common.c; sourceTree = "<group>"; };
        AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_compare.c; path = ../../src/test/SDL_test_compare.c; sourceTree = "<group>"; };
        AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_crc32.c; path = ../../src/test/SDL_test_crc32.c; sourceTree = "<group>"; };
        AA1EE457176059AB0029C7A5 /* SDL_test_font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_font.c; path = ../../src/test/SDL_test_font.c; sourceTree = "<group>"; };
        AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_fuzzer.c; path = ../../src/test/SDL_test_fuzzer.c; sourceTree = "<group>"; };
        AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_harness.c; path = ../../src/test/SDL_test_harness.c; sourceTree = "<group>"; };
        AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imageBlit.c; path = ../../src/test/SDL_test_imageBlit.c; sourceTree = "<group>"; };
        AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imageBlitBlend.c; path = ../../src/test/SDL_test_imageBlitBlend.c; sourceTree = "<group>"; };
        AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imageFace.c; path = ../../src/test/SDL_test_imageFace.c; sourceTree = "<group>"; };
        AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imagePrimitives.c; path = ../../src/test/SDL_test_imagePrimitives.c; sourceTree = "<group>"; };
        AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_imagePrimitivesBlend.c; path = ../../src/test/SDL_test_imagePrimitivesBlend.c; sourceTree = "<group>"; };
        AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_log.c; path = ../../src/test/SDL_test_log.c; sourceTree = "<group>"; };
        AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_md5.c; path = ../../src/test/SDL_test_md5.c; sourceTree = "<group>"; };
        AA1EE461176059AB0029C7A5 /* SDL_test_random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_test_random.c; path = ../../src/test/SDL_test_random.c; sourceTree = "<group>"; };
/* End PBXFileReference section */
 
/* Begin PBXFrameworksBuildPhase section */
        AA1EE4431760589B0029C7A5 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */
 
/* Begin PBXGroup section */
        AA1EE43D1760589B0029C7A5 = {
            isa = PBXGroup;
            children = (
                AA1EE453176059770029C7A5 /* Library Source */,
                AA1EE4471760589B0029C7A5 /* Products */,
            );
            sourceTree = "<group>";
        };
        AA1EE4471760589B0029C7A5 /* Products */ = {
            isa = PBXGroup;
            children = (
                AA1EE4461760589B0029C7A5 /* libSDL2test.a */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        AA1EE453176059770029C7A5 /* Library Source */ = {
            isa = PBXGroup;
            children = (
                AA1EE454176059AB0029C7A5 /* SDL_test_common.c */,
                AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */,
                AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */,
                AA1EE457176059AB0029C7A5 /* SDL_test_font.c */,
                AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */,
                AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */,
                AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */,
                AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */,
                AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */,
                AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */,
                AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */,
                AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */,
                AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */,
                AA1EE461176059AB0029C7A5 /* SDL_test_random.c */,
            );
            name = "Library Source";
            sourceTree = "<group>";
        };
/* End PBXGroup section */
 
/* Begin PBXHeadersBuildPhase section */
        AA1EE4441760589B0029C7A5 /* Headers */ = {
            isa = PBXHeadersBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXHeadersBuildPhase section */
 
/* Begin PBXNativeTarget section */
        AA1EE4451760589B0029C7A5 /* SDL2test */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = AA1EE44A1760589B0029C7A5 /* Build configuration list for PBXNativeTarget "SDL2test" */;
            buildPhases = (
                AA1EE4421760589B0029C7A5 /* Sources */,
                AA1EE4431760589B0029C7A5 /* Frameworks */,
                AA1EE4441760589B0029C7A5 /* Headers */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = SDL2test;
            productName = SDL2test;
            productReference = AA1EE4461760589B0029C7A5 /* libSDL2test.a */;
            productType = "com.apple.product-type.library.static";
        };
/* End PBXNativeTarget section */
 
/* Begin PBXProject section */
        AA1EE43E1760589B0029C7A5 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastUpgradeCheck = 0460;
                ORGANIZATIONNAME = "Sam Lantinga";
            };
            buildConfigurationList = AA1EE4411760589B0029C7A5 /* Build configuration list for PBXProject "SDL2test" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
            );
            mainGroup = AA1EE43D1760589B0029C7A5;
            productRefGroup = AA1EE4471760589B0029C7A5 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                AA1EE4451760589B0029C7A5 /* SDL2test */,
            );
        };
/* End PBXProject section */
 
/* Begin PBXSourcesBuildPhase section */
        AA1EE4421760589B0029C7A5 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */,
                AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */,
                AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */,
                AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */,
                AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */,
                AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */,
                AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */,
                AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */,
                AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */,
                AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */,
                AA1EE46C176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c in Sources */,
                AA1EE46D176059AB0029C7A5 /* SDL_test_log.c in Sources */,
                AA1EE46E176059AB0029C7A5 /* SDL_test_md5.c in Sources */,
                AA1EE46F176059AB0029C7A5 /* SDL_test_random.c in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */
 
/* Begin XCBuildConfiguration section */
        AA1EE4481760589B0029C7A5 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                ARCHS = "$(ARCHS_STANDARD_32_BIT)";
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                COPY_PHASE_STRIP = NO;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_DYNAMIC_NO_PIC = NO;
                GCC_ENABLE_OBJC_EXCEPTIONS = YES;
                GCC_OPTIMIZATION_LEVEL = 0;
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                MACOSX_DEPLOYMENT_TARGET = 10.8;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
            };
            name = Debug;
        };
        AA1EE4491760589B0029C7A5 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                ARCHS = "$(ARCHS_STANDARD_32_BIT)";
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                COPY_PHASE_STRIP = YES;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_ENABLE_OBJC_EXCEPTIONS = YES;
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                MACOSX_DEPLOYMENT_TARGET = 10.8;
                SDKROOT = iphoneos;
            };
            name = Release;
        };
        AA1EE44B1760589B0029C7A5 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                EXECUTABLE_PREFIX = lib;
                HEADER_SEARCH_PATHS = ../../include;
                PRODUCT_NAME = "$(TARGET_NAME)";
            };
            name = Debug;
        };
        AA1EE44C1760589B0029C7A5 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                EXECUTABLE_PREFIX = lib;
                HEADER_SEARCH_PATHS = ../../include;
                PRODUCT_NAME = "$(TARGET_NAME)";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */
 
/* Begin XCConfigurationList section */
        AA1EE4411760589B0029C7A5 /* Build configuration list for PBXProject "SDL2test" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                AA1EE4481760589B0029C7A5 /* Debug */,
                AA1EE4491760589B0029C7A5 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        AA1EE44A1760589B0029C7A5 /* Build configuration list for PBXNativeTarget "SDL2test" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                AA1EE44B1760589B0029C7A5 /* Debug */,
                AA1EE44C1760589B0029C7A5 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = AA1EE43E1760589B0029C7A5 /* Project object */;
}