File tree 2 files changed +14
-2
lines changed
.swiftpm/xcode/xcshareddata/xcschemes
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 29
29
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
30
30
shouldUseLaunchSchemeArgsEnv = " YES"
31
31
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 >
32
44
</TestAction >
33
45
<LaunchAction
34
46
buildConfiguration = " Debug"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
11
11
s . license = { :type => "MIT" , :file => "LICENSE.md" }
12
12
s . author = { "Jimmy" => "jimmy@canopas.com" }
13
13
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 '
16
16
17
17
s . module_name = 'RichEditorSwiftUI'
18
18
s . requires_arc = true
You can’t perform that action at this time.
0 commit comments