From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../AppAuth/AppAuth-Info.plist | 26 +++++++ .../Target Support Files/AppAuth/AppAuth-dummy.m | 5 ++ .../AppAuth/AppAuth-prefix.pch | 12 ++++ .../AppAuth/AppAuth-umbrella.h | 84 ++++++++++++++++++++++ .../AppAuth/AppAuth.debug.xcconfig | 10 +++ .../Target Support Files/AppAuth/AppAuth.modulemap | 6 ++ .../AppAuth/AppAuth.release.xcconfig | 10 +++ 7 files changed, 153 insertions(+) create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-Info.plist create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-dummy.m create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-umbrella.h create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.debug.xcconfig create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.modulemap create mode 100644 StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.release.xcconfig (limited to 'StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth') diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-Info.plist b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-Info.plist new file mode 100644 index 00000000..7b6b52a4 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.4.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-dummy.m b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-dummy.m new file mode 100644 index 00000000..0f45668e --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_AppAuth : NSObject +@end +@implementation PodsDummy_AppAuth +@end diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch new file mode 100644 index 00000000..beb2a244 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-umbrella.h b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-umbrella.h new file mode 100644 index 00000000..7e9c5909 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth-umbrella.h @@ -0,0 +1,84 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "AppAuthCore.h" +#import "OIDAuthorizationRequest.h" +#import "OIDAuthorizationResponse.h" +#import "OIDAuthorizationService.h" +#import "OIDAuthState.h" +#import "OIDAuthStateChangeDelegate.h" +#import "OIDAuthStateErrorDelegate.h" +#import "OIDClientMetadataParameters.h" +#import "OIDDefines.h" +#import "OIDEndSessionRequest.h" +#import "OIDEndSessionResponse.h" +#import "OIDError.h" +#import "OIDErrorUtilities.h" +#import "OIDExternalUserAgent.h" +#import "OIDExternalUserAgentRequest.h" +#import "OIDExternalUserAgentSession.h" +#import "OIDFieldMapping.h" +#import "OIDGrantTypes.h" +#import "OIDIDToken.h" +#import "OIDRegistrationRequest.h" +#import "OIDRegistrationResponse.h" +#import "OIDResponseTypes.h" +#import "OIDScopes.h" +#import "OIDScopeUtilities.h" +#import "OIDServiceConfiguration.h" +#import "OIDServiceDiscovery.h" +#import "OIDTokenRequest.h" +#import "OIDTokenResponse.h" +#import "OIDTokenUtilities.h" +#import "OIDURLQueryComponent.h" +#import "OIDURLSessionProvider.h" +#import "AppAuth.h" +#import "AppAuthCore.h" +#import "OIDAuthorizationRequest.h" +#import "OIDAuthorizationResponse.h" +#import "OIDAuthorizationService.h" +#import "OIDAuthState.h" +#import "OIDAuthStateChangeDelegate.h" +#import "OIDAuthStateErrorDelegate.h" +#import "OIDClientMetadataParameters.h" +#import "OIDDefines.h" +#import "OIDEndSessionRequest.h" +#import "OIDEndSessionResponse.h" +#import "OIDError.h" +#import "OIDErrorUtilities.h" +#import "OIDExternalUserAgent.h" +#import "OIDExternalUserAgentRequest.h" +#import "OIDExternalUserAgentSession.h" +#import "OIDFieldMapping.h" +#import "OIDGrantTypes.h" +#import "OIDIDToken.h" +#import "OIDRegistrationRequest.h" +#import "OIDRegistrationResponse.h" +#import "OIDResponseTypes.h" +#import "OIDScopes.h" +#import "OIDScopeUtilities.h" +#import "OIDServiceConfiguration.h" +#import "OIDServiceDiscovery.h" +#import "OIDTokenRequest.h" +#import "OIDTokenResponse.h" +#import "OIDTokenUtilities.h" +#import "OIDURLQueryComponent.h" +#import "OIDURLSessionProvider.h" +#import "OIDAuthorizationService+IOS.h" +#import "OIDAuthState+IOS.h" +#import "OIDExternalUserAgentCatalyst.h" +#import "OIDExternalUserAgentIOS.h" +#import "OIDExternalUserAgentIOSCustomBrowser.h" + +FOUNDATION_EXPORT double AppAuthVersionNumber; +FOUNDATION_EXPORT const unsigned char AppAuthVersionString[]; + diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.debug.xcconfig b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.debug.xcconfig new file mode 100644 index 00000000..47199e55 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.debug.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AppAuth +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "SafariServices" -weak_framework "AuthenticationServices" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AppAuth +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.modulemap b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.modulemap new file mode 100644 index 00000000..9299d0a3 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.modulemap @@ -0,0 +1,6 @@ +framework module AppAuth { + umbrella header "AppAuth-umbrella.h" + + export * + module * { export * } +} diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.release.xcconfig b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.release.xcconfig new file mode 100644 index 00000000..47199e55 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/AppAuth/AppAuth.release.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AppAuth +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "SafariServices" -weak_framework "AuthenticationServices" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AppAuth +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES -- cgit v1.2.3-70-g09d2