Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 3cc24d07
authored
2026-01-14 14:11:37 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
IOS 应用上架调整
1 parent
382d1d21
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
7 deletions
README.md
ios/Runner.xcodeproj/project.pbxproj
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
ios/Runner/Info.plist
macos/Flutter/GeneratedPluginRegistrant.swift
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugins.cmake
README.md
View file @
3cc24d0
...
...
@@ -9,7 +9,7 @@ flutter run -d macos
flutter run -d 00008030-001C75810E42402E --release
flutter run -d 00008140-001068C93AB8801C --release
flutter run -d 00008140-001068C93AB8801C --release
--dart-define=env=pro
gao 00008130-0010788A2E01001C
yongosng 00008110-000A284C2178801E
...
...
ios/Runner.xcodeproj/project.pbxproj
View file @
3cc24d0
...
...
@@ -514,6 +514,7 @@
DEVELOPMENT_TEAM = 42794B2KBU;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
@@ -704,6 +705,7 @@
DEVELOPMENT_TEAM = 42794B2KBU;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
@@ -728,6 +730,7 @@
DEVELOPMENT_TEAM = 42794B2KBU;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
View file @
3cc24d0
68 Bytes
|
W:
|
H:
77.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
View file @
3cc24d0
68 Bytes
|
W:
|
H:
26.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
View file @
3cc24d0
68 Bytes
|
W:
|
H:
493 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ios/Runner/Info.plist
View file @
3cc24d0
...
...
@@ -103,5 +103,17 @@
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<true/>
<!-- 持续定位权限:用于后台持续获取位置(如导航、运动追踪) -->
<key>
NSLocationAlwaysAndWhenInUseUsageDescription
</key>
<string>
为了在您针对老师布置信息反馈或作业消息提交时,可能需要涉及位置信息的提交要求,我们需要访问您的位置信息
</string>
<!-- 蓝牙权限:用于连接蓝牙设备 -->
<key>
NSBluetoothAlwaysUsageDescription
</key>
<string>
为了搜索、连接并管理您的智能蓝牙设备(如手环、传感器),我们需要使用蓝牙功能
</string>
<!-- 在使用时定位权限:用于应用在前台时获取位置 -->
<key>
NSLocationWhenInUseUsageDescription
</key>
<string>
为了在您针对老师布置信息反馈或作业消息提交时,可能需要涉及位置信息的提交要求,我们需要在使用应用时获取您的位置信息。
</string>
</dict>
</plist>
macos/Flutter/GeneratedPluginRegistrant.swift
View file @
3cc24d0
...
...
@@ -13,7 +13,6 @@ import ffmpeg_kit_flutter_new
import
file_picker
import
flutter_image_compress_macos
import
flutter_localization
import
flutter_plugin_stkouyu
import
flutter_sound
import
geolocator_apple
import
mobile_scanner
...
...
@@ -38,7 +37,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FilePickerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FilePickerPlugin"
))
FlutterImageCompressMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterImageCompressMacosPlugin"
))
FlutterLocalizationPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterLocalizationPlugin"
))
FlutterPluginStkouyuPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterPluginStkouyuPlugin"
))
FlutterSoundPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterSoundPlugin"
))
GeolocatorPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"GeolocatorPlugin"
))
MobileScannerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"MobileScannerPlugin"
))
...
...
windows/flutter/generated_plugin_registrant.cc
View file @
3cc24d0
...
...
@@ -8,7 +8,6 @@
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
#include <flutter_localization/flutter_localization_plugin_c_api.h>
#include <flutter_plugin_stkouyu/flutter_plugin_stkouyu_plugin_c_api.h>
#include <flutter_sound/flutter_sound_plugin_c_api.h>
#include <geolocator_windows/geolocator_windows.h>
#include <permission_handler_windows/permission_handler_windows_plugin.h>
...
...
@@ -21,8 +20,6 @@ void RegisterPlugins(flutter::PluginRegistry* registry) {
registry
->
GetRegistrarForPlugin
(
"ConnectivityPlusWindowsPlugin"
));
FlutterLocalizationPluginCApiRegisterWithRegistrar
(
registry
->
GetRegistrarForPlugin
(
"FlutterLocalizationPluginCApi"
));
FlutterPluginStkouyuPluginCApiRegisterWithRegistrar
(
registry
->
GetRegistrarForPlugin
(
"FlutterPluginStkouyuPluginCApi"
));
FlutterSoundPluginCApiRegisterWithRegistrar
(
registry
->
GetRegistrarForPlugin
(
"FlutterSoundPluginCApi"
));
GeolocatorWindowsRegisterWithRegistrar
(
...
...
windows/flutter/generated_plugins.cmake
View file @
3cc24d0
...
...
@@ -5,7 +5,6 @@
list
(
APPEND FLUTTER_PLUGIN_LIST
connectivity_plus
flutter_localization
flutter_plugin_stkouyu
flutter_sound
geolocator_windows
permission_handler_windows
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment