Skip to content

Commit cb73b0b

Browse files
author
Kota Iguchi
committed
Update TITANIUM_SDK_VERSION = 2.1.1.GA;
1 parent f74cb8d commit cb73b0b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

QuickTiGame2dModule/quicktigame2dmodule.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
452452
RUN_CLANG_STATIC_ANALYZER = NO;
453453
SDKROOT = iphoneos;
454-
TITANIUM_SDK_VERSION = 2.0.2.GA;
454+
TITANIUM_SDK_VERSION = 2.1.1.GA;
455455
USER_HEADER_SEARCH_PATHS = "";
456456
};
457457
name = Debug;
@@ -495,7 +495,7 @@
495495
PRODUCT_NAME = ComGooglecodeQuicktigame2d;
496496
RUN_CLANG_STATIC_ANALYZER = NO;
497497
SDKROOT = iphoneos;
498-
TITANIUM_SDK_VERSION = 2.0.2.GA;
498+
TITANIUM_SDK_VERSION = 2.1.1.GA;
499499
USER_HEADER_SEARCH_PATHS = "";
500500
};
501501
name = Release;
@@ -543,7 +543,7 @@
543543
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
544544
RUN_CLANG_STATIC_ANALYZER = NO;
545545
SDKROOT = iphoneos;
546-
TITANIUM_SDK_VERSION = 2.0.2.GA;
546+
TITANIUM_SDK_VERSION = 2.1.1.GA;
547547
USER_HEADER_SEARCH_PATHS = "";
548548
};
549549
name = Debug;
@@ -586,7 +586,7 @@
586586
PRODUCT_NAME = ComGooglecodeQuicktigame2d;
587587
RUN_CLANG_STATIC_ANALYZER = NO;
588588
SDKROOT = iphoneos;
589-
TITANIUM_SDK_VERSION = 2.0.2.GA;
589+
TITANIUM_SDK_VERSION = 2.1.1.GA;
590590
USER_HEADER_SEARCH_PATHS = "";
591591
};
592592
name = Release;
@@ -600,7 +600,7 @@
600600
GCC_OPTIMIZATION_LEVEL = 0;
601601
GCC_THUMB_SUPPORT = NO;
602602
PRODUCT_NAME = "Build & test";
603-
TITANIUM_SDK_VERSION = 2.0.2.GA;
603+
TITANIUM_SDK_VERSION = 2.1.1.GA;
604604
};
605605
name = Debug;
606606
};
@@ -612,7 +612,7 @@
612612
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
613613
GCC_THUMB_SUPPORT = NO;
614614
PRODUCT_NAME = "Build & test";
615-
TITANIUM_SDK_VERSION = 2.0.2.GA;
615+
TITANIUM_SDK_VERSION = 2.1.1.GA;
616616
ZERO_LINK = NO;
617617
};
618618
name = Release;

QuickTiGame2dModule/titanium.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
55
//
66
//
7-
TITANIUM_SDK_VERSION = 2.1.0.GA
7+
TITANIUM_SDK_VERSION = 2.1.1.GA
88

99

1010
//

0 commit comments

Comments
 (0)