diff --git a/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 07.58.49.png b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 07.58.49.png new file mode 100644 index 0000000..e174b6c Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 07.58.49.png differ diff --git a/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 07.59.10.png b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 07.59.10.png new file mode 100644 index 0000000..6800735 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 07.59.10.png differ diff --git a/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.13.png b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.13.png new file mode 100644 index 0000000..09ed153 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.13.png differ diff --git a/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.27.png b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.27.png new file mode 100644 index 0000000..76293e9 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.27.png differ diff --git a/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.47.png b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.47.png new file mode 100644 index 0000000..497b7c0 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPad Pro (11-inch) (4th generation) - 2023-02-22 at 08.01.47.png differ diff --git a/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.33.png b/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.33.png new file mode 100644 index 0000000..3ec51a0 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.33.png differ diff --git a/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.47.png b/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.47.png new file mode 100644 index 0000000..19b79f0 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.47.png differ diff --git a/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.54.png b/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.54.png new file mode 100644 index 0000000..1903003 Binary files /dev/null and b/Screenshots/Simulator Screen Shot - iPhone SE (3rd generation) - 2023-02-21 at 21.47.54.png differ diff --git a/ios/Podfile b/ios/Podfile index b6e2b70..41d347f 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -43,25 +43,25 @@ post_install do |installer| '$(inherited)', ## dart: PermissionGroup.calendar - 'PERMISSION_EVENTS=0', + #'PERMISSION_EVENTS=0', ## dart: PermissionGroup.reminders - 'PERMISSION_REMINDERS=0', + #'PERMISSION_REMINDERS=0', ## dart: PermissionGroup.contacts - 'PERMISSION_CONTACTS=0', + #'PERMISSION_CONTACTS=0', ## dart: PermissionGroup.camera 'PERMISSION_CAMERA=1', ## dart: PermissionGroup.microphone - 'PERMISSION_MICROPHONE=0', + #'PERMISSION_MICROPHONE=0', ## dart: PermissionGroup.speech - 'PERMISSION_SPEECH_RECOGNIZER=0', + #'PERMISSION_SPEECH_RECOGNIZER=0', ## dart: PermissionGroup.photos - 'PERMISSION_PHOTOS=0', + #'PERMISSION_PHOTOS=0', ## dart: [PermissionGroup.location, PermissionGroup.locationAlways, PermissionGroup.locationWhenInUse] 'PERMISSION_LOCATION=1', @@ -70,13 +70,13 @@ post_install do |installer| 'PERMISSION_BLUETOOTH=1', ## dart: PermissionGroup.notification - 'PERMISSION_NOTIFICATIONS=0', + #'PERMISSION_NOTIFICATIONS=0', ## dart: PermissionGroup.mediaLibrary - 'PERMISSION_MEDIA_LIBRARY=0', + #'PERMISSION_MEDIA_LIBRARY=0', ## dart: PermissionGroup.sensors - 'PERMISSION_SENSORS=0' + #'PERMISSION_SENSORS=0' ] end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 4e3a7c1..ba886d9 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -67,6 +67,6 @@ SPEC CHECKSUMS: qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 -PODFILE CHECKSUM: 574c6dedc4f5dfae4b6977501b15631b71dd1aaa +PODFILE CHECKSUM: 44ee93014515910c6d19dd51646b230a4ced9cca COCOAPODS: 1.11.3 diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 4523304..4a23a8b 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -54,8 +54,12 @@ NSLocationAlwaysAndWhenInUseUsageDescription This app needs location to show content based on location NSLocationAlwaysUsageDescription + This app needs location to show content based on location + NSBluetoothPeripheralUsageDescription This app needs location to show content based on location NSBluetoothAlwaysUsageDescription This app needs location to show content based on location + NSMicrophoneUsageDescription + This app uses microphone only on qr code scanning (as it uses the camera) diff --git a/ios/Runner/RunnerProfile.entitlements b/ios/Runner/RunnerProfile.entitlements new file mode 100644 index 0000000..903def2 --- /dev/null +++ b/ios/Runner/RunnerProfile.entitlements @@ -0,0 +1,8 @@ + + + + + aps-environment + development + +