Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
aliyun_face_plugin
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
aliyun_face_plugin
Commits
042c97f9
提交
042c97f9
authored
5月 23, 2023
作者:
袁静春
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
提交:修改插件iOS配置;
上级
a076012a
全部展开
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
78 行增加
和
1 行删除
+78
-1
Debug.xcconfig
example/ios/Flutter/Debug.xcconfig
+1
-0
Release.xcconfig
example/ios/Flutter/Release.xcconfig
+1
-0
Podfile
example/ios/Podfile
+44
-0
Podfile.lock
example/ios/Podfile.lock
+28
-0
project.pbxproj
example/ios/Runner.xcodeproj/project.pbxproj
+0
-0
contents.xcworkspacedata
example/ios/Runner.xcworkspace/contents.xcworkspacedata
+3
-0
aliyun_face_plugin.podspec
ios/aliyun_face_plugin.podspec
+1
-1
没有找到文件。
example/ios/Flutter/Debug.xcconfig
浏览文件 @
042c97f9
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
example/ios/Flutter/Release.xcconfig
浏览文件 @
042c97f9
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
example/ios/Podfile
0 → 100644
浏览文件 @
042c97f9
# Uncomment this line to define a global platform for your project
# platform :ios, '11.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV
[
'COCOAPODS_DISABLE_STATS'
]
=
'true'
project
'Runner'
,
{
'Debug'
=>
:debug
,
'Profile'
=>
:release
,
'Release'
=>
:release
,
}
def
flutter_root
generated_xcode_build_settings_path
=
File
.
expand_path
(
File
.
join
(
'..'
,
'Flutter'
,
'Generated.xcconfig'
),
__FILE__
)
unless
File
.
exist?
(
generated_xcode_build_settings_path
)
raise
"
#{
generated_xcode_build_settings_path
}
must exist. If you're running pod install manually, make sure flutter pub get is executed first"
end
File
.
foreach
(
generated_xcode_build_settings_path
)
do
|
line
|
matches
=
line
.
match
(
/FLUTTER_ROOT\=(.*)/
)
return
matches
[
1
].
strip
if
matches
end
raise
"FLUTTER_ROOT not found in
#{
generated_xcode_build_settings_path
}
. Try deleting Generated.xcconfig, then run flutter pub get"
end
require
File
.
expand_path
(
File
.
join
(
'packages'
,
'flutter_tools'
,
'bin'
,
'podhelper'
),
flutter_root
)
flutter_ios_podfile_setup
target
'Runner'
do
use_frameworks!
use_modular_headers!
flutter_install_all_ios_pods
File
.
dirname
(
File
.
realpath
(
__FILE__
))
target
'RunnerTests'
do
inherit!
:search_paths
end
end
post_install
do
|
installer
|
installer
.
pods_project
.
targets
.
each
do
|
target
|
flutter_additional_ios_build_settings
(
target
)
end
end
example/ios/Podfile.lock
0 → 100644
浏览文件 @
042c97f9
PODS:
- aliyun_face_plugin (2.2.2):
- Flutter
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
DEPENDENCIES:
- aliyun_face_plugin (from `.symlinks/plugins/aliyun_face_plugin/ios`)
- Flutter (from `Flutter`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
EXTERNAL SOURCES:
aliyun_face_plugin:
:path: ".symlinks/plugins/aliyun_face_plugin/ios"
Flutter:
:path: Flutter
integration_test:
:path: ".symlinks/plugins/integration_test/ios"
SPEC CHECKSUMS:
aliyun_face_plugin: 066168a5db88c89174509dae24b39f56d8ac2be6
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: 13825b8a9334a850581300559b8839134b124670
PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189
COCOAPODS: 1.11.3
example/ios/Runner.xcodeproj/project.pbxproj
浏览文件 @
042c97f9
差异被折叠。
点击展开。
example/ios/Runner.xcworkspace/contents.xcworkspacedata
浏览文件 @
042c97f9
...
...
@@ -4,4 +4,7 @@
<FileRef
location =
"group:Runner.xcodeproj"
>
</FileRef>
<FileRef
location =
"group:Pods/Pods.xcodeproj"
>
</FileRef>
</Workspace>
ios/aliyun_face_plugin.podspec
浏览文件 @
042c97f9
...
...
@@ -17,7 +17,7 @@ A new Flutter plugin project.
s
.
public_header_files
=
'Classes/**/*.h'
s
.
dependency
'Flutter'
s
.
platform
=
:ios
,
'9.0'
s
.
swift_version
=
'4.0'
#
s.swift_version = '4.0'
# Flutter.framework does not contain a i386 slice.
s
.
pod_target_xcconfig
=
{
'DEFINES_MODULE'
=>
'YES'
,
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'i386'
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论