1 # Copyright (c) 2011 Google Inc. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 { 5 'targets': [ 6 { 7 'target_name': 'SwiftFramework', 8 'product_name': 'SwiftFramework', 9 'type': 'shared_library', 10 'mac_bundle': 1, 11 'xcode_settings': { 12 'INFOPLIST_FILE': 'Info.plist', 13 'CODE_SIGNING_REQUIRED': 'NO', 14 'CONFIGURATION_BUILD_DIR':'build/Default', 15 }, 16 'sources': [ 17 'file.swift', 18 ], 19 }, 20 ], 21 } 22