File tree 3 files changed +7
-5
lines changed
WordPress/Classes/Services/Stories
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 57
57
def kanvas
58
58
#pod 'Kanvas', '~> 1.2.5'
59
59
#pod 'Kanvas', :git => 'https://github.com/tumblr/Kanvas-iOS.git', :tag => ''
60
- pod 'Kanvas' , :git => 'https://github.com/tumblr/Kanvas-iOS.git' , :commit => '797d7cc '
60
+ pod 'Kanvas' , :git => 'https://github.com/tumblr/Kanvas-iOS.git' , :commit => 'b2d90a '
61
61
#pod 'Kanvas', :path => '../Kanvas-iOS'
62
62
end
63
63
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ DEPENDENCIES:
452
452
- Gridicons (~> 1.1.0)
453
453
- Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.50.0`)
454
454
- JTAppleCalendar (~> 8.0.2)
455
- - Kanvas (from `https://github.com/tumblr/Kanvas-iOS.git`, commit `797d7cc `)
455
+ - Kanvas (from `https://github.com/tumblr/Kanvas-iOS.git`, commit `b2d90a `)
456
456
- MediaEditor (~> 1.2.1)
457
457
- MRProgress (= 0.8.3)
458
458
- Nimble (~> 7.3.1)
@@ -581,7 +581,7 @@ EXTERNAL SOURCES:
581
581
:submodules: true
582
582
:tag: v1.50.0
583
583
Kanvas:
584
- :commit: 797d7cc
584
+ :commit: b2d90a
585
585
:git: https://github.com/tumblr/Kanvas-iOS.git
586
586
RCTRequired:
587
587
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.50.0/third-party-podspecs/RCTRequired.podspec.json
@@ -665,7 +665,7 @@ CHECKOUT OPTIONS:
665
665
:submodules: true
666
666
:tag: v1.50.0
667
667
Kanvas:
668
- :commit: 797d7cc
668
+ :commit: b2d90a
669
669
:git: https://github.com/tumblr/Kanvas-iOS.git
670
670
RNTAztecView:
671
671
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
@@ -768,6 +768,6 @@ SPEC CHECKSUMS:
768
768
ZendeskSupportSDK: e100a7a0a1bb5d7d43abbde3338727d985a4986d
769
769
ZIPFoundation: e27423c004a5a1410c15933407747374e7c6cb6e
770
770
771
- PODFILE CHECKSUM: ddd74e3316cbc54094674658e059c53e867163b5
771
+ PODFILE CHECKSUM: 431fc0a0b74cbe0aaa5d158fe9d2a1c9d17a1deb
772
772
773
773
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ class StoryEditor: CameraController {
86
86
settings. exportStopMotionPhotoAsVideo = false
87
87
settings. fontSelectorUsesFont = true
88
88
settings. aspectRatio = 9 / 16
89
+ settings. showShadowOverMediaClips = false
89
90
90
91
return settings
91
92
}
@@ -141,6 +142,7 @@ class StoryEditor: CameraController {
141
142
Kanvas . KanvasColors. shared = KanvasCustomUI . shared. cameraColors ( )
142
143
Kanvas . KanvasFonts. shared = KanvasCustomUI . shared. cameraFonts ( )
143
144
Kanvas . KanvasImages. shared = KanvasCustomUI . shared. cameraImages ( )
145
+ Kanvas . KanvasEditorDesign. shared = Kanvas . KanvasEditorDesign. storiesDesign
144
146
Kanvas . KanvasStrings. shared = KanvasStrings (
145
147
cameraPermissionsTitleLabel: NSLocalizedString ( " Post to WordPress " , comment: " Title of camera permissions screen " ) ,
146
148
cameraPermissionsDescriptionLabel: NSLocalizedString ( " Allow access so you can start taking photos and videos. " , comment: " Message on camera permissions screen to explain why the app needs camera and microphone permissions " )
You can’t perform that action at this time.
0 commit comments