-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Crash Reporting] Replace Bugsnag with Crashlytics
It was a fun ride, but I think I want to try something different. Users, please be sure not to have DNS blocking for Crashlytics if you want me to have any useful bug reporting info if it crashes on you, or otherwise blows up. Otherwise, I don't get any useful data to help me fix crashes. Signed-off-by: Christopher Snowhill <[email protected]>
- Loading branch information
Showing
8 changed files
with
217 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
113 changes: 113 additions & 0 deletions
113
Cog.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "abseil-cpp-swiftpm", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/abseil-cpp-SwiftPM.git", | ||
"state" : { | ||
"revision" : "d302de612e3d57c6f4afaf087da18fba8eac72a7", | ||
"version" : "0.20220203.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "boringssl-swiftpm", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/boringssl-SwiftPM.git", | ||
"state" : { | ||
"revision" : "79db6516894a932d0ddaff3b05b9da1e4f6c4069", | ||
"version" : "0.9.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "firebase-ios-sdk", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/firebase-ios-sdk", | ||
"state" : { | ||
"revision" : "2eb177effe7baf1f13ad0c5f4eb8c71a98429fb5", | ||
"version" : "9.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googleappmeasurement", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleAppMeasurement.git", | ||
"state" : { | ||
"revision" : "192cce3e0486aecfdb61102a9c694c78dc89dc48", | ||
"version" : "9.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googledatatransport", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleDataTransport.git", | ||
"state" : { | ||
"revision" : "b905c49326b72211531ed9d7baa02d724828a8dc", | ||
"version" : "9.1.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "googleutilities", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleUtilities.git", | ||
"state" : { | ||
"revision" : "f4abe56ce62a779e64b525eb133c8fc2a84bbc1f", | ||
"version" : "7.7.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "grpc-ios", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/grpc/grpc-ios.git", | ||
"state" : { | ||
"revision" : "2af4f6e9c2b18beae228f50b1198c641be859d2b", | ||
"version" : "1.44.2-grpc" | ||
} | ||
}, | ||
{ | ||
"identity" : "gtm-session-fetcher", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/gtm-session-fetcher.git", | ||
"state" : { | ||
"revision" : "19605024d59eaefdb1f6a2cb11ebe75df4421126", | ||
"version" : "2.0.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "leveldb", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/leveldb.git", | ||
"state" : { | ||
"revision" : "0706abcc6b0bd9cedfbb015ba840e4a780b5159b", | ||
"version" : "1.22.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "nanopb", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/nanopb.git", | ||
"state" : { | ||
"revision" : "819d0a2173aff699fb8c364b6fb906f7cdb1a692", | ||
"version" : "2.30909.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "promises", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/promises.git", | ||
"state" : { | ||
"revision" : "46c1e6b5ac09d8f82c991061c659f67e573d425d", | ||
"version" : "2.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-protobuf", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-protobuf.git", | ||
"state" : { | ||
"revision" : "e1499bc69b9040b29184f7f2996f7bab467c1639", | ||
"version" : "1.19.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CLIENT_ID</key> | ||
<string>408808922471-d9rq3oulde6o2et6djf7m1ul6svrpoqf.apps.googleusercontent.com</string> | ||
<key>REVERSED_CLIENT_ID</key> | ||
<string>com.googleusercontent.apps.408808922471-d9rq3oulde6o2et6djf7m1ul6svrpoqf</string> | ||
<key>API_KEY</key> | ||
<string>AIzaSyDP_Bef1CjnJHKfDBfcVFUS38JVO4dFa50</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>408808922471</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>org.cogx.cog</string> | ||
<key>PROJECT_ID</key> | ||
<string>cog-macos</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>cog-macos.appspot.com</string> | ||
<key>IS_ADS_ENABLED</key> | ||
<false></false> | ||
<key>IS_ANALYTICS_ENABLED</key> | ||
<false></false> | ||
<key>IS_APPINVITE_ENABLED</key> | ||
<true></true> | ||
<key>IS_GCM_ENABLED</key> | ||
<true></true> | ||
<key>IS_SIGNIN_ENABLED</key> | ||
<true></true> | ||
<key>GOOGLE_APP_ID</key> | ||
<string>1:408808922471:ios:5932eaf2b161b424eba3c2</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bugsnag-cocoa
deleted from
efd8dc