Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-17928] Updated iOS module for 64-bit #21

Merged
merged 1 commit into from
Nov 20, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -378,6 +378,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