diff --git a/wgshare/ios/Podfile b/wgshare/ios/Podfile index 7e7d5cc..9ea1e18 100644 --- a/wgshare/ios/Podfile +++ b/wgshare/ios/Podfile @@ -39,7 +39,7 @@ end post_install do |installer| installer.pods_project.targets.each do |target| - ... # Here are some configurations automatically generated by flutter + # Here are some configurations automatically generated by flutter # Start of the permission_handler configuration target.build_configurations.each do |config| diff --git a/wgshare/ios/Runner.xcodeproj/project.pbxproj b/wgshare/ios/Runner.xcodeproj/project.pbxproj index 983481c..69bc763 100644 --- a/wgshare/ios/Runner.xcodeproj/project.pbxproj +++ b/wgshare/ios/Runner.xcodeproj/project.pbxproj @@ -161,7 +161,6 @@ 95684EC8ADA063598A5A9935 /* Pods-RunnerTests.release.xcconfig */, 4964C1495A0EA60F71F0B501 /* Pods-RunnerTests.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -454,6 +453,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -473,7 +473,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 17.5; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -487,11 +487,13 @@ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = Z778GC45N8; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -584,6 +586,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -609,7 +612,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 17.5; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -641,6 +644,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -660,7 +664,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 17.5; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -676,11 +680,13 @@ baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = Z778GC45N8; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -705,11 +711,13 @@ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = Z778GC45N8; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png new file mode 100644 index 0000000..404a49a Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/120 1.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/120 1.png new file mode 100644 index 0000000..70e5dd8 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/120 1.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png new file mode 100644 index 0000000..70e5dd8 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png new file mode 100644 index 0000000..6c94e1d Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png new file mode 100644 index 0000000..d9d25d6 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png new file mode 100644 index 0000000..42ba3e3 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png new file mode 100644 index 0000000..cb259c7 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/29 1.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/29 1.png new file mode 100644 index 0000000..2e9ccd7 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/29 1.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png new file mode 100644 index 0000000..2e9ccd7 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40 1.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40 1.png new file mode 100644 index 0000000..8c85a10 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40 1.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40 2.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40 2.png new file mode 100644 index 0000000..8c85a10 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40 2.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png new file mode 100644 index 0000000..8c85a10 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/58 1.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/58 1.png new file mode 100644 index 0000000..ad75ccb Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/58 1.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png new file mode 100644 index 0000000..ad75ccb Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png new file mode 100644 index 0000000..f642d7f Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png new file mode 100644 index 0000000..caf396c Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png new file mode 100644 index 0000000..5fda293 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png new file mode 100644 index 0000000..c55205a Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json index d36b1fa..af68b0a 100644 --- a/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/wgshare/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,122 +1,121 @@ { "images" : [ { - "size" : "20x20", + "filename" : "40.png", "idiom" : "iphone", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "20x20" }, { - "size" : "20x20", + "filename" : "60.png", "idiom" : "iphone", - "filename" : "Icon-App-20x20@3x.png", - "scale" : "3x" + "scale" : "3x", + "size" : "20x20" }, { - "size" : "29x29", + "filename" : "29.png", "idiom" : "iphone", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" + "scale" : "1x", + "size" : "29x29" }, { - "size" : "29x29", + "filename" : "58.png", "idiom" : "iphone", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "29x29" }, { - "size" : "29x29", + "filename" : "87.png", "idiom" : "iphone", - "filename" : "Icon-App-29x29@3x.png", - "scale" : "3x" + "scale" : "3x", + "size" : "29x29" }, { - "size" : "40x40", + "filename" : "80.png", "idiom" : "iphone", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "40x40" }, { - "size" : "40x40", + "filename" : "120.png", "idiom" : "iphone", - "filename" : "Icon-App-40x40@3x.png", - "scale" : "3x" + "scale" : "3x", + "size" : "40x40" }, { - "size" : "60x60", + "filename" : "120 1.png", "idiom" : "iphone", - "filename" : "Icon-App-60x60@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "60x60" }, { - "size" : "60x60", + "filename" : "180.png", "idiom" : "iphone", - "filename" : "Icon-App-60x60@3x.png", - "scale" : "3x" + "scale" : "3x", + "size" : "60x60" }, { - "size" : "20x20", + "filename" : "20.png", "idiom" : "ipad", - "filename" : "Icon-App-20x20@1x.png", - "scale" : "1x" + "scale" : "1x", + "size" : "20x20" }, { - "size" : "20x20", + "filename" : "40 1.png", "idiom" : "ipad", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "20x20" }, { - "size" : "29x29", + "filename" : "29 1.png", "idiom" : "ipad", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" + "scale" : "1x", + "size" : "29x29" }, { - "size" : "29x29", + "filename" : "58 1.png", "idiom" : "ipad", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "29x29" }, { - "size" : "40x40", + "filename" : "40 2.png", "idiom" : "ipad", - "filename" : "Icon-App-40x40@1x.png", - "scale" : "1x" + "scale" : "1x", + "size" : "40x40" }, { - "size" : "40x40", "idiom" : "ipad", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "40x40" }, { - "size" : "76x76", + "filename" : "76.png", "idiom" : "ipad", - "filename" : "Icon-App-76x76@1x.png", - "scale" : "1x" + "scale" : "1x", + "size" : "76x76" }, { - "size" : "76x76", + "filename" : "152.png", "idiom" : "ipad", - "filename" : "Icon-App-76x76@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "76x76" }, { - "size" : "83.5x83.5", + "filename" : "167.png", "idiom" : "ipad", - "filename" : "Icon-App-83.5x83.5@2x.png", - "scale" : "2x" + "scale" : "2x", + "size" : "83.5x83.5" }, { - "size" : "1024x1024", + "filename" : "1024.png", "idiom" : "ios-marketing", - "filename" : "Icon-App-1024x1024@1x.png", - "scale" : "1x" + "scale" : "1x", + "size" : "1024x1024" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } } diff --git a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/1024_768.png b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/1024_768.png new file mode 100644 index 0000000..29e1baa Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/1024_768.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/11252001.png b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/11252001.png new file mode 100644 index 0000000..b898622 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/11252001.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/2045_1536.png b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/2045_1536.png new file mode 100644 index 0000000..f4a0469 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/2045_1536.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/375667.png b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/375667.png new file mode 100644 index 0000000..04e61ce Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/375667.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/7501334.png b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/7501334.png new file mode 100644 index 0000000..73ee816 Binary files /dev/null and b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/7501334.png differ diff --git a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json index 0bedcf2..91352b5 100644 --- a/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +++ b/wgshare/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json @@ -1,23 +1,33 @@ { "images" : [ { - "idiom" : "universal", - "filename" : "LaunchImage.png", + "filename" : "375667.png", + "idiom" : "iphone", "scale" : "1x" }, { - "idiom" : "universal", - "filename" : "LaunchImage@2x.png", + "filename" : "7501334.png", + "idiom" : "iphone", "scale" : "2x" }, { - "idiom" : "universal", - "filename" : "LaunchImage@3x.png", + "filename" : "11252001.png", + "idiom" : "iphone", "scale" : "3x" + }, + { + "filename" : "1024_768.png", + "idiom" : "ipad", + "scale" : "1x" + }, + { + "filename" : "2045_1536.png", + "idiom" : "ipad", + "scale" : "2x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } } diff --git a/wgshare/ios/Runner/Base.lproj/Main.storyboard b/wgshare/ios/Runner/Base.lproj/Main.storyboard index f3c2851..21f5d45 100644 --- a/wgshare/ios/Runner/Base.lproj/Main.storyboard +++ b/wgshare/ios/Runner/Base.lproj/Main.storyboard @@ -1,8 +1,10 @@ - - + + + - + + @@ -14,13 +16,14 @@ - + - + + diff --git a/wgshare/ios/Runner/Info.plist b/wgshare/ios/Runner/Info.plist index a01441e..5411467 100644 --- a/wgshare/ios/Runner/Info.plist +++ b/wgshare/ios/Runner/Info.plist @@ -2,17 +2,16 @@ - - NSCameraUsageDescription - App需要您的同意,才能访问摄像头 - - NSMicrophoneUsageDescription - App需要您的同意,才能访问麦克风 - + CADisableMinimumFrameDurationOnPhone + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Wgshare + 智汇享 + CFBundleDocumentTypes + + + CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -31,10 +30,18 @@ $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS + NSCameraUsageDescription + App需要您的同意,才能访问摄像头 + NSMicrophoneUsageDescription + App需要您的同意,才能访问麦克风 + UIApplicationSupportsIndirectInputEvents + UILaunchStoryboardName - LaunchScreen + UIMainStoryboardFile Main + UIRequiresFullScreen + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait @@ -48,9 +55,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - CADisableMinimumFrameDurationOnPhone - - UIApplicationSupportsIndirectInputEvents -