Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced UIWebview with WkWebView. Updated AFNetworking to use latest version. #294

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 7 additions & 52 deletions Example/InstagramKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@
6003F586195388D20070C39A /* Sources */,
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
9137CB595EA23553FB365A8A /* [CP] Embed Pods Frameworks */,
7FBC570856BC9E176F3EA379 /* [CP] Copy Pods Resources */,
ECDAEC28C913DFE3A8FF13FE /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -276,8 +275,6 @@
6003F5AA195388D20070C39A /* Sources */,
6003F5AB195388D20070C39A /* Frameworks */,
6003F5AC195388D20070C39A /* Resources */,
08C86F10A31516F8B739B67A /* [CP] Embed Pods Frameworks */,
0FE5B9F54337542A93D056A9 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -312,6 +309,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -367,36 +365,6 @@
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;
};
08C86F10A31516F8B739B67A /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-InstagramKit_Tests/Pods-InstagramKit_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
0FE5B9F54337542A93D056A9 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-InstagramKit_Tests/Pods-InstagramKit_Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
68A5F61E790759FFF3550930 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -415,28 +383,13 @@
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;
};
7FBC570856BC9E176F3EA379 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-InstagramKit_Example/Pods-InstagramKit_Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
9137CB595EA23553FB365A8A /* [CP] Embed Pods Frameworks */ = {
ECDAEC28C913DFE3A8FF13FE /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-InstagramKit_Example/Pods-InstagramKit_Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-InstagramKit_Example/Pods-InstagramKit_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
"${BUILT_PRODUCTS_DIR}/InstagramKit/InstagramKit.framework",
"${BUILT_PRODUCTS_DIR}/UICKeyChainStore/UICKeyChainStore.framework",
Expand All @@ -449,7 +402,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-InstagramKit_Example/Pods-InstagramKit_Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-InstagramKit_Example/Pods-InstagramKit_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -624,6 +577,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "InstagramKit/InstagramKit-Prefix.pch";
INFOPLIST_FILE = "InstagramKit/InstagramKit-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -640,6 +594,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "InstagramKit/InstagramKit-Prefix.pch";
INFOPLIST_FILE = "InstagramKit/InstagramKit-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '9.0'
platform :ios, '11.0'
use_frameworks!

target 'InstagramKit_Example' do
Expand Down
55 changes: 30 additions & 25 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
PODS:
- AFNetworking (3.2.1):
- AFNetworking/NSURLSession (= 3.2.1)
- AFNetworking/Reachability (= 3.2.1)
- AFNetworking/Security (= 3.2.1)
- AFNetworking/Serialization (= 3.2.1)
- AFNetworking/UIKit (= 3.2.1)
- AFNetworking/NSURLSession (3.2.1):
- AFNetworking (4.0.1):
- AFNetworking/NSURLSession (= 4.0.1)
- AFNetworking/Reachability (= 4.0.1)
- AFNetworking/Security (= 4.0.1)
- AFNetworking/Serialization (= 4.0.1)
- AFNetworking/UIKit (= 4.0.1)
- AFNetworking/NSURLSession (4.0.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.2.1)
- AFNetworking/Security (3.2.1)
- AFNetworking/Serialization (3.2.1)
- AFNetworking/UIKit (3.2.1):
- AFNetworking/Reachability (4.0.1)
- AFNetworking/Security (4.0.1)
- AFNetworking/Serialization (4.0.1)
- AFNetworking/UIKit (4.0.1):
- AFNetworking/NSURLSession
- InstagramKit (4.0):
- AFNetworking (~> 3.0)
- InstagramKit/InstagramKit-without-UICKeyChainStore (= 4.0)
- InstagramKit/InstagramKit-without-UICKeyChainStore (4.0):
- AFNetworking (~> 3.0)
- InstagramKit/UICKeyChainStore (4.0):
- AFNetworking (~> 3.0)
- InstagramKit (4.1):
- AFNetworking
- InstagramKit/InstagramKit-without-UICKeyChainStore (= 4.1)
- InstagramKit/InstagramKit-without-UICKeyChainStore (4.1):
- AFNetworking
- InstagramKit/UICKeyChainStore (4.1):
- AFNetworking
- UICKeyChainStore (~> 2.0)
- UICKeyChainStore (2.1.1)
- UICKeyChainStore (2.2.0)

DEPENDENCIES:
- InstagramKit (from `../`)
- InstagramKit/UICKeyChainStore (from `../`)

SPEC REPOS:
trunk:
- AFNetworking
- UICKeyChainStore

EXTERNAL SOURCES:
InstagramKit:
:path: ../
:path: "../"

SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
InstagramKit: 2072df650fbd6bae8041051906743559300468e0
UICKeyChainStore: 239558492fa260531a0774cfc611ea83a6eaff3a
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
InstagramKit: bb18dce29797437598424092fa8479ee7cda277e
UICKeyChainStore: 6a218644594e12f855ec2a10f4fc576c1a69daee

PODFILE CHECKSUM: e6c6ccc443f963f4c64446a11e3fe6576ab9399d
PODFILE CHECKSUM: 150e8445d546d1bfd6562e612ac05bde2647ea04

COCOAPODS: 1.4.0
COCOAPODS: 1.9.1
16 changes: 14 additions & 2 deletions Example/Pods/AFNetworking/AFNetworking/AFCompatibilityMacros.h

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

Loading