Skip to content

Commit 3607479

Browse files
committed
v1.4.2
1 parent 68c9ccb commit 3607479

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Antidote.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@
26752675
CODE_SIGN_ENTITLEMENTS = Antidote/Antidote.entitlements;
26762676
CODE_SIGN_IDENTITY = "iPhone Developer";
26772677
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2678-
CURRENT_PROJECT_VERSION = 32;
2678+
CURRENT_PROJECT_VERSION = 33;
26792679
DEVELOPMENT_TEAM = Y46L589C5C;
26802680
ENABLE_BITCODE = NO;
26812681
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -2684,7 +2684,7 @@
26842684
INFOPLIST_FILE = "Antidote/Antidote-Info.plist";
26852685
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
26862686
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
2687-
MARKETING_VERSION = 1.4.1;
2687+
MARKETING_VERSION = 1.4.2;
26882688
PRODUCT_BUNDLE_IDENTIFIER = "org.zoxcore.${PRODUCT_NAME:rfc1034identifier}";
26892689
PRODUCT_NAME = "$(TARGET_NAME)";
26902690
PROVISIONING_PROFILE = "";
@@ -2708,7 +2708,7 @@
27082708
CODE_SIGN_ENTITLEMENTS = Antidote/Antidote.entitlements;
27092709
CODE_SIGN_IDENTITY = "iPhone Developer";
27102710
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2711-
CURRENT_PROJECT_VERSION = 32;
2711+
CURRENT_PROJECT_VERSION = 33;
27122712
DEVELOPMENT_TEAM = Y46L589C5C;
27132713
ENABLE_BITCODE = NO;
27142714
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -2717,7 +2717,7 @@
27172717
INFOPLIST_FILE = "Antidote/Antidote-Info.plist";
27182718
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
27192719
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
2720-
MARKETING_VERSION = 1.4.1;
2720+
MARKETING_VERSION = 1.4.2;
27212721
PRODUCT_BUNDLE_IDENTIFIER = "org.zoxcore.${PRODUCT_NAME:rfc1034identifier}";
27222722
PRODUCT_NAME = "$(TARGET_NAME)";
27232723
PROVISIONING_PROFILE = "";

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform :ios, '8.0'
66
inhibit_all_warnings!
77

88
def common_pods
9-
pod 'objcTox', :git => 'https://github.com/Zoxcore/objcTox.git', :commit => '30b738fade14e9d95cb88cd07937a812e6435f27'
9+
pod 'objcTox', :git => 'https://github.com/Zoxcore/objcTox.git', :commit => '5541c366ba135fe2f4d915aa1ef150ab02be5771'
1010
pod 'UITextView+Placeholder', '~> 1.1.0'
1111
pod 'SDCAlertView', '~> 2.5.4'
1212
pod 'LNNotificationsUI', :git => 'https://github.com/LeoNatan/LNNotificationsUI.git', :commit => '3f75043fc6e77b4180b76cb6cfff4faa506ab9fc'

0 commit comments

Comments
 (0)