Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpcarter committed Oct 14, 2020
1 parent 8106598 commit 10a53e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Cumulocity Client Library.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
F0A7EC4625344BF600472615 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A7EC4025344BF600472615 /* Network.swift */; };
F0A7EC4C25344C3000472615 /* MockedAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A7EC4B25344C3000472615 /* MockedAssetCollection.swift */; };
F0A7EC4D25344C3000472615 /* MockedAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A7EC4B25344C3000472615 /* MockedAssetCollection.swift */; };
F0A7EC862537031C00472615 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A7EC852537031C00472615 /* Package.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -176,6 +177,7 @@
F0A7EC3F25344BF600472615 /* LoRaNetworkService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoRaNetworkService.swift; sourceTree = "<group>"; };
F0A7EC4025344BF600472615 /* Network.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Network.swift; sourceTree = "<group>"; };
F0A7EC4B25344C3000472615 /* MockedAssetCollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockedAssetCollection.swift; sourceTree = "<group>"; };
F0A7EC852537031C00472615 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -207,6 +209,7 @@
88363E002448AC1000C018C6 = {
isa = PBXGroup;
children = (
F0A7EC852537031C00472615 /* Package.swift */,
88363E272448AC8600C018C6 /* Sources */,
88363E0C2448AC1000C018C6 /* Cumulocity Client Library */,
88363E172448AC1000C018C6 /* Cumulocity Client LibraryTests */,
Expand Down Expand Up @@ -555,6 +558,7 @@
F0A7EC3725344BCA00472615 /* MutableDevice.swift in Sources */,
88413C2E244B8688007A52E0 /* CumulocityUser.swift in Sources */,
F0A7EC2F25344BCA00472615 /* Device.swift in Sources */,
F0A7EC862537031C00472615 /* Package.swift in Sources */,
88413C2D244B867B007A52E0 /* CumulocityConnection.swift in Sources */,
F0A7EC3525344BCA00472615 /* Group.swift in Sources */,
888B65E1245D9FF90003EAED /* Model.swift in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ let package = Package(
]
)
]
)
)
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ Now you can import your dependencies e.g.:
#import Combine
#import <Cumulocity_Client_Library/Cumulocity_Client_Library.h>
```

see the section on `Installation` for more information

0 comments on commit 10a53e3

Please sign in to comment.