Skip to content

Commit 6e02e87

Browse files
committed
Add Foundation Imports
1 parent 31135ee commit 6e02e87

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

CommandBarIOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CommandBarIOS'
11-
s.version = '1.1.0'
11+
s.version = '1.1.1'
1212
s.summary = 'HelpHub and Copilot Command Bar for iOS. '
1313

1414
# This description is used to generate tags and improve search results.

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CommandBarIOS (1.1.0)
2+
- CommandBarIOS (1.1.1)
33

44
DEPENDENCIES:
55
- CommandBarIOS (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
CommandBarIOS: 3fa819a1fa27f3b0d39da577519e58e717b9f8b3
12+
CommandBarIOS: 4c600ab0ac2b0d39061a386629619f7776f13900
1313

1414
PODFILE CHECKSUM: 6d9bb10e6d829f27934a51717623c1fd87cac734
1515

Example/Pods/Local Podspecs/CommandBarIOS.podspec.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/CommandBarIOS/CommandBarIOS-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/CommandBarIOS/CommandBar/CommandBar.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12
import WebKit
23

34
class CommandBar {

Sources/CommandBarIOS/CommandBar/InternalSDK.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
protocol CommandBarInternalSDKDelegate: AnyObject {
34
func didBootComplete(withConfig config: Config)

Sources/CommandBarIOS/CommandBar/Options.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
import Foundation
3+
24
// MARK: Public
35
protocol CommandBarOptionsDelegate: Codable {
46
var user_id: String? { get set }

0 commit comments

Comments
 (0)