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 8e9dbaee
authored
2026-01-19 15:47:49 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改配置
1 parent
990951ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
ios/Runner/Runner.entitlements
macos/Flutter/GeneratedPluginRegistrant.swift
ios/Runner/Runner.entitlements
View file @
8e9dbae
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<plist
version=
"1.0"
>
<dict>
<dict>
<key>
com.apple.developer.applesignin
</key>
<array>
<string>
Default
</string>
</array>
<key>
com.apple.developer.associated-domains
</key>
<key>
com.apple.developer.associated-domains
</key>
<array>
<array>
<string>
applinks:dev.banxiaoer.net
</string>
<string>
applinks:dev.banxiaoer.net
</string>
...
...
macos/Flutter/GeneratedPluginRegistrant.swift
View file @
8e9dbae
...
@@ -22,6 +22,7 @@ import package_info_plus
...
@@ -22,6 +22,7 @@ import package_info_plus
import
path_provider_foundation
import
path_provider_foundation
import
photo_manager
import
photo_manager
import
shared_preferences_foundation
import
shared_preferences_foundation
import
sign_in_with_apple
import
tencent_cloud_chat_sdk
import
tencent_cloud_chat_sdk
import
url_launcher_macos
import
url_launcher_macos
import
video_player_avfoundation
import
video_player_avfoundation
...
@@ -46,6 +47,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
...
@@ -46,6 +47,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PathProviderPlugin"
))
PathProviderPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PathProviderPlugin"
))
PhotoManagerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PhotoManagerPlugin"
))
PhotoManagerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PhotoManagerPlugin"
))
SharedPreferencesPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SharedPreferencesPlugin"
))
SharedPreferencesPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SharedPreferencesPlugin"
))
SignInWithApplePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SignInWithApplePlugin"
))
TencentCloudChatSdkPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"TencentCloudChatSdkPlugin"
))
TencentCloudChatSdkPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"TencentCloudChatSdkPlugin"
))
UrlLauncherPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"UrlLauncherPlugin"
))
UrlLauncherPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"UrlLauncherPlugin"
))
FVPVideoPlayerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FVPVideoPlayerPlugin"
))
FVPVideoPlayerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FVPVideoPlayerPlugin"
))
...
...
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