Skip to content

Commit

Permalink
Fix: Duplicate actions emission
Browse files Browse the repository at this point in the history
By using another channel to make sure the action passes through middlewares before it receives another Action.
Update Android Gradle Plugin.

Update XcFramework.
  • Loading branch information
abhimuktheeswarar committed Oct 29, 2021
1 parent 81fb641 commit 4db61ab
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions flywheel/xcframework/Flywheel.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,93 +6,93 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_32</string>
<string>macos-x86_64</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-x86_64-simulator</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-x86_64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>watchos-x86_64-simulator</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-x86_64-simulator</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-x86_64-simulator</string>
<string>watchos-arm64_32</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64_32</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>watchos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4db61ab

Please sign in to comment.