Skip to content
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
2 changes: 1 addition & 1 deletion CognitoWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'CognitoWrapper'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'A wrapper around AWS Cognito SDK'
s.platform = :ios, '11.0'
s.swift_version = '5.0'
Expand Down
12 changes: 7 additions & 5 deletions Example/CognitoWrapper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 0830;
LastUpgradeCheck = 1110;
ORGANIZATIONNAME = CocoaPods;
TargetAttributes = {
4128287E21C18EB700C37016 = {
Expand Down Expand Up @@ -294,8 +294,6 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-CognitoWrapper_Example/Pods-CognitoWrapper_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AWSAuthCore/AWSAuthCore.framework",
Expand All @@ -309,8 +307,6 @@
"${BUILT_PRODUCTS_DIR}/EitherResult/EitherResult.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AWSAuthCore.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AWSCognito.framework",
Expand Down Expand Up @@ -465,6 +461,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand All @@ -473,12 +470,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -519,6 +518,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand All @@ -527,12 +527,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
LastUpgradeVersion = "1110"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -41,6 +41,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "CognitoWrapper_Example.app"
BlueprintName = "CognitoWrapper_Example"
ReferencedContainer = "container:CognitoWrapper.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -53,17 +62,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "CognitoWrapper_Example.app"
BlueprintName = "CognitoWrapper_Example"
ReferencedContainer = "container:CognitoWrapper.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -85,8 +83,6 @@
ReferencedContainer = "container:CognitoWrapper.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
42 changes: 21 additions & 21 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- AWSAuthCore (2.9.8):
- AWSCore (= 2.9.8)
- AWSCognito (2.9.8):
- AWSCore (= 2.9.8)
- AWSCognitoAuth (2.9.8):
- AWSAuthCore (2.12.0):
- AWSCore (= 2.12.0)
- AWSCognito (2.12.0):
- AWSCore (= 2.12.0)
- AWSCognitoAuth (2.12.0):
- AWSCognitoIdentityProviderASF (= 1.0.1)
- AWSCognitoIdentityProvider (2.9.8):
- AWSCognitoIdentityProvider (2.12.0):
- AWSCognitoIdentityProviderASF (= 1.0.1)
- AWSCore (= 2.9.8)
- AWSCore (= 2.12.0)
- AWSCognitoIdentityProviderASF (1.0.1)
- AWSCore (2.9.8)
- AWSUserPoolsSignIn (2.9.8):
- AWSAuthCore (= 2.9.8)
- AWSCognitoIdentityProvider (= 2.9.8)
- CognitoWrapper (1.0.3):
- AWSCore (2.12.0)
- AWSUserPoolsSignIn (2.12.0):
- AWSAuthCore (= 2.12.0)
- AWSCognitoIdentityProvider (= 2.12.0)
- CognitoWrapper (1.0.5):
- AWSCognito
- AWSCognitoAuth
- AWSCognitoIdentityProvider
Expand All @@ -25,7 +25,7 @@ DEPENDENCIES:
- CognitoWrapper (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- AWSAuthCore
- AWSCognito
- AWSCognitoAuth
Expand All @@ -40,16 +40,16 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AWSAuthCore: 7ebbe523f28149a1706e7ec1736203cdaaeba380
AWSCognito: b9890c55e85fba46fd9695192ab64420abbc4328
AWSCognitoAuth: 91549d0480307a3008469cf9ab30029f77037089
AWSCognitoIdentityProvider: 738b488930eca71cbaa91ac53764b146e90a6650
AWSAuthCore: 547617e1ed76a699b56018105133e23f0fddc8e2
AWSCognito: 298d5ac707abe701025361ac925063601d18f23e
AWSCognitoAuth: 60a0fdbacb0e25028b53783066b90c50ff2a90c1
AWSCognitoIdentityProvider: a4a37ca74ecce30ec534647e6aae89c7aff3348c
AWSCognitoIdentityProviderASF: f94f1a502e72ef3d0a1de93e10bf7a79c8698118
AWSCore: 5da86c5afde44a87b06a2df50601bca81a8cee13
AWSUserPoolsSignIn: 127aebb7fd668b4e897063c34356f9e25a576b84
CognitoWrapper: 3be4cd7482ac250144e6aaca4c3864ffa9764226
AWSCore: 6573232b6b4339ce0ffcf8abd4215a412488f71f
AWSUserPoolsSignIn: 070293a3e73401bbc35fc639244b555b9d9f1aa8
CognitoWrapper: 115789dade7dab17be30adb928c14e21013ef97d
EitherResult: 9a67a8cd25fa6d6f8ded0e7304ea2eb302bcbbc8

PODFILE CHECKSUM: 215856ddf8af0e5baaf4c31f12f55218d85a9bc7

COCOAPODS: 1.6.1
COCOAPODS: 1.8.3

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

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

Loading