forked from CCExtractor/beacon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Files and Dependencies (CCExtractor#24)
* auto updated files * updated dependencies * iOS auto-updated files
- Loading branch information
1 parent
d9455a0
commit c5a18e6
Showing
8 changed files
with
256 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" | ||
#include "Generated.xcconfig" |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" | ||
#include "Generated.xcconfig" |
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,41 @@ | ||
# Uncomment this line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency. | ||
ENV['COCOAPODS_DISABLE_STATS'] = 'true' | ||
|
||
project 'Runner', { | ||
'Debug' => :debug, | ||
'Profile' => :release, | ||
'Release' => :release, | ||
} | ||
|
||
def flutter_root | ||
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) | ||
unless File.exist?(generated_xcode_build_settings_path) | ||
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" | ||
end | ||
|
||
File.foreach(generated_xcode_build_settings_path) do |line| | ||
matches = line.match(/FLUTTER_ROOT\=(.*)/) | ||
return matches[1].strip if matches | ||
end | ||
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" | ||
end | ||
|
||
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) | ||
|
||
flutter_ios_podfile_setup | ||
|
||
target 'Runner' do | ||
use_frameworks! | ||
use_modular_headers! | ||
|
||
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) | ||
end | ||
|
||
post_install do |installer| | ||
installer.pods_project.targets.each do |target| | ||
flutter_additional_ios_build_settings(target) | ||
end | ||
end |
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,107 @@ | ||
PODS: | ||
- connectivity_plus (0.0.1): | ||
- Flutter | ||
- Reachability | ||
- Flutter (1.0.0) | ||
- flutter_config (0.0.1): | ||
- Flutter | ||
- flutter_local_notifications (0.0.1): | ||
- Flutter | ||
- fluttertoast (0.0.2): | ||
- Flutter | ||
- Toast | ||
- geocoder (0.0.1): | ||
- Flutter | ||
- geolocator (6.2.0): | ||
- Flutter | ||
- google_maps_flutter (0.0.1): | ||
- Flutter | ||
- GoogleMaps | ||
- GoogleMaps (4.1.0): | ||
- GoogleMaps/Maps (= 4.1.0) | ||
- GoogleMaps/Base (4.1.0) | ||
- GoogleMaps/Maps (4.1.0): | ||
- GoogleMaps/Base | ||
- location (0.0.1): | ||
- Flutter | ||
- path_provider (0.0.1): | ||
- Flutter | ||
- Reachability (3.2) | ||
- share (0.0.1): | ||
- Flutter | ||
- shared_preferences (0.0.1): | ||
- Flutter | ||
- Toast (4.0.0) | ||
- uni_links (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`) | ||
- Flutter (from `Flutter`) | ||
- flutter_config (from `.symlinks/plugins/flutter_config/ios`) | ||
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`) | ||
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) | ||
- geocoder (from `.symlinks/plugins/geocoder/ios`) | ||
- geolocator (from `.symlinks/plugins/geolocator/ios`) | ||
- google_maps_flutter (from `.symlinks/plugins/google_maps_flutter/ios`) | ||
- location (from `.symlinks/plugins/location/ios`) | ||
- path_provider (from `.symlinks/plugins/path_provider/ios`) | ||
- share (from `.symlinks/plugins/share/ios`) | ||
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) | ||
- uni_links (from `.symlinks/plugins/uni_links/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- GoogleMaps | ||
- Reachability | ||
- Toast | ||
|
||
EXTERNAL SOURCES: | ||
connectivity_plus: | ||
:path: ".symlinks/plugins/connectivity_plus/ios" | ||
Flutter: | ||
:path: Flutter | ||
flutter_config: | ||
:path: ".symlinks/plugins/flutter_config/ios" | ||
flutter_local_notifications: | ||
:path: ".symlinks/plugins/flutter_local_notifications/ios" | ||
fluttertoast: | ||
:path: ".symlinks/plugins/fluttertoast/ios" | ||
geocoder: | ||
:path: ".symlinks/plugins/geocoder/ios" | ||
geolocator: | ||
:path: ".symlinks/plugins/geolocator/ios" | ||
google_maps_flutter: | ||
:path: ".symlinks/plugins/google_maps_flutter/ios" | ||
location: | ||
:path: ".symlinks/plugins/location/ios" | ||
path_provider: | ||
:path: ".symlinks/plugins/path_provider/ios" | ||
share: | ||
:path: ".symlinks/plugins/share/ios" | ||
shared_preferences: | ||
:path: ".symlinks/plugins/shared_preferences/ios" | ||
uni_links: | ||
:path: ".symlinks/plugins/uni_links/ios" | ||
|
||
SPEC CHECKSUMS: | ||
connectivity_plus: 5f0eb61093bec56935f21a1699dd2758bc895587 | ||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a | ||
flutter_config: 2226c1df19c78fe34a05eb7f1363445f18e76fc1 | ||
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743 | ||
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58 | ||
geocoder: 3cfab70531a0b367e917bafe82df4c30f6d4c45a | ||
geolocator: f5e3de65e241caba7ce3e8a618803387bda73384 | ||
google_maps_flutter: df4e7de95264aa0a2f11aac0fc7e313acb8ffc7e | ||
GoogleMaps: 008e2c80e38605b56b560e8deb73d4194ff30bef | ||
location: 3a2eed4dd2fab25e7b7baf2a9efefe82b512d740 | ||
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c | ||
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96 | ||
share: 0b2c3e82132f5888bccca3351c504d0003b3b410 | ||
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d | ||
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196 | ||
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a | ||
|
||
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c | ||
|
||
COCOAPODS: 1.11.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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.