From 65e98bf8a8bd73aeccc888bde6327a0c78bd0297 Mon Sep 17 00:00:00 2001
From: 55nknown <55922348+55nknown@users.noreply.github.com>
Date: Thu, 30 Jun 2022 00:45:53 +0200
Subject: [PATCH] update ios project
---
filcnaplo/ios/Flutter/AppFrameworkInfo.plist | 2 +-
filcnaplo/ios/Podfile | 2 +-
filcnaplo/ios/Podfile.lock | 140 ++++++++++++++++++
.../ios/Runner.xcodeproj/project.pbxproj | 10 +-
.../xcshareddata/xcschemes/Runner.xcscheme | 2 +-
filcnaplo/ios/Runner/Info.plist | 6 +-
filcnaplo_kreta_api | 2 +-
filcnaplo_mobile_ui | 2 +-
fix-d8dx.sh | 0
9 files changed, 154 insertions(+), 12 deletions(-)
create mode 100644 filcnaplo/ios/Podfile.lock
mode change 100644 => 100755 fix-d8dx.sh
diff --git a/filcnaplo/ios/Flutter/AppFrameworkInfo.plist b/filcnaplo/ios/Flutter/AppFrameworkInfo.plist
index 8d4492f..9625e10 100644
--- a/filcnaplo/ios/Flutter/AppFrameworkInfo.plist
+++ b/filcnaplo/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
CFBundleVersion
1.0
MinimumOSVersion
- 9.0
+ 11.0
diff --git a/filcnaplo/ios/Podfile b/filcnaplo/ios/Podfile
index 7937920..33c2aa6 100644
--- a/filcnaplo/ios/Podfile
+++ b/filcnaplo/ios/Podfile
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
-# platform :ios, '9.0'
+# platform :ios, '11.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
diff --git a/filcnaplo/ios/Podfile.lock b/filcnaplo/ios/Podfile.lock
new file mode 100644
index 0000000..20a8a95
--- /dev/null
+++ b/filcnaplo/ios/Podfile.lock
@@ -0,0 +1,140 @@
+PODS:
+ - connectivity_plus (0.0.1):
+ - Flutter
+ - ReachabilitySwift
+ - DKImagePickerController/Core (4.3.2):
+ - DKImagePickerController/ImageDataManager
+ - DKImagePickerController/Resource
+ - DKImagePickerController/ImageDataManager (4.3.2)
+ - DKImagePickerController/PhotoGallery (4.3.2):
+ - DKImagePickerController/Core
+ - DKPhotoGallery
+ - DKImagePickerController/Resource (4.3.2)
+ - DKPhotoGallery (0.0.17):
+ - DKPhotoGallery/Core (= 0.0.17)
+ - DKPhotoGallery/Model (= 0.0.17)
+ - DKPhotoGallery/Preview (= 0.0.17)
+ - DKPhotoGallery/Resource (= 0.0.17)
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Core (0.0.17):
+ - DKPhotoGallery/Model
+ - DKPhotoGallery/Preview
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Model (0.0.17):
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Preview (0.0.17):
+ - DKPhotoGallery/Model
+ - DKPhotoGallery/Resource
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Resource (0.0.17):
+ - SDWebImage
+ - SwiftyGif
+ - file_picker (0.0.1):
+ - DKImagePickerController/PhotoGallery
+ - Flutter
+ - Flutter (1.0.0)
+ - flutter_custom_tabs (0.0.1):
+ - Flutter
+ - FMDB (2.7.5):
+ - FMDB/standard (= 2.7.5)
+ - FMDB/standard (2.7.5)
+ - open_file (0.0.1):
+ - Flutter
+ - path_provider_ios (0.0.1):
+ - Flutter
+ - permission_handler_apple (9.0.4):
+ - Flutter
+ - quick_actions_ios (0.0.1):
+ - Flutter
+ - ReachabilitySwift (5.0.0)
+ - SDWebImage (5.12.6):
+ - SDWebImage/Core (= 5.12.6)
+ - SDWebImage/Core (5.12.6)
+ - share_plus (0.0.1):
+ - Flutter
+ - sqflite (0.0.2):
+ - Flutter
+ - FMDB (>= 2.7.5)
+ - SwiftyGif (5.4.3)
+ - url_launcher_ios (0.0.1):
+ - Flutter
+
+DEPENDENCIES:
+ - connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
+ - DKImagePickerController/PhotoGallery (from `https://github.com/miguelpruivo/DKImagePickerController.git`)
+ - file_picker (from `.symlinks/plugins/file_picker/ios`)
+ - Flutter (from `Flutter`)
+ - flutter_custom_tabs (from `.symlinks/plugins/flutter_custom_tabs/ios`)
+ - open_file (from `.symlinks/plugins/open_file/ios`)
+ - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
+ - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
+ - quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`)
+ - share_plus (from `.symlinks/plugins/share_plus/ios`)
+ - sqflite (from `.symlinks/plugins/sqflite/ios`)
+ - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
+
+SPEC REPOS:
+ trunk:
+ - DKPhotoGallery
+ - FMDB
+ - ReachabilitySwift
+ - SDWebImage
+ - SwiftyGif
+
+EXTERNAL SOURCES:
+ connectivity_plus:
+ :path: ".symlinks/plugins/connectivity_plus/ios"
+ DKImagePickerController:
+ :git: https://github.com/miguelpruivo/DKImagePickerController.git
+ file_picker:
+ :path: ".symlinks/plugins/file_picker/ios"
+ Flutter:
+ :path: Flutter
+ flutter_custom_tabs:
+ :path: ".symlinks/plugins/flutter_custom_tabs/ios"
+ open_file:
+ :path: ".symlinks/plugins/open_file/ios"
+ path_provider_ios:
+ :path: ".symlinks/plugins/path_provider_ios/ios"
+ permission_handler_apple:
+ :path: ".symlinks/plugins/permission_handler_apple/ios"
+ quick_actions_ios:
+ :path: ".symlinks/plugins/quick_actions_ios/ios"
+ share_plus:
+ :path: ".symlinks/plugins/share_plus/ios"
+ sqflite:
+ :path: ".symlinks/plugins/sqflite/ios"
+ url_launcher_ios:
+ :path: ".symlinks/plugins/url_launcher_ios/ios"
+
+CHECKOUT OPTIONS:
+ DKImagePickerController:
+ :commit: ded0926eb9fddf0bc03fa79d552b1cbd3537ce97
+ :git: https://github.com/miguelpruivo/DKImagePickerController.git
+
+SPEC CHECKSUMS:
+ connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e
+ DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d
+ DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
+ file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95
+ Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
+ flutter_custom_tabs: 7a10a08686955cb748e5d26e0ae586d30689bf89
+ FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
+ open_file: 02eb5cb6b21264bd3a696876f5afbfb7ca4f4b7d
+ path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
+ permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
+ quick_actions_ios: 622e9076602c57f1f937f1c13e5c59c3379347e9
+ ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
+ SDWebImage: a47aea9e3d8816015db4e523daff50cfd294499d
+ share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
+ sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
+ SwiftyGif: 6c3eafd0ce693cad58bb63d2b2fb9bacb8552780
+ url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
+
+PODFILE CHECKSUM: 27ce4cd9fd19acd809f2e9faded046d0571b83ff
+
+COCOAPODS: 1.11.3
diff --git a/filcnaplo/ios/Runner.xcodeproj/project.pbxproj b/filcnaplo/ios/Runner.xcodeproj/project.pbxproj
index c589b61..1f25b8b 100644
--- a/filcnaplo/ios/Runner.xcodeproj/project.pbxproj
+++ b/filcnaplo/ios/Runner.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 46;
+ objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
@@ -156,7 +156,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 1020;
+ LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
@@ -340,7 +340,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
@@ -414,7 +414,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@@ -463,7 +463,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
diff --git a/filcnaplo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/filcnaplo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
index a28140c..3db53b6 100644
--- a/filcnaplo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+++ b/filcnaplo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -1,6 +1,6 @@
The app requires the photo library to set a custom profile picture.
ITSAppUsesNonExemptEncryption
-
-
\ No newline at end of file
+ CADisableMinimumFrameDurationOnPhone
+
+
+
diff --git a/filcnaplo_kreta_api b/filcnaplo_kreta_api
index 90ed6d8..b5ac541 160000
--- a/filcnaplo_kreta_api
+++ b/filcnaplo_kreta_api
@@ -1 +1 @@
-Subproject commit 90ed6d84ed509080f8863b6e736d3cd1b131fb18
+Subproject commit b5ac54163986fbde94f49c52d48b6c6d3f895fa9
diff --git a/filcnaplo_mobile_ui b/filcnaplo_mobile_ui
index e8360b8..ac13b58 160000
--- a/filcnaplo_mobile_ui
+++ b/filcnaplo_mobile_ui
@@ -1 +1 @@
-Subproject commit e8360b8335e0abfbb4c716ef9cbdebafc8b9d350
+Subproject commit ac13b5818c6f9c2d40687c4b3e3bd0dc964b3d42
diff --git a/fix-d8dx.sh b/fix-d8dx.sh
old mode 100644
new mode 100755