Skip to content

Commit c51901a

Browse files
author
Vance Will
committed
restructure for lint
1 parent 15b5f5a commit c51901a

15 files changed

+6
-6
lines changed

Examples/UsingCocoaPods/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ use_frameworks!
22

33
target 'Example.iOS' do
44
platform :ios, '14.0'
5-
pod 'Wormhole', :path => '../../Package/'
5+
pod 'Wormhole', :path => '../../'
66
end
77

88
target 'Example.watchOS Extension' do
99
platform :watchos, '7.0'
10-
pod 'Wormhole', :path => '../../Package/'
10+
pod 'Wormhole', :path => '../../'
1111
end
1212

1313
target 'Example.iOS.WidgetExtension' do
1414
platform :ios, '14.0'
15-
pod 'Wormhole', :path => '../../Package/'
15+
pod 'Wormhole', :path => '../../'
1616
end

Examples/UsingCocoaPods/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ PODS:
44
- Wormhole/Core (0.1.0)
55

66
DEPENDENCIES:
7-
- Wormhole (from `../../Package/`)
7+
- Wormhole (from `../../`)
88

99
EXTERNAL SOURCES:
1010
Wormhole:
11-
:path: "../../Package/"
11+
:path: "../../"
1212

1313
SPEC CHECKSUMS:
1414
Wormhole: 5fe5661ba284843d84ac185ee86211e98dc16593
1515

16-
PODFILE CHECKSUM: 59654dcc9e34ab2c4332e786f671a76cea4b9c96
16+
PODFILE CHECKSUM: 0198143352250886e817c928c82838adb9b11e39
1717

1818
COCOAPODS: 1.10.1
File renamed without changes.
File renamed without changes.

Package/Sources/Wormhole/Transiting/CoordinatedFileTransiting.swift renamed to Sources/Wormhole/Transiting/CoordinatedFileTransiting.swift

File renamed without changes.
File renamed without changes.

Package/Sources/Wormhole/Transiting/SessionContextTransiting.swift renamed to Sources/Wormhole/Transiting/SessionContextTransiting.swift

File renamed without changes.

Package/Sources/Wormhole/Transiting/SessionFileTransiting.swift renamed to Sources/Wormhole/Transiting/SessionFileTransiting.swift

File renamed without changes.

Package/Sources/Wormhole/Transiting/SessionMessageTransiting.swift renamed to Sources/Wormhole/Transiting/SessionMessageTransiting.swift

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)