7773749c53
Build Debug / Build Android Debug APK (push) Failing after 1m31s
Build UUVPN / Build Android APK (push) Failing after 2s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled
11 lines
599 B
Plaintext
11 lines
599 B
Plaintext
# Git LFS 配置 - iOS 大文件
|
|
# Libbox.xcframework 二进制文件
|
|
*.xcframework/**/*.framework/Versions/A/Libbox filter=lfs diff=lfs merge=lfs -text
|
|
*.xcframework/**/*.framework/Libbox filter=lfs diff=lfs merge=lfs -text
|
|
# 其他大型二进制文件
|
|
*.a filter=lfs diff=lfs merge=lfs -text
|
|
*.dylib filter=lfs diff=lfs merge=lfs -text
|
|
*.framework/Versions/A/* filter=lfs diff=lfs merge=lfs -text
|
|
iOS-SwiftUI-Code/Libbox.xcframework/**/*.framework/Versions/A/Libbox filter=lfs diff=lfs merge=lfs -text
|
|
iOS-SwiftUI-Code/Libbox.xcframework/**/*.framework/Libbox filter=lfs diff=lfs merge=lfs -text
|