From ce43a748e949fa5b46fb97b0fac77d12d9238745 Mon Sep 17 00:00:00 2001
From: Paul DeMarco
Date: Sat, 29 Dec 2018 00:52:22 -0500
Subject: [PATCH] Updating iOS project files with latest from flutter
framework. (#166)
---
.idea/codeStyles/Project.xml | 29 +
.idea/flutter_blue.iml | 18 +
.idea/libraries/Dart_SDK.xml | 27 +
.idea/libraries/Flutter_Plugins.xml | 9 +
.idea/misc.xml | 33 +
.idea/modules.xml | 8 +
.idea/vcs.xml | 6 +
.idea/workspace.xml | 904 ++++++++++++++++++
example/ios/.gitignore | 42 -
example/ios/Flutter/AppFrameworkInfo.plist | 4 -
example/ios/Flutter/Debug.xcconfig | 1 -
example/ios/Flutter/Release.xcconfig | 1 -
example/ios/Podfile | 36 -
example/ios/Podfile.lock | 38 -
example/ios/Runner.xcodeproj/project.pbxproj | 152 +--
.../xcshareddata/xcschemes/Runner.xcscheme | 4 +-
.../contents.xcworkspacedata | 3 -
.../xcshareddata/IDEWorkspaceChecks.plist | 8 -
example/ios/Runner/AppDelegate.h | 2 +-
example/ios/Runner/AppDelegate.m | 3 +-
.../AppIcon.appiconset/Contents.json | 6 +
.../Icon-App-1024x1024@1x.png | Bin 0 -> 11112 bytes
.../LaunchImage.imageset/Contents.json | 23 +
.../LaunchImage.imageset/LaunchImage.png | Bin 0 -> 68 bytes
.../LaunchImage.imageset/LaunchImage@2x.png | Bin 0 -> 68 bytes
.../LaunchImage.imageset/LaunchImage@3x.png | Bin 0 -> 68 bytes
.../LaunchImage.imageset/README.md | 5 +
.../Runner/Base.lproj/LaunchScreen.storyboard | 22 +-
example/ios/Runner/Info.plist | 8 +-
example/ios/Runner/main.m | 4 +-
ios/.gitignore | 5 +
ios/flutter_blue.podspec | 2 +-
32 files changed, 1185 insertions(+), 218 deletions(-)
create mode 100644 .idea/codeStyles/Project.xml
create mode 100644 .idea/flutter_blue.iml
create mode 100644 .idea/libraries/Dart_SDK.xml
create mode 100644 .idea/libraries/Flutter_Plugins.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
create mode 100644 .idea/workspace.xml
delete mode 100644 example/ios/.gitignore
delete mode 100644 example/ios/Podfile
delete mode 100644 example/ios/Podfile.lock
delete mode 100644 example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
create mode 100644 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
create mode 100644 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
create mode 100644 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
create mode 100644 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
create mode 100644 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 00000000..30aa626c
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/flutter_blue.iml b/.idea/flutter_blue.iml
new file mode 100644
index 00000000..55d90fcd
--- /dev/null
+++ b/.idea/flutter_blue.iml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml
new file mode 100644
index 00000000..d2d98f3d
--- /dev/null
+++ b/.idea/libraries/Dart_SDK.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml
new file mode 100644
index 00000000..53449dae
--- /dev/null
+++ b/.idea/libraries/Flutter_Plugins.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..686a5896
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..9d3e6d20
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 00000000..2b7e3725
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,904 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ disconnect
+ connectGatt
+ getConnectedDevices
+ rapidreboot
+ discover
+ print
+ getConnect
+ new
+ const
+ theme
+ state
+ children
+ new
+ _readCharacteristic
+ have you called discoverServices() yet?
+ toServicesResultProto
+ const
+ OnNotificationResponse
+ OnValueChanged
+ OnCharacteristicChanged
+ writeCharacteristic
+ _methodStream
+ _methodStreamController
+ _value.value
+
+
+ OnCharacteristicChanged
+ OnValueChanged
+ lastValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
-
+
+
+ -
+
-
+
-
+
+
+ -
+
-
+
-
+
-
+
+
+ -
+
-
+
-
+
-
+
-
+
+
+ -
+
-
+
-
+
+
+ -
+
-
+
-
+
-
+
+
+ -
+
-
+
-
+
+
+ -
+
-
+
-
+
-
+
+
+ -
+
-
+
-
+
+
+ -
+
-
+
-
+
-
+
+
+