Skip to content

Commit

Permalink
automatic framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakAndrei committed Nov 28, 2022
1 parent 58a4670 commit baf8c0e
Show file tree
Hide file tree
Showing 20 changed files with 3,109 additions and 772 deletions.
10 changes: 5 additions & 5 deletions VideoEditor.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>VideoEditor.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>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>VideoEditor.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
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,12 @@ SWIFT_CLASS("_TtC11VideoEditor13VideoSequence")



@interface VideoSequence (SWIFT_EXTENSION(VideoEditor))
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
@end






Expand Down
Binary file not shown.
Loading

0 comments on commit baf8c0e

Please sign in to comment.