Skip to content

Commit

Permalink
Merge pull request #17 from ParticleMedia/huanzhiNB/coreRemoveRootview
Browse files Browse the repository at this point in the history
remove rootview controller strong reference in core
  • Loading branch information
huanzhiNB authored Oct 29, 2024
2 parents c4f895c + 3af6e1f commit ae3d937
Show file tree
Hide file tree
Showing 21 changed files with 2,031 additions and 402 deletions.
2 changes: 1 addition & 1 deletion MSPSharedLibraries.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "MSPSharedLibraries"
spec.version = "0.0.64"
spec.version = "0.0.70"
spec.summary = "An utility helper for MSP"

spec.ios.deployment_target = '13.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>MSPSharedLibraries.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
<integer>4</integer>
</dict>
</dict>
</dict>
Expand Down
10 changes: 5 additions & 5 deletions MSPSharedLibraries/MSPiOSCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>MSPiOSCore.framework/MSPiOSCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MSPiOSCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MSPiOSCore.framework/MSPiOSCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MSPiOSCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ae3d937

Please sign in to comment.