Skip to content

Commit 892f0ca

Browse files
authored
Fix release build pipeline release 1.1.1 (#84)
* Fix pod lib lint * Fix lint fail for mac * Fix watchos pod lib lit failure * Remove visonos from pod spec * Removed unused files
1 parent 71ebc6c commit 892f0ca

31 files changed

+2733
-2935
lines changed

RichEditorSwiftUI.podspec

+13-14
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@ Pod::Spec.new do |s|
77
Wrapper around UITextView to support Rich text editing in SwiftUI.
88
DESC
99

10-
s.homepage = 'https://github.com/canopas/RichEditorSwiftUI'
11-
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
12-
s.author = { 'Jimmy' => 'jimmy@canopas.com' }
13-
s.source = { :git => 'https://github.com/canopas/rich-editor-swiftui.git', :tag => s.version.to_s }
14-
s.social_media_url = 'https://x.com/canopas_eng'
10+
s.homepage = "https://github.com/canopas/RichEditorSwiftUI"
11+
s.license = { :type => "MIT", :file => "LICENSE.md" }
12+
s.author = { "Jimmy" => "jimmy@canopas.com" }
13+
s.source = { :git => "https://github.com/canopas/rich-editor-swiftui.git", :tag => s.version.to_s }
14+
s.social_media_url = "https://x.com/canopas_eng"
1515

16-
s.source_files = 'Sources/**/*.swift'
16+
s.source_files = "Sources/**/*.swift"
1717

18-
s.module_name = 'RichEditorSwiftUI'
18+
s.module_name = "RichEditorSwiftUI"
1919
s.requires_arc = true
2020

21-
s.swift_version = '5.9'
21+
s.swift_version = "5.9"
2222

23-
s.ios.deployment_target = '15.0'
24-
s.osx.deployment_target = '12.0'
25-
s.tvos.deployment_target = '17.0'
26-
s.visionos.deployment_target = '1.0'
27-
s.watchos.deployment_target = '8.0'
23+
s.ios.deployment_target = "15.0"
24+
s.osx.deployment_target = "12.0"
25+
s.tvos.deployment_target = "17.0"
26+
s.watchos.deployment_target = "8.0"
2827

29-
s.preserve_paths = 'README.md'
28+
s.preserve_paths = "README.md"
3029

3130
end

Sources/RichEditorSwiftUI/Attributes/RichTextAttributeWriter+List.swift

-141
This file was deleted.

Sources/RichEditorSwiftUI/Attributes/RichTextAttributeWriter+Style.swift

-82
This file was deleted.

0 commit comments

Comments
 (0)