Skip to content

Commit 13acf1b

Browse files
author
aforge
committed
Moved TinodeSDK code one level up in the directory tree.
This way the structure of the project becomes unified: * ios and TinodeSDK are top level projects. * Pods is a file group which encorporates all library code.
1 parent 2be7ff1 commit 13acf1b

27 files changed

+11
-11
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use_frameworks!
66
workspace 'ios'
77

88
project 'ios'
9-
project 'TinodeSDK/TinodeSDK'
9+
project 'TinodeSDK'
1010

1111
def sdk_pods
1212
pod 'SwiftWebSocket', '~> 2.7.0'
@@ -20,7 +20,7 @@ def ui_pods
2020
end
2121

2222
target 'TinodeSDK' do
23-
project 'TinodeSDK/TinodeSDK'
23+
project 'TinodeSDK'
2424
sdk_pods
2525
end
2626

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ SPEC CHECKSUMS:
3232
SwiftKeychainWrapper: 82c4c02cdc36f9a24f7edfcaab3e336401caa1a1
3333
SwiftWebSocket: 612c9729fd503cb6b0b8b45390c788686dac306f
3434

35-
PODFILE CHECKSUM: 61659f7e9a94e416701d0a95812ce120f2d8ef76
35+
PODFILE CHECKSUM: a665dbfa62e4a572bc78751b82dc0f44bf3757ae
3636

3737
COCOAPODS: 1.5.3

Pods/Manifest.lock

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

Pods/Target Support Files/Pods-TinodeSDK/Pods-TinodeSDK.debug.xcconfig

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

Pods/Target Support Files/Pods-TinodeSDK/Pods-TinodeSDK.release.xcconfig

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

TinodeSDK/TinodeSDK.xcodeproj/project.pbxproj renamed to TinodeSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
0A431BF92244A14D00A837F7 /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
5454
0A44B0102247573C00A98866 /* SwiftWebSocket.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftWebSocket.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5555
679C08F81F0F4B80EE066C70 /* Pods_TinodeSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TinodeSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56-
B0CD0F1036565AA6D7FCB418 /* Pods-TinodeSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TinodeSDK.release.xcconfig"; path = "../Pods/Target Support Files/Pods-TinodeSDK/Pods-TinodeSDK.release.xcconfig"; sourceTree = "<group>"; };
57-
B4211CF84B51039364CC4DD3 /* Pods-TinodeSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TinodeSDK.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-TinodeSDK/Pods-TinodeSDK.debug.xcconfig"; sourceTree = "<group>"; };
56+
B0CD0F1036565AA6D7FCB418 /* Pods-TinodeSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TinodeSDK.release.xcconfig"; path = "./Pods/Target Support Files/Pods-TinodeSDK/Pods-TinodeSDK.release.xcconfig"; sourceTree = "<group>"; };
57+
B4211CF84B51039364CC4DD3 /* Pods-TinodeSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TinodeSDK.debug.xcconfig"; path = "./Pods/Target Support Files/Pods-TinodeSDK/Pods-TinodeSDK.debug.xcconfig"; sourceTree = "<group>"; };
5858
/* End PBXFileReference section */
5959

6060
/* Begin PBXFrameworksBuildPhase section */

0 commit comments

Comments
 (0)