diff --git a/.gitignore b/.gitignore index f6947b5..468c51f 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,12 @@ opencode.json # iOS framework build artifacts produced by chanora_bridge.podspec /apps/chanora_flutter/ios/Frameworks/ + +# macOS framework build artifacts produced by chanora_bridge.podspec +# (prepare_command + script_phase rm -rf and regenerate this tree on +# every pod install AND every Xcode build, so tracking it in git is +# pure waste — the committed binary was ~40 MB per commit). +/apps/chanora_flutter/macos/Frameworks/ .opencode/ AGENTS.md Screenshot 2026-05-17 at 22.23.07.png diff --git a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Resources b/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Resources deleted file mode 120000 index 953ee36..0000000 --- a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file diff --git a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/A/Resources/Info.plist b/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 4758774..0000000 --- a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - CFBundleExecutablechanora_bridge - CFBundleIdentifierapp.chanora.bridge - CFBundleNamechanora_bridge - CFBundlePackageTypeFMWK - CFBundleShortVersionString1.0.0 - CFBundleVersion1 - CFBundleSupportedPlatformsMacOSX - MinimumOSVersion13.0 - - diff --git a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/A/chanora_bridge b/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/A/chanora_bridge deleted file mode 100755 index f103199..0000000 Binary files a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/A/chanora_bridge and /dev/null differ diff --git a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/Current b/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/Current deleted file mode 120000 index 8c7e5a6..0000000 --- a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/chanora_bridge b/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/chanora_bridge deleted file mode 120000 index ffe85df..0000000 --- a/apps/chanora_flutter/macos/Frameworks/chanora_bridge.framework/chanora_bridge +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/chanora_bridge \ No newline at end of file