Changeset 139784 in webkit


Ignore:
Timestamp:
Jan 15, 2013, 1:49:49 PM (12 years ago)
Author:
ddkilzer@apple.com
Message:

BUILD FIX: Add SUPPORTED_PLATFORMS to Base.xcconfig

  • Configurations/Base.xcconfig: Add SUPPORTED_PLATFORMS so that

Xcode knows we can build this project for all three platforms.
Previously the Mac OS X SDKs were missing in the scheme picker.

Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r139761 r139784  
     12013-01-15  David Kilzer  <ddkilzer@apple.com>
     2
     3        BUILD FIX: Add SUPPORTED_PLATFORMS to Base.xcconfig
     4
     5        * Configurations/Base.xcconfig: Add SUPPORTED_PLATFORMS so that
     6        Xcode knows we can build this project for all three platforms.
     7        Previously the Mac OS X SDKs were missing in the scheme picker.
     8
    192013-01-15  David Kilzer  <ddkilzer@apple.com>
    210
  • trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig

    r139761 r139784  
    3333STRIP_INSTALLED_PRODUCT = NO;
    3434
     35SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
     36
    3537TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
    3638
Note: See TracChangeset for help on using the changeset viewer.