diff --git a/README.md b/README.md index 8d4f77c..aae3a3e 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Frameworks iOS para facilitar o desenvolvimento sobre a plataforma fluig. Adicione o pod no seu arquivo `Podfile`. ``` -pod 'fluigsdk', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.24' } +pod 'fluigsdk', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.25' } ``` Para adicionar um módulo específico do `fluigsdkios`, adicione o módulo desejado. O exemplo a seguir demonstra como adicionar o módulo `core`. Note que alguns módulos possuem interdepências, podendo ocasionar na inclusão de outros módulos inesperados. ``` -pod 'fluigsdk/core', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.24' } +pod 'fluigsdk/core', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.25' } ``` Depois de alterado o `Podfile` de seu projeto, execute o comando. diff --git a/fluigSDKCore.framework/Headers/fluigSDKCore-Swift.h b/fluigSDKCore.framework/Headers/fluigSDKCore-Swift.h index 5c16b37..dccaa9f 100644 --- a/fluigSDKCore.framework/Headers/fluigSDKCore-Swift.h +++ b/fluigSDKCore.framework/Headers/fluigSDKCore-Swift.h @@ -1,4 +1,4 @@ -// Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) +// Generated by Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" @@ -20,7 +20,7 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" -#include +#include #include #include #include @@ -163,6 +163,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif #if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif @import Foundation; #endif diff --git a/fluigSDKCore.framework/Info.plist b/fluigSDKCore.framework/Info.plist index fcd9dc8..51a92fe 100644 Binary files a/fluigSDKCore.framework/Info.plist and b/fluigSDKCore.framework/Info.plist differ diff --git a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftdoc b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftdoc index 72fea0a..b002fe2 100644 Binary files a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftdoc and b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftdoc differ diff --git a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftmodule b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftmodule index 86be320..2b704ba 100644 Binary files a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftmodule and b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/arm64.swiftmodule differ diff --git a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftdoc b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftdoc index 03d4e0e..7142649 100644 Binary files a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftdoc and b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftdoc differ diff --git a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftmodule b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftmodule index aea2b36..1d600d0 100644 Binary files a/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftmodule and b/fluigSDKCore.framework/Modules/fluigSDKCore.swiftmodule/x86_64.swiftmodule differ diff --git a/fluigSDKCore.framework/fluigSDKCore b/fluigSDKCore.framework/fluigSDKCore index 358ef43..88639a9 100755 Binary files a/fluigSDKCore.framework/fluigSDKCore and b/fluigSDKCore.framework/fluigSDKCore differ diff --git a/fluigSDKFlows.framework/Assets.car b/fluigSDKFlows.framework/Assets.car index a951bb4..da9408c 100644 Binary files a/fluigSDKFlows.framework/Assets.car and b/fluigSDKFlows.framework/Assets.car differ diff --git a/fluigSDKFlows.framework/Headers/fluigSDKFlows-Swift.h b/fluigSDKFlows.framework/Headers/fluigSDKFlows-Swift.h index 19a75e1..bb17fe9 100644 --- a/fluigSDKFlows.framework/Headers/fluigSDKFlows-Swift.h +++ b/fluigSDKFlows.framework/Headers/fluigSDKFlows-Swift.h @@ -1,4 +1,4 @@ -// Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) +// Generated by Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" @@ -20,7 +20,7 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" -#include +#include #include #include #include @@ -163,6 +163,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif #if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif @import CoreGraphics; @import Foundation; @import UIKit; @@ -265,7 +268,7 @@ SWIFT_CLASS("_TtC13fluigSDKFlows8EulaView") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable"); ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @class UIColor; @@ -279,7 +282,7 @@ SWIFT_CLASS("_TtC13fluigSDKFlows14FluigSDKButton") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable"); ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); - (void)prepareForInterfaceBuilder; SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) Class _Nonnull layerClass;) + (Class _Nonnull)layerClass SWIFT_WARN_UNUSED_RESULT; @@ -291,7 +294,7 @@ SWIFT_CLASS("_TtC13fluigSDKFlows19FluigSDKLoadingView") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable"); ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @class UIImage; @@ -366,7 +369,7 @@ SWIFT_CLASS("_TtC13fluigSDKFlows18FluigSDKProfilePic") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable"); ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); - (void)layoutSubviews; @end diff --git a/fluigSDKFlows.framework/Info.plist b/fluigSDKFlows.framework/Info.plist index 8b27e1e..e098de1 100644 Binary files a/fluigSDKFlows.framework/Info.plist and b/fluigSDKFlows.framework/Info.plist differ diff --git a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftdoc b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftdoc index 4c18485..5e8421c 100644 Binary files a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftdoc and b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftdoc differ diff --git a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftmodule b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftmodule index 2699bbe..bc57c26 100644 Binary files a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftmodule and b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/arm64.swiftmodule differ diff --git a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftdoc b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftdoc index 0e58b68..1020f0c 100644 Binary files a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftdoc and b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftdoc differ diff --git a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftmodule b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftmodule index ad45ce7..85e8822 100644 Binary files a/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftmodule and b/fluigSDKFlows.framework/Modules/fluigSDKFlows.swiftmodule/x86_64.swiftmodule differ diff --git a/fluigSDKFlows.framework/fluigSDKFlows b/fluigSDKFlows.framework/fluigSDKFlows index 8053777..572e207 100755 Binary files a/fluigSDKFlows.framework/fluigSDKFlows and b/fluigSDKFlows.framework/fluigSDKFlows differ diff --git a/fluigsdk.podspec b/fluigsdk.podspec index 9820353..5175604 100644 --- a/fluigsdk.podspec +++ b/fluigsdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "fluigsdk" - s.version = "0.2.24" + s.version = "0.2.25" s.summary = "fluig SDK" s.ios.deployment_target = '11.0'