Compare commits

..

No commits in common. "main" and "1.1.0" have entirely different histories.
main ... 1.1.0

16 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UnityFramework'
s.version = '1.1.4'
s.version = '1.1.0'
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'

View File

@ -4,6 +4,20 @@
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>UnityFramework.framework/UnityFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>UnityFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>UnityFramework.framework/UnityFramework</string>
@ -21,20 +35,6 @@
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>UnityFramework.framework/UnityFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>UnityFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>

View File

@ -1,4 +1,4 @@
wait-for-native-debugger=0
hdr-display-enabled=0
gc-max-time-slice=3
build-guid=7ef4146e43344fc0a7da8943abd304da
build-guid=292e23e3a3ff451dba36c31b1b5a5dea

View File

@ -12,7 +12,7 @@ if [ "$#" -ne 1 ]; then
fi
NEW_FRAMEWORK="$1"
REPO_DIR="/Users/ezio/Documents/work/project/flutter_unity_pod"
REPO_DIR="/Users/apple/Desktop/work/flutter_unity_pod"
STUB_DIR="$REPO_DIR/simulator_stub"
BUILD_DIR="$REPO_DIR/build"