diff --git a/ios/.symlinks/plugins/quick_actions b/ios/.symlinks/plugins/quick_actions new file mode 120000 index 000000000..38c076f43 --- /dev/null +++ b/ios/.symlinks/plugins/quick_actions @@ -0,0 +1 @@ +/Users/hillel/Code/flutter/.pub-cache/hosted/pub.dartlang.org/quick_actions-0.2.1 \ No newline at end of file diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b1146acee..fa11d07e6 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2,6 +2,8 @@ PODS: - Flutter (1.0.0) - path_provider (0.0.1): - Flutter + - quick_actions (0.0.1): + - Flutter - share (0.5.2): - Flutter - shared_preferences (0.0.1): @@ -10,17 +12,20 @@ PODS: - Flutter DEPENDENCIES: - - Flutter (from `.symlinks/flutter/ios-release`) + - Flutter (from `.symlinks/flutter/ios`) - path_provider (from `.symlinks/plugins/path_provider/ios`) + - quick_actions (from `.symlinks/plugins/quick_actions/ios`) - share (from `.symlinks/plugins/share/ios`) - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) - url_launcher (from `.symlinks/plugins/url_launcher/ios`) EXTERNAL SOURCES: Flutter: - :path: ".symlinks/flutter/ios-release" + :path: ".symlinks/flutter/ios" path_provider: :path: ".symlinks/plugins/path_provider/ios" + quick_actions: + :path: ".symlinks/plugins/quick_actions/ios" share: :path: ".symlinks/plugins/share/ios" shared_preferences: @@ -31,6 +36,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296 path_provider: 09407919825bfe3c2deae39453b7a5b44f467873 + quick_actions: 4e3b24b7ebc5895b015bf8fc104f436047f7ca8a share: 222b5dcc8031238af9d7de91149df65bad1aef75 shared_preferences: 5a1d487c427ee18fcd3ea1f2a131569481834b53 url_launcher: 92b89c1029a0373879933c21642958c874539095 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index aa2145eab..b242b3861 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -243,7 +243,7 @@ ); inputPaths = ( "${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", - "${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework", + "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( diff --git a/ios/Runner/Assets.xcassets/Contents.json b/ios/Runner/Assets.xcassets/Contents.json new file mode 100644 index 000000000..da4a164c9 --- /dev/null +++ b/ios/Runner/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ios/Runner/Assets.xcassets/logo.imageset/Contents.json b/ios/Runner/Assets.xcassets/logo.imageset/Contents.json new file mode 100644 index 000000000..8463acafa --- /dev/null +++ b/ios/Runner/Assets.xcassets/logo.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "logo.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ios/Runner/Assets.xcassets/logo.imageset/logo.png b/ios/Runner/Assets.xcassets/logo.imageset/logo.png new file mode 100644 index 000000000..cf6386b18 Binary files /dev/null and b/ios/Runner/Assets.xcassets/logo.imageset/logo.png differ diff --git a/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard index f2e259c7c..1b3581c5a 100644 --- a/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ b/ios/Runner/Base.lproj/LaunchScreen.storyboard @@ -1,8 +1,12 @@ - - + + + + + - + + @@ -14,9 +18,15 @@ + + + + + + @@ -32,6 +42,7 @@ - + + diff --git a/pubspec.lock b/pubspec.lock index 4eaa0abd4..2a8730990 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -308,13 +308,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.4" - local_auth: - dependency: "direct main" - description: - name: local_auth - url: "https://pub.dartlang.org" - source: hosted - version: "0.2.1" logging: dependency: transitive description: