Skip to content

Commit

Permalink
Merge pull request #1 from edcast/Release-ver-2.1.0
Browse files Browse the repository at this point in the history
Release ver 2.1.0
  • Loading branch information
edcastravinandan authored Nov 7, 2022
2 parents f6ce437 + 17c714d commit 7a2026e
Show file tree
Hide file tree
Showing 731 changed files with 4,165 additions and 1,602 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# MyGuideCreator iOS SDK
A simple SDK that provides in-app guidance to improve in-app user engagement. It integrates seamlessly without the need to write code or do deployment.

### Ver 2.1.0
- Implemented Tooltip guides in SDK.
- Implemented Tutorial guides in SDK.
- Bug Fixes.

### Ver 1.0.3
- Implemented Notification guide in SDK.
- Bug Fixes.
Expand Down
2 changes: 1 addition & 1 deletion InlineCreatorSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "InlineCreatorSDK"

s.version = "1.0.3"
s.version = "2.1.0"

s.summary = "Simple SDK for developers to integrate with their app and provide in-app guidance for their users."

Expand Down
10 changes: 5 additions & 5 deletions InlineCreatorSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>InlineCreatorSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>InlineCreatorSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) CreatorSDK * _Null_uns
+ (CreatorSDK * _Null_unspecified)shared SWIFT_WARN_UNUSED_RESULT;
+ (void)setShared:(CreatorSDK * _Null_unspecified)value;
@property (nonatomic, strong) UIImage * _Nullable launchIcon;
- (void)hideSDKLauncherIconWithHide:(BOOL)hide withAnimation:(BOOL)animated;
- (void)hideCreatorSDKLauncherIconWithHide:(BOOL)hide withAnimation:(BOOL)animated;
+ (void)deInitializeSDK;
+ (void)initializeWithOrgnizationKey:(NSString * _Nonnull)orgnizationKey secretKey:(NSString * _Nonnull)secretKey dict:(NSDictionary<NSString *, NSString *> * _Nullable)dict;
+ (void)setSDKLaunchIconWithIcon:(UIImage * _Nullable)icon;
Expand All @@ -241,7 +241,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) PlayerSDK * _Nonnull s
+ (PlayerSDK * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT;
+ (void)setShared:(PlayerSDK * _Nonnull)value;
@property (nonatomic, strong) UIImage * _Nullable launchIcon;
- (void)hideSDKLauncherIconWithHide:(BOOL)hide withAnimation:(BOOL)animated;
- (void)hidePlayerSDKLauncherIconWithHide:(BOOL)hide withAnimation:(BOOL)animated;
+ (void)deInitializeSDK;
+ (void)initializeWithOrgnizationKey:(NSString * _Nonnull)orgnizationKey secretKey:(NSString * _Nonnull)secretKey dict:(NSDictionary<NSString *, NSString *> * _Nullable)dict;
+ (void)setSDKLaunchIconWithIcon:(UIImage * _Nullable)icon;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7a2026e

Please sign in to comment.