Redirects logs and non-fatal errors to Crashlytics
What's New
4.0.1
2025-01-10T06:07:48Z
Description
- Swift Tools 6.0.0
Description
{
"name": "BlackBoxFirebaseCrashlytics",
"path": "/usr/src/package",
"targets": [
{
"name": "BlackBoxFirebaseCrashlyticsTests",
"path": "Tests/BlackBoxFirebaseCrashlyticsTests",
"type": "test",
"c99name": "BlackBoxFirebaseCrashlyticsTests",
"sources": [
"BlackBoxTestCase.swift",
"CrashlyticsLoggerTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"BlackBoxFirebaseCrashlytics"
],
"product_dependencies": [
"BlackBox"
]
},
{
"name": "BlackBoxFirebaseCrashlytics",
"path": "Sources/BlackBoxFirebaseCrashlytics",
"type": "library",
"c99name": "BlackBoxFirebaseCrashlytics",
"sources": [
"CrashlyticsLogger.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"BlackBoxFirebaseCrashlytics"
],
"product_dependencies": [
"BlackBox",
"FirebaseCrashlytics"
]
}
],
"products": [
{
"name": "BlackBoxFirebaseCrashlytics",
"type": {
"library": [
"automatic"
]
},
"targets": [
"BlackBoxFirebaseCrashlytics"
]
}
],
"platforms": [
{
"name": "ios",
"version": "12.0"
},
{
"name": "macos",
"version": "10.15"
},
{
"name": "tvos",
"version": "13.0"
},
{
"name": "watchos",
"version": "7.0"
}
],
"dependencies": [
{
"url": "https://github.com/dodobrands/BlackBox.git",
"type": "sourceControl",
"identity": "blackbox",
"requirement": {
"range": [
{
"lower_bound": "4.0.1",
"upper_bound": "5.0.0"
}
]
}
},
{
"url": "https://github.com/firebase/firebase-ios-sdk.git",
"type": "sourceControl",
"identity": "firebase-ios-sdk",
"requirement": {
"range": [
{
"lower_bound": "11.6.0",
"upper_bound": "12.0.0"
}
]
}
}
],
"tools_version": "6.0",
"manifest_display_name": "BlackBoxFirebaseCrashlytics",
"swift_languages_versions": [
"6"
]
}
Package Dump
{
"name": "BlackBoxFirebaseCrashlytics",
"traits": [],
"targets": [
{
"name": "BlackBoxFirebaseCrashlytics",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"BlackBox",
null
]
},
{
"product": [
"FirebaseCrashlytics",
"firebase-ios-sdk",
null,
null
]
}
],
"packageAccess": true
},
{
"name": "BlackBoxFirebaseCrashlyticsTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"target": [
"BlackBoxFirebaseCrashlytics",
null
]
},
{
"byName": [
"BlackBox",
null
]
}
],
"packageAccess": true
}
],
"products": [
{
"name": "BlackBoxFirebaseCrashlytics",
"type": {
"library": [
"automatic"
]
},
"targets": [
"BlackBoxFirebaseCrashlytics"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "ios"
},
{
"options": [],
"version": "10.15",
"platformName": "macos"
},
{
"options": [],
"version": "13.0",
"platformName": "tvos"
},
{
"options": [],
"version": "7.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "blackbox",
"location": {
"remote": [
{
"urlString": "https://github.com/dodobrands/BlackBox.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "4.0.1",
"upperBound": "5.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "firebase-ios-sdk",
"location": {
"remote": [
{
"urlString": "https://github.com/firebase/firebase-ios-sdk.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "11.6.0",
"upperBound": "12.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "6.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": [
"6"
]
}
Dependencies
Dependencies
{
"url": "/usr/src/package",
"name": "BlackBoxFirebaseCrashlytics",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/dodobrands/BlackBox.git",
"name": "BlackBox",
"path": "/usr/src/package/.build/checkouts/BlackBox",
"version": "4.0.1",
"identity": "blackbox",
"dependencies": [
{
"url": "https://github.com/dodobrands/DBThreadSafe-ios.git",
"name": "DBThreadSafe",
"path": "/usr/src/package/.build/checkouts/DBThreadSafe-ios",
"version": "2.1.0",
"identity": "dbthreadsafe-ios",
"dependencies": []
}
]
},
{
"url": "https://github.com/firebase/firebase-ios-sdk.git",
"name": "Firebase",
"path": "/usr/src/package/.build/checkouts/firebase-ios-sdk",
"version": "11.6.0",
"identity": "firebase-ios-sdk",
"dependencies": [
{
"url": "https://github.com/google/promises.git",
"name": "Promises",
"path": "/usr/src/package/.build/checkouts/promises",
"version": "2.4.0",
"identity": "promises",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-protobuf.git",
"name": "SwiftProtobuf",
"path": "/usr/src/package/.build/checkouts/swift-protobuf",
"version": "1.20.3",
"identity": "swift-protobuf",
"dependencies": []
},
{
"url": "https://github.com/google/GoogleAppMeasurement.git",
"name": "GoogleAppMeasurement",
"path": "/usr/src/package/.build/checkouts/GoogleAppMeasurement",
"version": "11.4.0",
"identity": "googleappmeasurement",
"dependencies": [
{
"url": "https://github.com/google/GoogleUtilities.git",
"name": "GoogleUtilities",
"path": "/usr/src/package/.build/checkouts/GoogleUtilities",
"version": "8.0.2",
"identity": "googleutilities",
"dependencies": []
},
{
"url": "https://github.com/firebase/nanopb.git",
"name": "nanopb",
"path": "/usr/src/package/.build/checkouts/nanopb",
"version": "2.30910.0",
"identity": "nanopb",
"dependencies": []
}
]
},
{
"url": "https://github.com/google/GoogleDataTransport.git",
"name": "GoogleDataTransport",
"path": "/usr/src/package/.build/checkouts/GoogleDataTransport",
"version": "10.1.0",
"identity": "googledatatransport",
"dependencies": [
{
"url": "https://github.com/firebase/nanopb.git",
"name": "nanopb",
"path": "/usr/src/package/.build/checkouts/nanopb",
"version": "2.30910.0",
"identity": "nanopb",
"dependencies": []
},
{
"url": "https://github.com/google/promises.git",
"name": "Promises",
"path": "/usr/src/package/.build/checkouts/promises",
"version": "2.4.0",
"identity": "promises",
"dependencies": []
}
]
},
{
"url": "https://github.com/google/GoogleUtilities.git",
"name": "GoogleUtilities",
"path": "/usr/src/package/.build/checkouts/GoogleUtilities",
"version": "8.0.2",
"identity": "googleutilities",
"dependencies": []
},
{
"url": "https://github.com/google/gtm-session-fetcher.git",
"name": "GTMSessionFetcher",
"path": "/usr/src/package/.build/checkouts/gtm-session-fetcher",
"version": "4.1.0",
"identity": "gtm-session-fetcher",
"dependencies": []
},
{
"url": "https://github.com/firebase/nanopb.git",
"name": "nanopb",
"path": "/usr/src/package/.build/checkouts/nanopb",
"version": "2.30910.0",
"identity": "nanopb",
"dependencies": []
},
{
"url": "https://github.com/google/abseil-cpp-binary.git",
"name": "abseil",
"path": "/usr/src/package/.build/checkouts/abseil-cpp-binary",
"version": "1.2024011602.0",
"identity": "abseil-cpp-binary",
"dependencies": []
},
{
"url": "https://github.com/google/grpc-binary.git",
"name": "gRPC",
"path": "/usr/src/package/.build/checkouts/grpc-binary",
"version": "1.65.1",
"identity": "grpc-binary",
"dependencies": [
{
"url": "https://github.com/google/abseil-cpp-binary.git",
"name": "abseil",
"path": "/usr/src/package/.build/checkouts/abseil-cpp-binary",
"version": "1.2024011602.0",
"identity": "abseil-cpp-binary",
"dependencies": []
}
]
},
{
"url": "https://github.com/firebase/leveldb.git",
"name": "leveldb",
"path": "/usr/src/package/.build/checkouts/leveldb",
"version": "1.22.2",
"identity": "leveldb",
"dependencies": []
},
{
"url": "https://github.com/google/interop-ios-for-google-sdks.git",
"name": "InteropForGoogle",
"path": "/usr/src/package/.build/checkouts/interop-ios-for-google-sdks",
"version": "100.0.0",
"identity": "interop-ios-for-google-sdks",
"dependencies": []
},
{
"url": "https://github.com/google/app-check.git",
"name": "AppCheck",
"path": "/usr/src/package/.build/checkouts/app-check",
"version": "11.2.0",
"identity": "app-check",
"dependencies": [
{
"url": "https://github.com/google/promises.git",
"name": "Promises",
"path": "/usr/src/package/.build/checkouts/promises",
"version": "2.4.0",
"identity": "promises",
"dependencies": []
},
{
"url": "https://github.com/google/GoogleUtilities.git",
"name": "GoogleUtilities",
"path": "/usr/src/package/.build/checkouts/GoogleUtilities",
"version": "8.0.2",
"identity": "googleutilities",
"dependencies": []
}
]
}
]
}
]
}