Skip to content

Commit

Permalink
IOS-38 Refactor callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
noelgrover committed Mar 17, 2021
1 parent 4e7401c commit 671425a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Example/VoiceIt2-IosSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.2;
CURRENT_PROJECT_VERSION = 2.0;
DEVELOPMENT_TEAM = VS9YK7ML83;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "VoiceIt2-IosSDK/VoiceIt2-IosSDK-Prefix.pch";
INFOPLIST_FILE = "VoiceIt2-IosSDK/VoiceIt2-IosSDK-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 2.2.4;
MARKETING_VERSION = 2.2.5;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = io.voiceit.iosSdkOneDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -612,13 +612,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.2;
CURRENT_PROJECT_VERSION = 2.0;
DEVELOPMENT_TEAM = VS9YK7ML83;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "VoiceIt2-IosSDK/VoiceIt2-IosSDK-Prefix.pch";
INFOPLIST_FILE = "VoiceIt2-IosSDK/VoiceIt2-IosSDK-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 2.2.4;
MARKETING_VERSION = 2.2.5;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = io.voiceit.iosSdkOneDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion VoiceIt2-IosSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Pod::Spec.new do |s|
s.name = 'VoiceIt2-IosSDK'
s.version = '2.2.4'
s.version = '2.2.5'
s.summary = 'A pod that lets you add voice and face verification and identification to your iOS apps, brought to you by VoiceIt.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion VoiceIt2-IosSDK/Classes/VoiceItAPITwo.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

NSString * const host = @"https://api.voiceit.io/";
NSString * const livenessHost = @"https://liveness.voiceit.io/v1/";
NSString * const platformVersion = @"2.2.4";
NSString * const platformVersion = @"2.2.5";
NSString * const platformId = @"41";
@implementation VoiceItAPITwo

Expand Down

0 comments on commit 671425a

Please sign in to comment.