| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811 |
- // swift-tools-version:5.3
- // The swift-tools-version declares the minimum version of Swift required to build this package.
- // Copyright 2020 Google LLC
- //
- // Licensed under the Apache License, Version 2.0 (the "License");
- // you may not use this file except in compliance with the License.
- // You may obtain a copy of the License at
- //
- // http://www.apache.org/licenses/LICENSE-2.0
- //
- // Unless required by applicable law or agreed to in writing, software
- // distributed under the License is distributed on an "AS IS" BASIS,
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- // See the License for the specific language governing permissions and
- // limitations under the License.
- import PackageDescription
- let firebaseVersion = "7.5.0"
- let package = Package(
- name: "Firebase",
- platforms: [.iOS(.v10), .macOS(.v10_12), .tvOS(.v10), .watchOS(.v6)],
- products: [
- .library(
- name: "FirebaseAnalytics",
- targets: ["FirebaseAnalyticsTarget"]
- ),
- .library(
- name: "FirebaseAuth",
- targets: ["FirebaseAuth"]
- ),
- .library(
- name: "FirebaseAppDistribution-Beta",
- targets: ["FirebaseAppDistributionTarget"]
- ),
- .library(
- name: "FirebaseCrashlytics",
- targets: ["FirebaseCrashlytics"]
- ),
- .library(
- name: "FirebaseDatabase",
- targets: ["FirebaseDatabaseTarget"]
- ),
- .library(
- name: "FirebaseDynamicLinks",
- targets: ["FirebaseDynamicLinksTarget"]
- ),
- .library(
- name: "FirebaseFirestore",
- targets: ["FirebaseFirestoreTarget"]
- ),
- .library(
- name: "FirebaseFirestoreSwift-Beta",
- targets: ["FirebaseFirestoreSwiftTarget"]
- ),
- .library(
- name: "FirebaseFunctions",
- targets: ["FirebaseFunctionsTarget"]
- ),
- .library(
- name: "FirebaseInAppMessaging-Beta",
- targets: ["FirebaseInAppMessagingTarget"]
- ),
- .library(
- name: "FirebaseInstallations",
- targets: ["FirebaseInstallations"]
- ),
- .library(
- name: "FirebaseMessaging",
- targets: ["FirebaseMessaging"]
- ),
- .library(
- name: "FirebaseRemoteConfig",
- targets: ["FirebaseRemoteConfigTarget"]
- ),
- .library(
- name: "FirebaseStorage",
- targets: ["FirebaseStorage"]
- ),
- .library(
- name: "FirebaseStorageSwift-Beta",
- targets: ["FirebaseStorageSwift"]
- ),
- ],
- dependencies: [
- .package(name: "Promises", url: "https://github.com/google/promises.git", "1.2.8" ..< "1.3.0"),
- .package(
- name: "SwiftProtobuf",
- url: "https://github.com/apple/swift-protobuf.git",
- from: "1.14.0"
- ),
- .package(
- name: "GoogleAppMeasurement",
- url: "https://github.com/google/GoogleAppMeasurement.git",
- .exact("7.5.1")
- ),
- .package(
- name: "GoogleDataTransport",
- url: "https://github.com/google/GoogleDataTransport.git",
- "8.2.0" ..< "9.0.0"
- ),
- .package(
- name: "GoogleUtilities",
- url: "https://github.com/google/GoogleUtilities.git",
- "7.2.1" ..< "8.0.0"
- ),
- .package(
- name: "GTMSessionFetcher",
- url: "https://github.com/google/gtm-session-fetcher.git",
- "1.4.0" ..< "2.0.0"
- ),
- .package(
- name: "nanopb",
- url: "https://github.com/firebase/nanopb.git",
- // This revision adds SPM enablement to the 0.3.9.6 release tag.
- "2.30907.0" ..< "2.30908.0"
- ),
- .package(name: "abseil",
- url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
- from: "0.20200225.0"),
- .package(
- name: "gRPC",
- url: "https://github.com/firebase/grpc-SwiftPM.git",
- "1.28.2" ..< "1.29.0"
- ),
- .package(
- name: "OCMock",
- url: "https://github.com/firebase/ocmock.git",
- .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")
- ),
- .package(
- name: "leveldb",
- url: "https://github.com/firebase/leveldb.git",
- "1.22.1" ..< "1.23.0"
- ),
- // Branches need a force update with a run with the revision set like below.
- // .package(url: "https://github.com/paulb777/nanopb.git", .revision("564392bd87bd093c308a3aaed3997466efb95f74"))
- ],
- targets: [
- .target(
- name: "Firebase",
- path: "CoreOnly/Sources",
- publicHeadersPath: "./"
- ),
- .target(
- name: "FirebaseCore",
- dependencies: [
- "Firebase",
- "FirebaseCoreDiagnostics",
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "GULLogger", package: "GoogleUtilities"),
- ],
- path: "FirebaseCore/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../.."),
- .define("Firebase_VERSION", to: firebaseVersion),
- // TODO: - Add support for cflags cSetting so that we can set the -fno-autolink option
- ],
- linkerSettings: [
- .linkedFramework("UIKit", .when(platforms: [.iOS, .tvOS])),
- .linkedFramework("AppKit", .when(platforms: [.macOS])),
- ]
- ),
- .testTarget(
- name: "CoreUnit",
- dependencies: ["FirebaseCore", "SharedTestUtilities", "OCMock"],
- path: "FirebaseCore/Tests/Unit",
- exclude: ["Resources/GoogleService-Info.plist"],
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "FirebaseCoreDiagnostics",
- dependencies: [
- .product(name: "GoogleDataTransport", package: "GoogleDataTransport"),
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "GULLogger", package: "GoogleUtilities"),
- .product(name: "nanopb", package: "nanopb"),
- ],
- path: "Firebase/CoreDiagnostics/FIRCDLibrary",
- publicHeadersPath: ".",
- cSettings: [
- .headerSearchPath("../../.."),
- .define("PB_FIELD_32BIT", to: "1"),
- .define("PB_NO_PACKED_STRUCTS", to: "1"),
- .define("PB_ENABLE_MALLOC", to: "1"),
- ]
- ),
- .target(
- name: "FirebaseABTesting",
- dependencies: ["FirebaseCore"],
- path: "FirebaseABTesting/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ]
- ),
- .testTarget(
- name: "ABTestingUnit",
- dependencies: ["FirebaseABTesting", "OCMock"],
- path: "FirebaseABTesting/Tests/Unit",
- resources: [.process("Resources")],
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "FirebaseAnalyticsTarget",
- dependencies: [.target(name: "FirebaseAnalyticsWrapper",
- condition: .when(platforms: [.iOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseAnalyticsWrap"
- ),
- .target(
- name: "FirebaseAnalyticsWrapper",
- dependencies: [
- .target(name: "FirebaseAnalytics", condition: .when(platforms: [.iOS])),
- .product(name: "GoogleAppMeasurement",
- package: "GoogleAppMeasurement",
- condition: .when(platforms: [.iOS])),
- "FirebaseCore",
- "FirebaseInstallations",
- .product(name: "GULAppDelegateSwizzler", package: "GoogleUtilities"),
- .product(name: "GULMethodSwizzler", package: "GoogleUtilities"),
- .product(name: "GULNSData", package: "GoogleUtilities"),
- .product(name: "GULNetwork", package: "GoogleUtilities"),
- .product(name: "nanopb", package: "nanopb"),
- ],
- path: "FirebaseAnalyticsWrapper",
- linkerSettings: [
- .linkedLibrary("sqlite3"),
- .linkedLibrary("c++"),
- .linkedLibrary("z"),
- .linkedFramework("StoreKit"),
- ]
- ),
- .binaryTarget(
- name: "FirebaseAnalytics",
- url: "https://dl.google.com/firebase/ios/swiftpm/7.5.0/FirebaseAnalytics.zip",
- checksum: "2a622329e1f233d9bd38333c62c900854cb2eb9c63a00b65df14dadf4ef7988e"
- ),
- .target(
- name: "FirebaseAppDistributionTarget",
- dependencies: [.target(name: "FirebaseAppDistribution",
- condition: .when(platforms: [.iOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseAppDistributionWrap"
- ),
- .target(
- name: "FirebaseAppDistribution",
- dependencies: [
- "FirebaseCore",
- "FirebaseInstallations",
- .product(name: "GoogleDataTransport", package: "GoogleDataTransport"),
- .product(name: "GULAppDelegateSwizzler", package: "GoogleUtilities"),
- .product(name: "GULUserDefaults", package: "GoogleUtilities"),
- ],
- path: "FirebaseAppDistribution/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ]
- ),
- .testTarget(
- name: "AppDistributionUnit",
- dependencies: ["FirebaseAppDistribution", "OCMock"],
- path: "FirebaseAppDistribution/Tests/Unit",
- resources: [.process("Resources")],
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "FirebaseAuth",
- dependencies: [
- "FirebaseCore",
- .product(name: "GULAppDelegateSwizzler", package: "GoogleUtilities"),
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "GTMSessionFetcherCore", package: "GTMSessionFetcher"),
- ],
- path: "FirebaseAuth/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ],
- linkerSettings: [
- .linkedFramework("Security"),
- .linkedFramework("SafariServices", .when(platforms: [.iOS])),
- ]
- ),
- .testTarget(
- name: "AuthUnit",
- dependencies: ["FirebaseAuth", "OCMock"],
- path: "FirebaseAuth/Tests/Unit",
- exclude: [
- "FIRAuthKeychainServicesTests.m", // TODO: figure out SPM keychain testing
- "FIRAuthTests.m",
- "FIRUserTests.m",
- ],
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "FirebaseCrashlytics",
- dependencies: ["FirebaseCore", "FirebaseInstallations",
- .product(name: "GoogleDataTransport", package: "GoogleDataTransport"),
- .product(name: "FBLPromises", package: "Promises"),
- .product(name: "nanopb", package: "nanopb")],
- path: "Crashlytics",
- exclude: [
- "run",
- "CHANGELOG.md",
- "LICENSE",
- "README.md",
- "Data/",
- "Protos/",
- "ProtoSupport/",
- "UnitTests/",
- "generate_project.sh",
- "upload-symbols",
- "third_party/libunwind/LICENSE",
- ],
- sources: [
- "Crashlytics/",
- "Protogen/",
- "Shared/",
- "third_party/libunwind/dwarf.h",
- ],
- publicHeadersPath: "Crashlytics/Public",
- cSettings: [
- .headerSearchPath(".."),
- .define("DISPLAY_VERSION", to: firebaseVersion),
- .define("CLS_SDK_NAME", to: "Crashlytics iOS SDK", .when(platforms: [.iOS])),
- .define("CLS_SDK_NAME", to: "Crashlytics macOS SDK", .when(platforms: [.macOS])),
- .define("CLS_SDK_NAME", to: "Crashlytics tvOS SDK", .when(platforms: [.tvOS])),
- .define("CLS_SDK_NAME", to: "Crashlytics watchOS SDK", .when(platforms: [.watchOS])),
- .define("PB_FIELD_32BIT", to: "1"),
- .define("PB_NO_PACKED_STRUCTS", to: "1"),
- .define("PB_ENABLE_MALLOC", to: "1"),
- ],
- linkerSettings: [
- .linkedFramework("Security"),
- .linkedFramework("SystemConfiguration", .when(platforms: [.iOS, .macOS, .tvOS])),
- ]
- ),
- .target(
- name: "FirebaseDatabaseTarget",
- dependencies: [.target(name: "FirebaseDatabase",
- condition: .when(platforms: [.iOS, .tvOS, .macOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseDatabaseWrap"
- ),
- .target(
- name: "FirebaseDatabase",
- dependencies: [
- "FirebaseCore",
- "leveldb",
- ],
- path: "FirebaseDatabase/Sources",
- exclude: [
- "third_party/Wrap-leveldb/LICENSE",
- "third_party/SocketRocket/LICENSE",
- "third_party/FImmutableSortedDictionary/LICENSE",
- "third_party/SocketRocket/aa2297808c225710e267afece4439c256f6efdb3",
- ],
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ],
- linkerSettings: [
- .linkedFramework("CFNetwork"),
- .linkedFramework("Security"),
- .linkedFramework("SystemConfiguration", .when(platforms: [.iOS, .macOS, .tvOS])),
- ]
- ),
- .testTarget(
- name: "DatabaseUnit",
- dependencies: ["FirebaseDatabase", "OCMock", "SharedTestUtilities"],
- path: "FirebaseDatabase/Tests/",
- exclude: [
- "Integration/",
- ],
- resources: [.process("Resources")],
- cSettings: [
- .headerSearchPath("../.."),
- ]
- ),
- .target(
- name: "FirebaseDynamicLinksTarget",
- dependencies: [.target(name: "FirebaseDynamicLinks",
- condition: .when(platforms: [.iOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseDynamicLinksWrap"
- ),
- .target(
- name: "FirebaseDynamicLinks",
- dependencies: ["FirebaseCore"],
- path: "FirebaseDynamicLinks/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- .define("FIRDynamicLinks3P", to: "1"),
- .define("GIN_SCION_LOGGING", to: "1"),
- ],
- linkerSettings: [
- .linkedFramework("QuartzCore"),
- ]
- ),
- .target(
- name: "FirebaseFirestoreTarget",
- dependencies: [.target(name: "FirebaseFirestore",
- condition: .when(platforms: [.iOS, .tvOS, .macOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseFirestoreWrap"
- ),
- .target(
- name: "FirebaseFirestore",
- dependencies: [
- "FirebaseCore",
- "leveldb",
- .product(name: "nanopb", package: "nanopb"),
- .product(name: "abseil", package: "abseil"),
- .product(name: "gRPC-cpp", package: "gRPC"),
- ],
- path: "Firestore",
- exclude: [
- "CHANGELOG.md",
- "CMakeLists.txt",
- "Example/",
- "Protos/CMakeLists.txt",
- "Protos/Podfile",
- "Protos/README.md",
- "Protos/build_protos.py",
- "Protos/cpp/",
- "Protos/lib/",
- "Protos/nanopb_cpp_generator.py",
- "Protos/protos/",
- "README.md",
- "Source/CMakeLists.txt",
- "Swift/",
- "core/CMakeLists.txt",
- "core/src/util/config_detected.h.in",
- "core/test/",
- "fuzzing/",
- "test.sh",
- "third_party/",
- // Exclude alternate implementations for other platforms
- "core/src/api/input_validation_std.cc",
- "core/src/remote/connectivity_monitor_noop.cc",
- "core/src/util/filesystem_win.cc",
- "core/src/util/hard_assert_stdio.cc",
- "core/src/util/log_stdio.cc",
- "core/src/util/secure_random_openssl.cc",
- ],
- sources: [
- "Source/",
- "Protos/nanopb/",
- "core/include/",
- "core/src",
- ],
- publicHeadersPath: "Source/Public",
- cSettings: [
- .headerSearchPath("../"),
- .headerSearchPath("Source/Public/FirebaseFirestore"),
- .headerSearchPath("Protos/nanopb"),
- .define("PB_FIELD_32BIT", to: "1"),
- .define("PB_NO_PACKED_STRUCTS", to: "1"),
- .define("PB_ENABLE_MALLOC", to: "1"),
- .define("FIRFirestore_VERSION", to: firebaseVersion),
- ],
- linkerSettings: [
- .linkedFramework("SystemConfiguration", .when(platforms: [.iOS, .macOS, .tvOS])),
- .linkedFramework("UIKit", .when(platforms: [.iOS, .tvOS])),
- .linkedLibrary("c++"),
- ]
- ),
- .target(
- name: "FirebaseFirestoreSwiftTarget",
- dependencies: [.target(name: "FirebaseFirestoreSwift",
- condition: .when(platforms: [.iOS, .tvOS, .macOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseFirestoreSwiftWrap"
- ),
- .target(
- name: "FirebaseFirestoreSwift",
- dependencies: ["FirebaseFirestore"],
- path: "Firestore",
- exclude: [
- "CHANGELOG.md",
- "CMakeLists.txt",
- "Example/",
- "Protos/",
- "README.md",
- "Source/",
- "core/",
- "fuzzing/",
- "test.sh",
- "Swift/CHANGELOG.md",
- "Swift/README.md",
- "Swift/Tests/",
- "third_party/FirestoreEncoder/LICENSE",
- "third_party/FirestoreEncoder/METADATA",
- ],
- sources: [
- "Swift/Source/",
- "third_party/FirestoreEncoder/",
- ]
- ),
- .target(
- name: "FirebaseFunctionsTarget",
- dependencies: [.target(name: "FirebaseFunctions",
- condition: .when(platforms: [.iOS, .tvOS, .macOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseFunctionsWrap"
- ),
- .target(
- name: "FirebaseFunctions",
- dependencies: [
- "FirebaseCore",
- .product(name: "GTMSessionFetcherCore", package: "GTMSessionFetcher"),
- ],
- path: "Functions/FirebaseFunctions",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ]
- ),
- .target(
- name: "FirebaseInAppMessagingTarget",
- dependencies: [.target(name: "FirebaseInAppMessaging",
- condition: .when(platforms: [.iOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseInAppMessagingWrap"
- ),
- .target(
- name: "FirebaseInAppMessaging",
- dependencies: [
- "FirebaseCore",
- "FirebaseInstallations",
- "FirebaseABTesting",
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "nanopb", package: "nanopb"),
- ],
- path: "FirebaseInAppMessaging/Sources",
- exclude: [
- "DefaultUI/CHANGELOG.md",
- "DefaultUI/README.md",
- ],
- resources: [.process("Resources")],
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- .define("PB_FIELD_32BIT", to: "1"),
- .define("PB_NO_PACKED_STRUCTS", to: "1"),
- .define("PB_ENABLE_MALLOC", to: "1"),
- ]
- ),
- .target(
- name: "FirebaseInstanceID",
- dependencies: [
- "FirebaseCore",
- "FirebaseInstallations",
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "GULUserDefaults", package: "GoogleUtilities"),
- ],
- path: "Firebase/InstanceID",
- exclude: [
- "CHANGELOG.md",
- ],
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ]
- ),
- .target(
- name: "FirebaseInstallations",
- dependencies: [
- "FirebaseCore",
- .product(name: "FBLPromises", package: "Promises"),
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "GULUserDefaults", package: "GoogleUtilities"),
- ],
- path: "FirebaseInstallations/Source/Library",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../../"),
- ],
- linkerSettings: [
- .linkedFramework("Security"),
- ]
- ),
- .target(
- name: "FirebaseMLModelDownloader",
- dependencies: [
- "FirebaseCore",
- "FirebaseInstallations",
- .product(name: "GULLogger", package: "GoogleUtilities"),
- "SwiftProtobuf",
- ],
- path: "FirebaseMLModelDownloader/Sources",
- exclude: [
- "proto/firebase_ml_log_sdk.proto",
- ],
- cSettings: [
- .define("FIRMLModelDownloader_VERSION", to: firebaseVersion),
- ]
- ),
- .testTarget(
- name: "FirebaseMLModelDownloaderUnit",
- dependencies: ["FirebaseMLModelDownloader"],
- path: "FirebaseMLModelDownloader/Tests/Unit"
- ),
- .target(
- name: "FirebaseMessaging",
- dependencies: [
- "FirebaseCore",
- "FirebaseInstanceID",
- .product(name: "GULAppDelegateSwizzler", package: "GoogleUtilities"),
- .product(name: "GULEnvironment", package: "GoogleUtilities"),
- .product(name: "GULReachability", package: "GoogleUtilities"),
- .product(name: "GULUserDefaults", package: "GoogleUtilities"),
- ],
- path: "FirebaseMessaging/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ],
- linkerSettings: [
- .linkedFramework("SystemConfiguration", .when(platforms: [.iOS, .macOS, .tvOS])),
- ]
- ),
- .testTarget(
- name: "MessagingUnit",
- dependencies: ["FirebaseMessaging", "OCMock"],
- path: "FirebaseMessaging/Tests/UnitTests",
- exclude: [
- "FIRMessagingContextManagerServiceTest.m", // TODO: Adapt its NSBundle usage to SPM.
- ],
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "SharedTestUtilities",
- dependencies: ["FirebaseCore", "OCMock"],
- path: "SharedTestUtilities",
- publicHeadersPath: "./",
- cSettings: [
- .headerSearchPath("../"),
- ]
- ),
- .target(
- name: "FirebaseRemoteConfigTarget",
- dependencies: [.target(name: "FirebaseRemoteConfig",
- condition: .when(platforms: [.iOS, .tvOS, .macOS]))],
- path: "SwiftPM-PlatformExclude/FirebaseRemoteConfigWrap"
- ),
- .target(
- name: "FirebaseRemoteConfig",
- dependencies: [
- "FirebaseCore",
- "FirebaseABTesting",
- "FirebaseInstallations",
- .product(name: "GULNSData", package: "GoogleUtilities"),
- ],
- path: "FirebaseRemoteConfig/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ]
- ),
- .testTarget(
- name: "RemoteConfigUnit",
- dependencies: ["FirebaseRemoteConfig", "OCMock"],
- path: "FirebaseRemoteConfig/Tests/Unit",
- exclude: [
- // Need to be evaluated/ported to RC V2.
- "RCNConfigAnalyticsTest.m",
- "RCNConfigSettingsTest.m",
- "RCNConfigTest.m",
- "RCNRemoteConfig+FIRAppTest.m",
- "RCNThrottlingTests.m",
- ],
- resources: [
- .process("SecondApp-GoogleService-Info.plist"),
- .process("Defaults-testInfo.plist"),
- .process("TestABTPayload.txt"),
- ],
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "FirebaseStorage",
- dependencies: [
- "FirebaseCore",
- .product(name: "GTMSessionFetcherCore", package: "GTMSessionFetcher"),
- ],
- path: "FirebaseStorage/Sources",
- publicHeadersPath: "Public",
- cSettings: [
- .headerSearchPath("../../"),
- ],
- linkerSettings: [
- .linkedFramework("MobileCoreServices", .when(platforms: [.iOS])),
- .linkedFramework("CoreServices", .when(platforms: [.macOS])),
- ]
- ),
- .testTarget(
- name: "StorageUnit",
- dependencies: ["FirebaseStorage", "OCMock", "SharedTestUtilities"],
- path: "FirebaseStorage/Tests/Unit",
- cSettings: [
- .headerSearchPath("../../.."),
- ]
- ),
- .target(
- name: "FirebaseStorageSwift",
- dependencies: ["FirebaseStorage"],
- path: "FirebaseStorageSwift/Sources"
- ),
- .testTarget(
- name: "swift-test",
- dependencies: [
- "FirebaseAuth",
- "FirebaseABTesting",
- .target(name: "FirebaseAppDistribution",
- condition: .when(platforms: [.iOS])),
- "Firebase",
- "FirebaseCrashlytics",
- "FirebaseCore",
- "FirebaseDatabase",
- "FirebaseDynamicLinks",
- "FirebaseFirestore",
- "FirebaseFirestoreSwift",
- "FirebaseFunctions",
- "FirebaseInAppMessaging",
- "FirebaseInstallations",
- "FirebaseMessaging",
- "FirebaseRemoteConfig",
- "FirebaseStorage",
- "FirebaseStorageSwift",
- .product(name: "nanopb", package: "nanopb"),
- ],
- path: "SwiftPMTests/swift-test"
- ),
- .testTarget(
- name: "analytics-import-test",
- dependencies: [
- "FirebaseAnalyticsWrapper",
- "Firebase",
- ],
- path: "SwiftPMTests/analytics-import-test"
- ),
- .testTarget(
- name: "objc-import-test",
- dependencies: [
- "FirebaseAuth",
- "FirebaseABTesting",
- .target(name: "FirebaseAppDistribution",
- condition: .when(platforms: [.iOS])),
- "Firebase",
- "FirebaseCrashlytics",
- "FirebaseCore",
- "FirebaseDatabase",
- "FirebaseDynamicLinks",
- "FirebaseFirestore",
- "FirebaseFunctions",
- "FirebaseInAppMessaging",
- "FirebaseInstallations",
- "FirebaseMessaging",
- "FirebaseRemoteConfig",
- "FirebaseStorage",
- ],
- path: "SwiftPMTests/objc-import-test"
- ),
- .testTarget(
- name: "version-test",
- dependencies: [
- "FirebaseCore",
- ],
- path: "SwiftPMTests/version-test",
- cSettings: [
- .define("FIR_VERSION", to: firebaseVersion),
- ]
- ),
- ],
- cLanguageStandard: .c99,
- cxxLanguageStandard: CXXLanguageStandard.gnucxx14
- )
|