An amazing project that generates micro reports from tournament results
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
750 B

SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos appletvos appletvsimulator;
COPY_PHASE_STRIP = NO;
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks;
INFOPLIST_FILE = Realm/Tests/TestHost/Info.plist;
PRODUCT_NAME = $(TARGET_NAME);
CLANG_MODULES_AUTOLINK = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
PRODUCT_BUNDLE_IDENTIFIER = io.realm.TestHost;
OTHER_LDFLAGS[sdk=iphone*] = -framework UIKit;
OTHER_LDFLAGS[sdk=appletv*] = -framework UIKit;
OTHER_LDFLAGS[sdk=macosx*] = -framework Cocoa;
PRINCIPAL_CLASS[sdk=iphone*] = UIApplication;
PRINCIPAL_CLASS[sdk=appletv*] = UIApplication;
PRINCIPAL_CLASS[sdk=macosx*] = NSApplication;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;