diff --git a/rollbar_flutter/example/.gitignore b/rollbar_flutter/example/.gitignore index 11a3c9c..128fcf2 100644 --- a/rollbar_flutter/example/.gitignore +++ b/rollbar_flutter/example/.gitignore @@ -15,10 +15,8 @@ *.iws .idea/ -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ +# Cocoapods +ios/Podfile.lock # Flutter/Dart/Pub related **/doc/api/ diff --git a/rollbar_flutter/example/ios/Podfile.lock b/rollbar_flutter/example/ios/Podfile.lock deleted file mode 100644 index 21bd87a..0000000 --- a/rollbar_flutter/example/ios/Podfile.lock +++ /dev/null @@ -1,76 +0,0 @@ -PODS: - - connectivity_plus (0.0.1): - - Flutter - - ReachabilitySwift - - Flutter (1.0.0) - - PLCrashReporter (1.10.2) - - ReachabilitySwift (5.0.0) - - rollbar_flutter (1.2.0): - - Flutter - - RollbarNotifier (~> 2.3.4) - - RollbarPLCrashReporter (~> 2.3.4) - - RollbarCommon (2.3.4) - - RollbarNotifier (2.3.4): - - RollbarCommon (~> 2.3.4) - - RollbarPLCrashReporter (2.3.4): - - PLCrashReporter (~> 1.10.1) - - RollbarCommon (~> 2.3.4) - - sqlite3 (3.39.3): - - sqlite3/common (= 3.39.3) - - sqlite3/common (3.39.3) - - sqlite3/fts5 (3.39.3): - - sqlite3/common - - sqlite3/json1 (3.39.3): - - sqlite3/common - - sqlite3/perf-threadsafe (3.39.3): - - sqlite3/common - - sqlite3/rtree (3.39.3): - - sqlite3/common - - sqlite3_flutter_libs (0.0.1): - - Flutter - - sqlite3 (~> 3.39.2) - - sqlite3/fts5 - - sqlite3/json1 - - sqlite3/perf-threadsafe - - sqlite3/rtree - -DEPENDENCIES: - - connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`) - - Flutter (from `Flutter`) - - rollbar_flutter (from `.symlinks/plugins/rollbar_flutter/ios`) - - sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`) - -SPEC REPOS: - trunk: - - PLCrashReporter - - ReachabilitySwift - - RollbarCommon - - RollbarNotifier - - RollbarPLCrashReporter - - sqlite3 - -EXTERNAL SOURCES: - connectivity_plus: - :path: ".symlinks/plugins/connectivity_plus/ios" - Flutter: - :path: Flutter - rollbar_flutter: - :path: ".symlinks/plugins/rollbar_flutter/ios" - sqlite3_flutter_libs: - :path: ".symlinks/plugins/sqlite3_flutter_libs/ios" - -SPEC CHECKSUMS: - connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e - Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - PLCrashReporter: 2a08001f8e6a30abe405ee8f13d2753cfb5d682a - ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 - rollbar_flutter: 9f339bf9f7dbc80265690846bd6b1cbb6e2e8c8b - RollbarCommon: 9a8198f5141aba65441c63e76b2ec4bc1a05cd2f - RollbarNotifier: 97b177c3493571f74cef5f793801c4a191f4d918 - RollbarPLCrashReporter: bf0e742bd2d799d4c79a83108e4e7bfd6107db87 - sqlite3: 50117e9e063a9ef2b865f7bdf2f2601e5d368e9a - sqlite3_flutter_libs: 1641350489d5c2bcb9d0773ade9693624111b24c - -PODFILE CHECKSUM: d2243213672c3c48aae53c36642ba411a6be7309 - -COCOAPODS: 1.11.3