Skip to content

Commit 908e6fb

Browse files
committed
updated x handle
1 parent f24949c commit 908e6fb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/RichEditorSwiftUI.xcscheme

+12
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
3030
shouldUseLaunchSchemeArgsEnv = "YES"
3131
shouldAutocreateTestPlan = "YES">
32+
<Testables>
33+
<TestableReference
34+
skipped = "NO">
35+
<BuildableReference
36+
BuildableIdentifier = "primary"
37+
BlueprintIdentifier = "RichEditorSwiftUITests"
38+
BuildableName = "RichEditorSwiftUITests"
39+
BlueprintName = "RichEditorSwiftUITests"
40+
ReferencedContainer = "container:">
41+
</BuildableReference>
42+
</TestableReference>
43+
</Testables>
3244
</TestAction>
3345
<LaunchAction
3446
buildConfiguration = "Debug"

RichEditorSwiftUI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
1111
s.license = { :type => "MIT", :file => "LICENSE.md" }
1212
s.author = { "Jimmy" => "jimmy@canopas.com" }
1313
s.source = { :git => "https://github.com/canopas/rich-editor-swiftui.git", :tag => s.version.to_s }
14-
s.source_files = "Sources/**/*.swift"
15-
s.social_media_url = 'https://twitter.com/canopassoftware'
14+
s.source_files = "Sources/*.swift"
15+
s.social_media_url = 'https://x.com/canopas_eng'
1616

1717
s.module_name = 'RichEditorSwiftUI'
1818
s.requires_arc = true

0 commit comments

Comments
 (0)