From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../AppIcon.appiconset/Contents.json | 62 ++++++++++++ .../LaunchImage.launchimage/Contents.json | 24 +++++ .../tools/gyp/test/ios/watch/WatchApp/Info.plist | 35 +++++++ .../test/ios/watch/WatchApp/Interface.storyboard | 15 +++ .../test/ios/watch/WatchContainer/AppDelegate.h | 12 +++ .../test/ios/watch/WatchContainer/AppDelegate.m | 19 ++++ .../WatchContainer/Base.lproj/Main.storyboard | 25 +++++ .../AppIcon.appiconset/Contents.json | 53 +++++++++++ .../LaunchImage.launchimage/Contents.json | 51 ++++++++++ .../gyp/test/ios/watch/WatchContainer/Info.plist | 32 +++++++ .../test/ios/watch/WatchContainer/ViewController.h | 11 +++ .../test/ios/watch/WatchContainer/ViewController.m | 24 +++++ .../tools/gyp/test/ios/watch/WatchContainer/main.m | 13 +++ .../Images.xcassets/MyImage.imageset/Contents.json | 20 ++++ .../test/ios/watch/WatchKitExtension/Info.plist | 38 ++++++++ .../watch/WatchKitExtension/InterfaceController.h | 10 ++ .../watch/WatchKitExtension/InterfaceController.m | 25 +++++ .../WatchKitExtension/MainInterface.storyboard | 63 +++++++++++++ .../trunk/tools/gyp/test/ios/watch/watch.gyp | 105 +++++++++++++++++++++ 19 files changed, 637 insertions(+) create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/LaunchImage.launchimage/Contents.json create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Info.plist create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Interface.storyboard create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.h create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.m create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Base.lproj/Main.storyboard create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/LaunchImage.launchimage/Contents.json create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Info.plist create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.h create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.m create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/main.m create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Info.plist create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.h create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/MainInterface.storyboard create mode 100644 media/webrtc/trunk/tools/gyp/test/ios/watch/watch.gyp (limited to 'media/webrtc/trunk/tools/gyp/test/ios/watch') diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/AppIcon.appiconset/Contents.json b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 000000000..562c5eff9 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,62 @@ +{ + "images" : [ + { + "size" : "14.5x14.5", + "idiom" : "watch", + "scale" : "2x", + "role" : "notificationCenter", + "subtype" : "38mm" + }, + { + "size" : "18x18", + "idiom" : "watch", + "scale" : "2x", + "role" : "notificationCenter", + "subtype" : "42mm" + }, + { + "size" : "29x29", + "idiom" : "watch", + "role" : "companionSettings", + "scale" : "2x" + }, + { + "size" : "29.3x29.3", + "idiom" : "watch", + "role" : "companionSettings", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "watch", + "scale" : "2x", + "role" : "appLauncher", + "subtype" : "38mm" + }, + { + "size" : "44x44", + "idiom" : "watch", + "scale" : "2x", + "role" : "appLauncher", + "subtype" : "42mm" + }, + { + "size" : "86x86", + "idiom" : "watch", + "scale" : "2x", + "role" : "quickLook", + "subtype" : "38mm" + }, + { + "size" : "98x98", + "idiom" : "watch", + "scale" : "2x", + "role" : "quickLook", + "subtype" : "42mm" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/LaunchImage.launchimage/Contents.json b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 000000000..ed123feff --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "watch", + "extent" : "full-screen", + "minimum-system-version" : "8.0", + "subtype" : "38mm", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "watch", + "extent" : "full-screen", + "minimum-system-version" : "8.0", + "subtype" : "42mm", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Info.plist b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Info.plist new file mode 100644 index 000000000..3cf65b828 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + WatchApp + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.google.gyptest.watch.watchapp + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + WKCompanionAppBundleIdentifier + com.google.gyptest.watch + WKWatchKitApp + + + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Interface.storyboard b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Interface.storyboard new file mode 100644 index 000000000..5f52cb6c9 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchApp/Interface.storyboard @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.h b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.h new file mode 100644 index 000000000..510e2300b --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.h @@ -0,0 +1,12 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.m b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.m new file mode 100644 index 000000000..1197bc1bb --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/AppDelegate.m @@ -0,0 +1,19 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + +- (BOOL)application:(UIApplication*)application + didFinishLaunchingWithOptions:(NSDictionary*)launchOptions { + // Override point for customization after application launch. + return YES; +} + +@end diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Base.lproj/Main.storyboard b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Base.lproj/Main.storyboard new file mode 100644 index 000000000..e8f3cfb40 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Base.lproj/Main.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 000000000..f697f61f4 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,53 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/LaunchImage.launchimage/Contents.json b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 000000000..4458b40c0 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,51 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Info.plist b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Info.plist new file mode 100644 index 000000000..a40319c78 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + WatchContainer + CFBundleIdentifier + com.google.gyptest.watch + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.h b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.h new file mode 100644 index 000000000..fad775471 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.h @@ -0,0 +1,11 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#import + +@interface ViewController : UIViewController + + +@end + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.m b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.m new file mode 100644 index 000000000..3810fa9cb --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/ViewController.m @@ -0,0 +1,24 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#import "ViewController.h" + +@interface ViewController () + + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning { + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/main.m b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/main.m new file mode 100644 index 000000000..47aecb514 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchContainer/main.m @@ -0,0 +1,13 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. +// +#import +#import "AppDelegate.h" + +int main(int argc, char* argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, + NSStringFromClass([AppDelegate class])); + } +} diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json new file mode 100644 index 000000000..f80d95086 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json @@ -0,0 +1,20 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Info.plist b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Info.plist new file mode 100644 index 000000000..7a354643e --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/Info.plist @@ -0,0 +1,38 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + WatchContainer WatchKit Extension + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.google.gyptest.watch.watchkitextension + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + XPC! + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSExtension + + NSExtensionAttributes + + WKAppBundleIdentifier + com.google.gyptest.watch.watchapp + + NSExtensionPointIdentifier + com.apple.watchkit + + RemoteInterfacePrincipalClass + InterfaceController + + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.h b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.h new file mode 100644 index 000000000..c3395eb48 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.h @@ -0,0 +1,10 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#import +#import + +@interface InterfaceController : WKInterfaceController +@end + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m new file mode 100644 index 000000000..564b7d1da --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m @@ -0,0 +1,25 @@ +// Copyright (c) 2014 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#import "InterfaceController.h" + +@implementation InterfaceController + +- (instancetype)initWithContext:(id)context { + if ((self = [super initWithContext:context])) { + // -initWithContext: + } + return self; +} + +- (void)willActivate { + // -willActivate +} + +- (void)didDeactivate { + // -didDeactivate +} + +@end + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/MainInterface.storyboard b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/MainInterface.storyboard new file mode 100644 index 000000000..5aa58184e --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/WatchKitExtension/MainInterface.storyboard @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/webrtc/trunk/tools/gyp/test/ios/watch/watch.gyp b/media/webrtc/trunk/tools/gyp/test/ios/watch/watch.gyp new file mode 100644 index 000000000..49be5554e --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/test/ios/watch/watch.gyp @@ -0,0 +1,105 @@ +# Copyright (c) 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'make_global_settings': [ + ['CC', '/usr/bin/clang'], + ['CXX', '/usr/bin/clang++'], + ], + 'target_defaults': { + 'xcode_settings': { + 'OTHER_CFLAGS': [ + '-fobjc-abi-version=2', + ], + 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', + 'SDKROOT': 'iphoneos', + 'IPHONEOS_DEPLOYMENT_TARGET': '8.2', + 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer', + } + }, + 'targets': [ + { + 'target_name': 'WatchContainer', + 'product_name': 'WatchContainer', + 'type': 'executable', + 'mac_bundle': 1, + 'mac_bundle_resources': [ + 'WatchContainer/Base.lproj/Main.storyboard', + ], + 'sources': [ + 'WatchContainer/AppDelegate.h', + 'WatchContainer/AppDelegate.m', + 'WatchContainer/ViewController.h', + 'WatchContainer/ViewController.m', + 'WatchContainer/main.m', + ], + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/WatchContainer.app/PlugIns', + 'files': [ + '<(PRODUCT_DIR)/WatchKitExtension.appex', + ]}], + 'dependencies': [ + 'WatchKitExtension' + ], + 'link_settings': { + 'libraries': [ + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', + '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', + ], + }, + 'xcode_settings': { + 'INFOPLIST_FILE': 'WatchContainer/Info.plist', + }, + }, + { + 'target_name': 'WatchKitExtension', + 'product_name': 'WatchKitExtension', + 'type': 'executable', + 'mac_bundle': 1, + 'ios_watchkit_extension': 1, + 'sources': [ + 'WatchKitExtension/InterfaceController.h', + 'WatchKitExtension/InterfaceController.m', + ], + 'mac_bundle_resources': [ + 'WatchKitExtension/Images.xcassets', + '<(PRODUCT_DIR)/WatchApp.app', + ], + 'dependencies': [ + 'WatchApp' + ], + 'link_settings': { + 'libraries': [ + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', + '$(SDKROOT)/System/Library/Frameworks/WatchKit.framework', + ], + }, + 'xcode_settings': { + 'INFOPLIST_FILE': 'WatchKitExtension/Info.plist', + 'SKIP_INSTALL': 'YES', + 'COPY_PHASE_STRIP': 'NO', + }, + }, + { + 'target_name': 'WatchApp', + 'product_name': 'WatchApp', + 'type': 'executable', + 'mac_bundle': 1, + 'ios_watch_app': 1, + 'mac_bundle_resources': [ + 'WatchApp/Images.xcassets', + 'WatchApp/Interface.storyboard', + ], + 'xcode_settings': { + 'INFOPLIST_FILE': 'WatchApp/Info.plist', + 'SKIP_INSTALL': 'YES', + 'COPY_PHASE_STRIP': 'NO', + 'TARGETED_DEVICE_FAMILY': '4', + 'TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]': '1,4', + }, + }, + ], +} + -- cgit v1.2.3