Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier committed Feb 13, 2020
1 parent 55bdf6f commit d60f434
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions Swift/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
25F985360B0932ADFFBB7210 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28EEE4A886C2BF025BF64EEC /* Pods_Example.framework */; };
C1C0D33B2242C1A400D7F301 /* abraham.gif in Resources */ = {isa = PBXBuildFile; fileRef = C1C0D3392242C1A400D7F301 /* abraham.gif */; };
C1C0D33C2242C1A400D7F301 /* suerender.gif in Resources */ = {isa = PBXBuildFile; fileRef = C1C0D33A2242C1A400D7F301 /* suerender.gif */; };
CAF0BAB7B90B66E894FA6DA8 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F23315B7EECC014F4A265E7 /* Pods_Example.framework */; };
FD1914BF232ACFC200E4221D /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1914B4232ACFC100E4221D /* SettingsViewController.swift */; };
FD1914C0232ACFC200E4221D /* SettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1914B5232ACFC100E4221D /* SettingCell.swift */; };
FD1914C1232ACFC200E4221D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1914B6232ACFC200E4221D /* ViewController.swift */; };
Expand Down Expand Up @@ -50,7 +50,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
0F23315B7EECC014F4A265E7 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28EEE4A886C2BF025BF64EEC /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6F63BC3F1B8D1A6DBAFF5353 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
9FAFD26074B24D2DAD5C23A9 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
C1C0D3392242C1A400D7F301 /* abraham.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = abraham.gif; sourceTree = "<group>"; };
Expand Down Expand Up @@ -80,7 +80,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CAF0BAB7B90B66E894FA6DA8 /* Pods_Example.framework in Frameworks */,
25F985360B0932ADFFBB7210 /* Pods_Example.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -151,7 +151,7 @@
isa = PBXGroup;
children = (
FD00A465221DD98E008F19FE /* ExampleObjectiveC.xcodeproj */,
0F23315B7EECC014F4A265E7 /* Pods_Example.framework */,
28EEE4A886C2BF025BF64EEC /* Pods_Example.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -168,7 +168,7 @@
FD788A4622134449000227B3 /* Frameworks */,
FD788A4722134449000227B3 /* Resources */,
FD3DCAC62277A37A00FDB5D9 /* Embed Frameworks */,
4403963427F77B808AB90CF3 /* [CP] Embed Pods Frameworks */,
1DF94A0C74E828BDDF15FAEE /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -245,43 +245,43 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
29A9E9DEC4453A45DBD64BC8 /* [CP] Check Pods Manifest.lock */ = {
1DF94A0C74E828BDDF15FAEE /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
4403963427F77B808AB90CF3 /* [CP] Embed Pods Frameworks */ = {
29A9E9DEC4453A45DBD64BC8 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
1 change: 1 addition & 0 deletions Swift/Example/SettingsViewController+DataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


import UIKit
import GiphyCoreSDK
import GiphyUISDK

extension SettingsViewController: UICollectionViewDataSource {
Expand Down
2 changes: 1 addition & 1 deletion Swift/Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
GiphyUISDK.configure(apiKey: "", verificationMode: false)
Giphy.configure(apiKey: "", verificationMode: false)
addChatView()
registerKeyboardNotifications()
view.backgroundColor = .white
Expand Down
1 change: 0 additions & 1 deletion Swift/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use_frameworks!
target "Example" do
pod 'Giphy'
Expand Down
6 changes: 3 additions & 3 deletions Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- DeepDiff (2.3.1)
- Giphy (1.1.9):
- Giphy (1.2.2):
- DeepDiff
- libwebp
- PINCache
Expand All @@ -27,10 +27,10 @@ SPEC REPOS:

SPEC CHECKSUMS:
DeepDiff: e5ae6c50d0321568e4508cec5930b9f10bb293fc
Giphy: c6267ae38e140d4bee3899269f323426e4609f0b
Giphy: 0fd5898a9100716fa031e342ec919aca876fb3f3
libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3
PINCache: ce36ed282031b92fc7733ffe831f474ff80fddc2

PODFILE CHECKSUM: 1f6c8dc7b516e93843dc4421cd9aea8f50ab8389
PODFILE CHECKSUM: d659713d06e820a4ac8d6a631ef9c1ab030fdb5c

COCOAPODS: 1.8.4

0 comments on commit d60f434

Please sign in to comment.