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-18092 ti.styledlabel added 64bit support for iOS #6

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
language: objective-c
env:
global:
- "ARTIFACTS_AWS_REGION=us-east-1"
- "ARTIFACTS_S3_BUCKET=builds.appcelerator.com"
- secure: "ChYm8RElHP0XeKWXxNP9xETNacKwIUfSs/F4nfqK+w9sdlfOcfqbCulRfEM4qKBfMUGiVkZ7kw0baIk/uMdO5uXk067Li2wiEFv+saTdF/pG8vv64Mb4JUt8HygxQdSfK4wlVVKetx5hh2KZ1Dkshf0ataNueQ74SGPC4dQF+wU="
- secure: "XgLBaiaLXJt+sVjJt06cs5lFa8adasKvh8Bfehr9zybfchVvzAc/gVh9BvBg0yxv/qVYo7NUGKiVg6eItrCMdBpqJwizPTHkKhv5+JciXS8KPstPy8ybatzSosAbAADpJTrqDRa1qoMlVGjdnti4jkaYQWWkLtvtaxm9nIK7I0E="
- "MODULE_NAME=ti.styledlabel"
before_install:
- MODULE_ROOT=$PWD
Expand Down
5 changes: 3 additions & 2 deletions ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.6.0
version: 1.7.0
architectures: armv7 i386 x86_64 arm64
description: Gives you the power of HTML and CSS without the full weight of a WebView.
author: Dawson Toth
license: Appcelerator Commercial License
Expand All @@ -14,4 +15,4 @@ name: styledlabel
moduleid: ti.styledlabel
guid: e0405808-ee07-4d00-8207-19b211dadceb
platform: iphone
minsdk: 3.2.2.GA
minsdk: 3.4.1.GA
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 = 3.2.2.GA
TITANIUM_SDK_VERSION = 3.4.1.GA


//
Expand Down