File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Darwin/Foundation-swiftoverlay-Tests Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ // ===--- FoundationBridge.h -------------------------------------*- C++ -*-===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
7
+ //
8
+ // See https://swift.org/LICENSE.txt for license information
9
+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ // ===----------------------------------------------------------------------===//
12
+
13
+ #include " ../Config/overlay-tests-shared.xcconfig"
14
+
15
+ PRODUCT_BUNDLE_IDENTIFIER = org.swift.FoundationTests
16
+ SWIFT_OBJC_BRIDGING_HEADER = $(PROJECT_DIR)/Foundation-swiftoverlay-Tests/FoundationBridge.h
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >CFBundleDevelopmentRegion </key >
6
+ <string >$(DEVELOPMENT_LANGUAGE) </string >
7
+ <key >CFBundleExecutable </key >
8
+ <string >$(EXECUTABLE_NAME) </string >
9
+ <key >CFBundleIdentifier </key >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
11
+ <key >CFBundleInfoDictionaryVersion </key >
12
+ <string >6.0 </string >
13
+ <key >CFBundleName </key >
14
+ <string >$(PRODUCT_NAME) </string >
15
+ <key >CFBundlePackageType </key >
16
+ <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
+ <key >CFBundleShortVersionString </key >
18
+ <string >1.0 </string >
19
+ <key >CFBundleVersion </key >
20
+ <string >1 </string >
21
+ </dict >
22
+ </plist >
You can’t perform that action at this time.
0 commit comments