|
193 | 193 | BE48FF6007AFA9A800BB41DA /* Frameworks */, |
194 | 194 | BE48FF6107AFA9A800BB41DA /* Rez */, |
195 | 195 | AAF0666114D4748600475C7D /* Convert SDL includes to SDL Framework includes */, |
196 | | - AA5C3FDF17A8CB8000D6C8A1 /* Sign Frameworks */, |
197 | 196 | ); |
198 | 197 | buildRules = ( |
199 | 198 | ); |
|
248 | 247 | 0867D690FE84028FC02AAC07 /* Project object */ = { |
249 | 248 | isa = PBXProject; |
250 | 249 | attributes = { |
251 | | - LastUpgradeCheck = 0420; |
| 250 | + LastUpgradeCheck = 0630; |
252 | 251 | }; |
253 | 252 | buildConfigurationList = 00F072090992C7C800D99510 /* Build configuration list for PBXProject "SDL_net" */; |
254 | 253 | compatibilityVersion = "Xcode 3.2"; |
|
297 | 296 | /* End PBXRezBuildPhase section */ |
298 | 297 |
|
299 | 298 | /* Begin PBXShellScriptBuildPhase section */ |
300 | | - AA5C3FDF17A8CB8000D6C8A1 /* Sign Frameworks */ = { |
301 | | - isa = PBXShellScriptBuildPhase; |
302 | | - buildActionMask = 2147483647; |
303 | | - files = ( |
304 | | - ); |
305 | | - inputPaths = ( |
306 | | - ); |
307 | | - name = "Sign Frameworks"; |
308 | | - outputPaths = ( |
309 | | - ); |
310 | | - runOnlyForDeploymentPostprocessing = 0; |
311 | | - shellPath = /bin/sh; |
312 | | - shellScript = "if [ \"$USER\" = \"slouken\" ]; then\n CODE_SIGN_IDENTITY=\"Mac Developer: Sam Lantinga (84TP7N5TA4)\" pkg-support/codesign-frameworks.sh || exit 1\nfi"; |
313 | | - }; |
314 | 299 | AAF0666114D4748600475C7D /* Convert SDL includes to SDL Framework includes */ = { |
315 | 300 | isa = PBXShellScriptBuildPhase; |
316 | 301 | buildActionMask = 2147483647; |
|
332 | 317 | ); |
333 | 318 | runOnlyForDeploymentPostprocessing = 0; |
334 | 319 | shellPath = /bin/sh; |
335 | | - shellScript = "# clean up the framework, remove headers, extra files\nPRODUCT_NAME=SDL2_net\nmkdir -p build/dmg-tmp\nxcrun CpMac -r $TARGET_BUILD_DIR/$PRODUCT_NAME.framework build/dmg-tmp/\ncp pkg-support/resources/ReadMe.txt build/dmg-tmp\n\n# remove the .DS_Store files if any (we may want to provide one in the future for fancy .dmgs)\nrm -rf build/dmg-tmp/.DS_Store\n\n# create the dmg\nhdiutil create -ov -fs HFS+ -volname $PRODUCT_NAME -srcfolder build/dmg-tmp build/$PRODUCT_NAME.dmg\n\n# clean up\nrm -rf build/dmg-tmp"; |
| 320 | + shellScript = "PRODUCT_NAME=SDL2_net\n\n# Sign framework\nif [ \"$SDL_CODESIGN_IDENTITY\" != \"\" ]; then\n codesign --force --deep --sign \"$SDL_CODESIGN_IDENTITY\" $TARGET_BUILD_DIR/$PRODUCT_NAME.framework/Versions/A\nfi\n\n# clean up the framework, remove headers, extra files\nmkdir -p build/dmg-tmp\nxcrun CpMac -r $TARGET_BUILD_DIR/$PRODUCT_NAME.framework build/dmg-tmp/\ncp pkg-support/resources/ReadMe.txt build/dmg-tmp\n\n# remove the .DS_Store files if any (we may want to provide one in the future for fancy .dmgs)\nrm -rf build/dmg-tmp/.DS_Store\n\n# create the dmg\nhdiutil create -ov -fs HFS+ -volname $PRODUCT_NAME -srcfolder build/dmg-tmp build/$PRODUCT_NAME.dmg\n\n# clean up\nrm -rf build/dmg-tmp"; |
336 | 321 | }; |
337 | 322 | /* End PBXShellScriptBuildPhase section */ |
338 | 323 |
|
|
373 | 358 | 00F071FE0992C7C800D99510 /* Debug */ = { |
374 | 359 | isa = XCBuildConfiguration; |
375 | 360 | buildSettings = { |
| 361 | + COMBINE_HIDPI_IMAGES = YES; |
376 | 362 | DYLIB_COMPATIBILITY_VERSION = 1; |
377 | 363 | DYLIB_CURRENT_VERSION = 1; |
378 | 364 | FRAMEWORK_VERSION = A; |
|
385 | 371 | 00F071FF0992C7C800D99510 /* Release */ = { |
386 | 372 | isa = XCBuildConfiguration; |
387 | 373 | buildSettings = { |
| 374 | + COMBINE_HIDPI_IMAGES = YES; |
388 | 375 | DYLIB_COMPATIBILITY_VERSION = 1; |
389 | 376 | DYLIB_CURRENT_VERSION = 1; |
390 | 377 | FRAMEWORK_VERSION = A; |
|
397 | 384 | 00F072020992C7C800D99510 /* Debug */ = { |
398 | 385 | isa = XCBuildConfiguration; |
399 | 386 | buildSettings = { |
| 387 | + COMBINE_HIDPI_IMAGES = YES; |
400 | 388 | DYLIB_COMPATIBILITY_VERSION = 1; |
401 | 389 | DYLIB_CURRENT_VERSION = 1; |
402 | 390 | LIBRARY_STYLE = STATIC; |
|
411 | 399 | 00F072030992C7C800D99510 /* Release */ = { |
412 | 400 | isa = XCBuildConfiguration; |
413 | 401 | buildSettings = { |
| 402 | + COMBINE_HIDPI_IMAGES = YES; |
414 | 403 | DYLIB_COMPATIBILITY_VERSION = 1; |
415 | 404 | DYLIB_CURRENT_VERSION = 1; |
416 | 405 | LIBRARY_STYLE = STATIC; |
|
464 | 453 | 00F0720A0992C7C800D99510 /* Debug */ = { |
465 | 454 | isa = XCBuildConfiguration; |
466 | 455 | buildSettings = { |
467 | | - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
468 | 456 | FRAMEWORK_SEARCH_PATHS = ( |
469 | 457 | "$(HOME)/Library/Frameworks", |
470 | 458 | /Library/Frameworks, |
|
476 | 464 | /Library/Frameworks/SDL.framework/Headers, |
477 | 465 | ); |
478 | 466 | MACOSX_DEPLOYMENT_TARGET = 10.5; |
| 467 | + ONLY_ACTIVE_ARCH = YES; |
479 | 468 | PRODUCT_NAME = SDL2_net; |
480 | 469 | SDKROOT = macosx; |
481 | 470 | USER_HEADER_SEARCH_PATHS = "$(HOME)/Library/Frameworks/SDL2.framework/Headers /Library/Frameworks/SDL2.framework/Headers"; |
|
485 | 474 | 00F0720B0992C7C800D99510 /* Release */ = { |
486 | 475 | isa = XCBuildConfiguration; |
487 | 476 | buildSettings = { |
488 | | - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
489 | 477 | DEPLOYMENT_POSTPROCESSING = YES; |
490 | 478 | FRAMEWORK_SEARCH_PATHS = ( |
491 | 479 | "$(HOME)/Library/Frameworks", |
|
0 commit comments