-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
1,446 additions
and
193 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,6 +1,37 @@ | ||
# Flutter-related | ||
**/Flutter/ephemeral/ | ||
**/dgph | ||
*.mode1v3 | ||
*.mode2v3 | ||
*.moved-aside | ||
*.pbxuser | ||
*.perspectivev3 | ||
**/*sync/ | ||
.sconsign.dblite | ||
.tags* | ||
**/.vagrant/ | ||
**/DerivedData/ | ||
Icon? | ||
**/Pods/ | ||
**/.symlinks/ | ||
profile | ||
xcuserdata | ||
**/.generated/ | ||
Flutter/App.framework | ||
Flutter/Flutter.framework | ||
Flutter/Flutter.podspec | ||
Flutter/Generated.xcconfig | ||
Flutter/app.flx | ||
Flutter/app.zip | ||
Flutter/flutter_assets/ | ||
Flutter/flutter_export_environment.sh | ||
ServiceDefinitions.json | ||
Runner/GeneratedPluginRegistrant.* | ||
Runner/GoogleService-Info.plist | ||
|
||
# Xcode-related | ||
**/xcuserdata/ | ||
# Exceptions to above rules. | ||
!default.mode1v3 | ||
!default.mode2v3 | ||
!default.pbxuser | ||
!default.perspectivev3 | ||
|
||
Runner.ipa | ||
Runner.app.dSYM.zip |
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,3 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" | ||
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" | ||
#include "ephemeral/Flutter-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,3 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" | ||
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" | ||
#include "ephemeral/Flutter-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 @@ | ||
example.app |
14 changes: 14 additions & 0 deletions
14
example/macos/Flutter/ephemeral/Flutter-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,14 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/mono/fvm/versions/stable | ||
FLUTTER_APPLICATION_PATH=/Users/mono/Git/adaptive_dialog/example | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_TARGET=/Users/mono/Git/adaptive_dialog/example/lib/main.dart | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
EXCLUDED_ARCHS=arm64 | ||
DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=/Users/mono/Git/adaptive_dialog/example/.dart_tool/package_config.json |
1,272 changes: 1,272 additions & 0 deletions
1,272
example/macos/Flutter/ephemeral/FlutterInputs.xcfilelist
Large diffs are not rendered by default.
Oops, something went wrong.
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,18 @@ | ||
# | ||
# NOTE: This podspec is NOT to be published. It is only used as a local source! | ||
# This is a generated file; do not edit or check into version control. | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'FlutterMacOS' | ||
s.version = '1.0.0' | ||
s.summary = 'High-performance, high-fidelity mobile apps.' | ||
s.homepage = 'https://flutter.io' | ||
s.license = { :type => 'MIT' } | ||
s.author = { 'Flutter Dev Team' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } | ||
s.osx.deployment_target = '10.11' | ||
# Framework linking is handled by Flutter tooling, not CocoaPods. | ||
# Add a placeholder to satisfy `s.dependency 'FlutterMacOS'` plugin podspecs. | ||
s.vendored_frameworks = 'path/to/nothing' | ||
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,10 @@ | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/App | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data | ||
/Users/mono/Git/adaptive_dialog/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/FlutterMacOS |
15 changes: 15 additions & 0 deletions
15
example/macos/Flutter/ephemeral/flutter_export_environment.sh
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,15 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/mono/fvm/versions/stable" | ||
export "FLUTTER_APPLICATION_PATH=/Users/mono/Git/adaptive_dialog/example" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_TARGET=/Users/mono/Git/adaptive_dialog/example/lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "EXCLUDED_ARCHS=arm64" | ||
export "DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=/Users/mono/Git/adaptive_dialog/example/.dart_tool/package_config.json" |
Empty file.
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,59 +1,22 @@ | ||
PODS: | ||
- FlutterMacOS (1.0.0) | ||
- FMDB (2.7.5): | ||
- FMDB/standard (= 2.7.5) | ||
- FMDB/standard (2.7.5) | ||
- mono_kit (0.0.1): | ||
- FlutterMacOS | ||
- path_provider (0.0.1) | ||
- path_provider_macos (0.0.1): | ||
- FlutterMacOS | ||
- sqflite (0.0.1): | ||
- FlutterMacOS | ||
- FMDB (~> 2.7.2) | ||
- url_launcher (0.0.1) | ||
- url_launcher_macos (0.0.1): | ||
- FlutterMacOS | ||
|
||
DEPENDENCIES: | ||
- FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64`) | ||
- mono_kit (from `Flutter/ephemeral/.symlinks/plugins/mono_kit/macos`) | ||
- path_provider (from `Flutter/ephemeral/.symlinks/plugins/path_provider/macos`) | ||
- path_provider_macos (from `Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos`) | ||
- sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/macos`) | ||
- url_launcher (from `Flutter/ephemeral/.symlinks/plugins/url_launcher/macos`) | ||
- FlutterMacOS (from `Flutter/ephemeral`) | ||
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- FMDB | ||
|
||
EXTERNAL SOURCES: | ||
FlutterMacOS: | ||
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64 | ||
mono_kit: | ||
:path: Flutter/ephemeral/.symlinks/plugins/mono_kit/macos | ||
path_provider: | ||
:path: Flutter/ephemeral/.symlinks/plugins/path_provider/macos | ||
path_provider_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos | ||
sqflite: | ||
:path: Flutter/ephemeral/.symlinks/plugins/sqflite/macos | ||
url_launcher: | ||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher/macos | ||
:path: Flutter/ephemeral | ||
url_launcher_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos | ||
|
||
SPEC CHECKSUMS: | ||
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9 | ||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | ||
mono_kit: fe26d4a8dc4dcd184cf9a44910110b0a7ee67114 | ||
path_provider: e0848572d1d38b9a7dd099e79cf83f5b7e2cde9f | ||
path_provider_macos: adb94ae6c253c45ef2aac146fbf1f4504d74b0f8 | ||
sqflite: 6c1f07e1d4399d619ea619fea9171251dd24d058 | ||
url_launcher: af78307ef9bafff91273b34f1c6c0c86a0004fd7 | ||
url_launcher_macos: 76867a28e24e0b6b98bfd65f157b64108e6d477a | ||
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 | ||
url_launcher_macos: 45af3d61de06997666568a7149c1be98b41c95d4 | ||
|
||
PODFILE CHECKSUM: d8ba9b3e9e93c62c74a660b46c6fcb09f03991a7 | ||
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c | ||
|
||
COCOAPODS: 1.9.1 | ||
COCOAPODS: 1.11.3 |
Oops, something went wrong.