Skip to content

Commit

Permalink
Merge pull request #18 from fluig/develop
Browse files Browse the repository at this point in the history
Release version 0.2.25
  • Loading branch information
marcelodeaguiar authored Aug 6, 2019
2 parents 726ba2a + a0e0ef6 commit f407e70
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions fluigSDKCore.framework/Headers/fluigSDKCore-Swift.h
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -20,7 +20,7 @@
#endif

#pragma clang diagnostic ignored "-Wauto-import"
#include <objc/NSObject.h>
#include <Foundation/Foundation.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
Expand Down Expand Up @@ -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

Expand Down
Binary file modified fluigSDKCore.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified fluigSDKCore.framework/fluigSDKCore
Binary file not shown.
Binary file modified fluigSDKFlows.framework/Assets.car
Binary file not shown.
15 changes: 9 additions & 6 deletions fluigSDKFlows.framework/Headers/fluigSDKFlows-Swift.h
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -20,7 +20,7 @@
#endif

#pragma clang diagnostic ignored "-Wauto-import"
#include <objc/NSObject.h>
#include <Foundation/Foundation.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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

Expand Down
Binary file modified fluigSDKFlows.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified fluigSDKFlows.framework/fluigSDKFlows
Binary file not shown.
2 changes: 1 addition & 1 deletion fluigsdk.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit f407e70

Please sign in to comment.