Compare commits

...

9 Commits
1.0.8 ... main

Author SHA1 Message Date
ld
a199fa95ae Update Unity framework to version 1.1.4 2025-12-16 16:39:31 +08:00
ld
61efc13d03 Update Unity framework to version 1.1.3 2025-12-16 15:48:47 +08:00
ld
a7957867f4 Update Unity framework to version 1.1.2 2025-12-16 15:19:23 +08:00
ezio
40a91c66f3 Update Unity framework to version 1.1.1 2025-12-15 17:02:33 +08:00
ezio
1cb2262a19 Update Unity framework to version 1.1.1 2025-12-15 16:51:56 +08:00
zj
d53ab475f9 更新1.1.0 2025-12-10 10:54:55 +08:00
zj
c284469c56 update. 1.0.9 2025-11-29 15:37:26 +08:00
zj
452cbcd1d1 update。 2025-11-28 18:02:46 +08:00
zj
37da4172fb Remove build directory from version control and add to .gitignore
The build directory contains temporary build artifacts that are
regenerated by build_xcframework.sh and upgrade_framework.sh scripts.
These files should not be tracked in version control.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:00:49 +08:00
594 changed files with 12 additions and 5130 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Build output
build/
# macOS
.DS_Store
# Backup directories
backup_*/

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UnityFramework'
s.version = '1.0.8'
s.version = '1.1.4'
s.summary = 'Unity iOS Framework for Flutter integration (XCFramework with simulator support)'
s.description = 'Unity iOS framework packaged as XCFramework for Flutter projects. Includes simulator support for development.'
s.homepage = 'https://gitea.sdws.shop/xim/flutter_unity_pod'

Some files were not shown because too many files have changed in this diff Show More