Skip to content

Commit

Permalink
automatic framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakAndrei committed Dec 7, 2022
1 parent 0806d98 commit 9761d31
Show file tree
Hide file tree
Showing 22 changed files with 2,988 additions and 540 deletions.
10 changes: 5 additions & 5 deletions BanubaVideoEditorSDK.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>BanubaVideoEditorSDK.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>BanubaVideoEditorSDK.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.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ typedef SWIFT_ENUM(NSInteger, DraftsFeatureConfig, open) {
DraftsFeatureConfigEnabledSaveToDraftsByDefault = 1,
/// Drafts disabled completely. Drafts button on the start screen is hidden.
DraftsFeatureConfigDisabled = 2,
/// Drafts enabled. Cover screen will not be presented after editing a video. Drafts button on the start screen is displayed.
/// Drafts enabled. Cover screen will not be presented after editing a video.
DraftsFeatureConfigEnabledAskIfSaveNotExport = 3,
};

Expand Down
Binary file not shown.
Loading

0 comments on commit 9761d31

Please sign in to comment.