Skip to content

Commit

Permalink
Update podfile.lock for objc example and tests projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-londar committed Nov 14, 2024
1 parent 8dc4ea3 commit eb2a1b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ObjCExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- BaseAPI (0.2.1)
- BaseAPI (0.2.2)
- CrowdinSDK (1.9.0):
- CrowdinSDK/Core (= 1.9.0)
- CrowdinSDK/CrowdinProvider (= 1.9.0)
- CrowdinSDK/Core (1.9.0):
- CrowdinSDK/CrowdinFileSystem
- CrowdinSDK/CrowdinAPI (1.9.0):
- BaseAPI (~> 0.2.1)
- BaseAPI (~> 0.2.2)
- CrowdinSDK/Core
- CrowdinSDK/CrowdinFileSystem (1.9.0)
- CrowdinSDK/CrowdinProvider (1.9.0):
Expand All @@ -26,8 +26,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BaseAPI: 7a3abac9fa1e19147a5c87dcfbb1829a584cd1ca
CrowdinSDK: 65fd7989c86e5ff79c8734979bc61510238d8725
BaseAPI: 7d1c79778a5c85f8e05f5e5c9d7f9be6474a53eb
CrowdinSDK: 176f6db0a3681cbcf5a1c64bb2f8e264a042c0a6

PODFILE CHECKSUM: 530155f41b1d99b9cdd5bfd43d94fc0d9d7a9e49

Expand Down
10 changes: 5 additions & 5 deletions Tests/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- BaseAPI (0.2.1)
- BaseAPI (0.2.2)
- CrowdinSDK (1.9.0):
- CrowdinSDK/Core (= 1.9.0)
- CrowdinSDK/CrowdinProvider (= 1.9.0)
- CrowdinSDK/Core (1.9.0):
- CrowdinSDK/CrowdinFileSystem
- CrowdinSDK/Core_Tests (1.9.0)
- CrowdinSDK/CrowdinAPI (1.9.0):
- BaseAPI (~> 0.2.1)
- BaseAPI (~> 0.2.2)
- CrowdinSDK/Core
- CrowdinSDK/CrowdinAPI_Tests (1.9.0)
- CrowdinSDK/CrowdinFileSystem (1.9.0)
Expand All @@ -17,7 +17,7 @@ PODS:
- CrowdinSDK/CrowdinFileSystem
- CrowdinSDK/CrowdinProvider_Tests (1.9.0)
- CrowdinSDK/LoginFeature (1.9.0):
- BaseAPI (~> 0.2.1)
- BaseAPI (~> 0.2.2)
- CrowdinSDK/Core
- CrowdinSDK/CrowdinAPI
- CrowdinSDK/CrowdinProvider
Expand All @@ -39,8 +39,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BaseAPI: 7a3abac9fa1e19147a5c87dcfbb1829a584cd1ca
CrowdinSDK: 65fd7989c86e5ff79c8734979bc61510238d8725
BaseAPI: 7d1c79778a5c85f8e05f5e5c9d7f9be6474a53eb
CrowdinSDK: 176f6db0a3681cbcf5a1c64bb2f8e264a042c0a6

PODFILE CHECKSUM: 3efeda1a4b0cfa7f4d6d66e1bee4ee5a1048af75

Expand Down

0 comments on commit eb2a1b2

Please sign in to comment.