Skip to content

Commit

Permalink
chore(ios): build module with SDK 10.0.2 and for 64-bit only
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway committed Aug 24, 2021
1 parent 15d66ae commit eb41177
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest
name: iOS
env:
SDK_VERSION: 9.3.2.GA
SDK_VERSION: 10.0.2.GA
MODULE_ID: ti.geofence
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions ios/geofence.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LIBRARY_SEARCH_PATHS = "";
OTHER_CFLAGS = "-DTI_POST_1_2";
OTHER_LDFLAGS = "-ObjC";
Expand Down Expand Up @@ -333,7 +333,7 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-DDEBUG",
Expand Down Expand Up @@ -386,7 +386,7 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
OTHER_CFLAGS = "-DTI_POST_1_2";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = TiGeofence;
Expand Down
6 changes: 3 additions & 3 deletions ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.0.0
version: 4.0.0
apiversion: 2
architectures: armv7 i386 x86_64 arm64
architectures: x86_64 arm64
description: Monitoring geo regions
author: Jon Alter, Hans Knoechel
license: Appcelerator Commercial License
Expand All @@ -16,4 +16,4 @@ name: geofence
moduleid: ti.geofence
guid: a2ed656c-026c-461e-bc0d-95e745ab10ae
platform: iphone
minsdk: 9.2.0
minsdk: 10.0.0
2 changes: 1 addition & 1 deletion ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 9.3.2.GA
TITANIUM_SDK_VERSION = 10.0.2.GA

//
// THESE SHOULD BE OK GENERALLY AS-IS
Expand Down

0 comments on commit eb41177

Please sign in to comment.