Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragyal committed Jun 14, 2019
1 parent dbb8d3e commit 9adc693
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 337 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Expand Up @@ -201,6 +201,6 @@ SPEC CHECKSUMS:
Protobuf: 7a877b7f3e5964e3fce995e2eb323dbc6831bb5a
SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8

PODFILE CHECKSUM: 2dcde116043ae4c2d0c919a011b7f370fbbd5d57
PODFILE CHECKSUM: fc0739073b2293bf8d20de023aac3f8f7ad7c1fc

COCOAPODS: 1.6.1
2 changes: 1 addition & 1 deletion Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

478 changes: 181 additions & 297 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions PulsePartner.xcodeproj/project.pbxproj
Expand Up @@ -29,6 +29,7 @@
BC4B20CB227B48D400F7B1FF /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4B20CA227B48D400F7B1FF /* String.swift */; };
BC4B20CD22844C0600F7B1FF /* UITextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4B20CC22844C0600F7B1FF /* UITextField.swift */; };
BC4B20CF2284603D00F7B1FF /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4B20CE2284603D00F7B1FF /* PreferencesViewController.swift */; };
BC7E91B522B3264700BE0E23 /* Podfile.lock in Resources */ = {isa = PBXBuildFile; fileRef = BC7E91B422B3264700BE0E23 /* Podfile.lock */; };
BCAE20EE2271F9EC00898553 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = BCAE20ED2271F9EC00898553 /* GoogleService-Info.plist */; };
BCAE20EF2271F9EC00898553 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = BCAE20ED2271F9EC00898553 /* GoogleService-Info.plist */; };
BCAE20F02271F9EC00898553 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = BCAE20ED2271F9EC00898553 /* GoogleService-Info.plist */; };
Expand Down Expand Up @@ -110,6 +111,7 @@
BC4B20CA227B48D400F7B1FF /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
BC4B20CC22844C0600F7B1FF /* UITextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITextField.swift; sourceTree = "<group>"; };
BC4B20CE2284603D00F7B1FF /* PreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; };
BC7E91B422B3264700BE0E23 /* Podfile.lock */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile.lock; sourceTree = "<group>"; };
BCAE20ED2271F9EC00898553 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
BCE8227322B2492E00FF1B01 /* ImageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageManager.swift; sourceTree = "<group>"; };
BCECF1302256241D00AFA163 /* PulsePartner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PulsePartner.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -242,6 +244,7 @@
BCECF1272256241D00AFA163 = {
isa = PBXGroup;
children = (
BC7E91B422B3264700BE0E23 /* Podfile.lock */,
BC461392229174D3008391CA /* Podfile */,
BC4B20C8227AEA9A00F7B1FF /* .swiftlint.yml */,
BC4B20C6227AEA4C00F7B1FF /* SWIFTLINT.md */,
Expand Down Expand Up @@ -478,6 +481,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BC7E91B522B3264700BE0E23 /* Podfile.lock in Resources */,
BCECF18B22562AAA00AFA163 /* .gitignore in Resources */,
BC4B20C7227AEA4D00F7B1FF /* SWIFTLINT.md in Resources */,
BC461393229174D4008391CA /* Podfile in Resources */,
Expand Down
Expand Up @@ -17,7 +17,7 @@
<key>PulsePartner.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>33</integer>
<integer>31</integer>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit 9adc693

Please sign in to comment.