Skip to content

Commit 890da5a

Browse files
[SuperEditor] - Added updated example and example_chat project build files and config files. (#2620)
1 parent 5d581a4 commit 890da5a

File tree

9 files changed

+38
-20
lines changed

9 files changed

+38
-20
lines changed

super_editor/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

super_editor/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

super_editor/example/ios/Podfile.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,40 @@ PODS:
22
- Flutter (1.0.0)
33
- flutter_keyboard_visibility (0.0.1):
44
- Flutter
5-
- path_provider_ios (0.0.1):
5+
- path_provider_foundation (0.0.1):
6+
- Flutter
7+
- FlutterMacOS
8+
- super_keyboard (0.0.1):
9+
- Flutter
10+
- url_launcher_ios (0.0.1):
611
- Flutter
712

813
DEPENDENCIES:
914
- Flutter (from `Flutter`)
1015
- flutter_keyboard_visibility (from `.symlinks/plugins/flutter_keyboard_visibility/ios`)
11-
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
16+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
17+
- super_keyboard (from `.symlinks/plugins/super_keyboard/ios`)
18+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
1219

1320
EXTERNAL SOURCES:
1421
Flutter:
1522
:path: Flutter
1623
flutter_keyboard_visibility:
1724
:path: ".symlinks/plugins/flutter_keyboard_visibility/ios"
18-
path_provider_ios:
19-
:path: ".symlinks/plugins/path_provider_ios/ios"
25+
path_provider_foundation:
26+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
27+
super_keyboard:
28+
:path: ".symlinks/plugins/super_keyboard/ios"
29+
url_launcher_ios:
30+
:path: ".symlinks/plugins/url_launcher_ios/ios"
2031

2132
SPEC CHECKSUMS:
22-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
23-
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
24-
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
33+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
34+
flutter_keyboard_visibility: 4625131e43015dbbe759d9b20daaf77e0e3f6619
35+
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
36+
super_keyboard: 016de6ce9ab826f9a0b185608209d6a3b556d577
37+
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
2538

26-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
39+
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
2740

28-
COCOAPODS: 1.11.3
41+
COCOAPODS: 1.16.2

super_editor/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -155,7 +155,7 @@
155155
97C146E61CF9000F007C117D /* Project object */ = {
156156
isa = PBXProject;
157157
attributes = {
158-
LastUpgradeCheck = 1300;
158+
LastUpgradeCheck = 1510;
159159
ORGANIZATIONNAME = "";
160160
TargetAttributes = {
161161
97C146ED1CF9000F007C117D = {
@@ -199,10 +199,12 @@
199199
/* Begin PBXShellScriptBuildPhase section */
200200
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
201201
isa = PBXShellScriptBuildPhase;
202+
alwaysOutOfDate = 1;
202203
buildActionMask = 2147483647;
203204
files = (
204205
);
205206
inputPaths = (
207+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
206208
);
207209
name = "Thin Binary";
208210
outputPaths = (
@@ -252,6 +254,7 @@
252254
};
253255
9740EEB61CF901F6004384FC /* Run Script */ = {
254256
isa = PBXShellScriptBuildPhase;
257+
alwaysOutOfDate = 1;
255258
buildActionMask = 2147483647;
256259
files = (
257260
);
@@ -339,7 +342,7 @@
339342
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
340343
GCC_WARN_UNUSED_FUNCTION = YES;
341344
GCC_WARN_UNUSED_VARIABLE = YES;
342-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
345+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
343346
MTL_ENABLE_DEBUG_INFO = NO;
344347
SDKROOT = iphoneos;
345348
SUPPORTED_PLATFORMS = iphoneos;
@@ -417,7 +420,7 @@
417420
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
418421
GCC_WARN_UNUSED_FUNCTION = YES;
419422
GCC_WARN_UNUSED_VARIABLE = YES;
420-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
423+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
421424
MTL_ENABLE_DEBUG_INFO = YES;
422425
ONLY_ACTIVE_ARCH = YES;
423426
SDKROOT = iphoneos;
@@ -466,7 +469,7 @@
466469
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
467470
GCC_WARN_UNUSED_FUNCTION = YES;
468471
GCC_WARN_UNUSED_VARIABLE = YES;
469-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
472+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
470473
MTL_ENABLE_DEBUG_INFO = NO;
471474
SDKROOT = iphoneos;
472475
SUPPORTED_PLATFORMS = iphoneos;

super_editor/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

super_editor/example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

super_editor/example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@
4545
<false/>
4646
<key>CADisableMinimumFrameDurationOnPhone</key>
4747
<true/>
48+
<key>UIApplicationSupportsIndirectInputEvents</key>
49+
<true/>
4850
</dict>
4951
</plist>

super_editor/example_chat/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.1.0" apply false
21+
id "com.android.application" version "8.2.1" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

super_editor/example_chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ packages:
482482
source: path
483483
version: "0.3.0-dev.19"
484484
super_keyboard:
485-
dependency: transitive
485+
dependency: "direct main"
486486
description:
487487
name: super_keyboard
488488
sha256: c8e303cd7bc1fc62732213f0f2660273a078be23eae7a4219d0ab3dd0b0ccb9a

0 commit comments

Comments
 (0)