Skip to content

Commit

Permalink
IOS-29 Verified .../v1 endpoint and force light mode inside of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
noelgrover committed Jan 20, 2021
1 parent f54a8b1 commit 20a08e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/VoiceIt2-IosSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
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.1;
MARKETING_VERSION = 2.2.2;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = io.voiceit.iosSdkOneDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -618,7 +618,7 @@
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.1;
MARKETING_VERSION = 2.2.2;
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.1'
s.version = '2.2.2'
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 @@ -10,7 +10,7 @@
#import "Styles.h"
NSString * const host = @"https://api.voiceit.io/";
NSString * const livenessHost = @"https://liveness.voiceit.io/v1/";
NSString * const platformVersion = @"2.2.1";
NSString * const platformVersion = @"2.2.2";
NSString * const platformId = @"41";
@implementation VoiceItAPITwo

Expand Down

0 comments on commit 20a08e3

Please sign in to comment.