Skip to content

Commit

Permalink
Merge pull request #21 from pec1985/TIMOB-17928
Browse files Browse the repository at this point in the history
[TIMOB-17928] Updated iOS module for 64-bit
  • Loading branch information
muhammaddadu committed Nov 20, 2014
2 parents 366627a + 335e12c commit 125036b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 45 deletions.
3 changes: 2 additions & 1 deletion iphone/appcelerator.https.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
C9078CFC192E4E1400B7BDDE /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = Appcelerator;
};
buildConfigurationList = C9078CFF192E4E1400B7BDDE /* Build configuration list for PBXProject "appcelerator.https" */;
Expand Down Expand Up @@ -379,6 +379,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions iphone/manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0
version: 1.1.0
apiversion: 2
description: Authenticate server in HTTPS connections made by TiHTTPClient
author: Matt Langston
Expand All @@ -9,4 +9,4 @@ name: https
moduleid: appcelerator.https
guid: 2163621d-1a78-4215-8244-bda08724ffed
platform: iphone
minsdk: 3.3.0
minsdk: 3.3.0.GA
2 changes: 1 addition & 1 deletion iphone/titanium.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//GCC_PREPROCESSOR_DEFINITIONS = USE_TI_NETWORK;
TITANIUM_SDK_VERSION = 3.3.0
TITANIUM_SDK_VERSION = 3.3.0.GA
TITANIUM_SDK_DIR = "~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)"
TITANIUM_SDK_INCLUDE1 = $(TITANIUM_SDK_DIR)/iphone/include
TITANIUM_SDK_INCLUDE2 = $(TITANIUM_SDK_DIR)/iphone/include/APSHTTPClient
Expand Down

0 comments on commit 125036b

Please sign in to comment.