From 8a243e73d841163dc4b845986c6c8b6110d25081 Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Tue, 11 Aug 2015 10:21:41 -0300 Subject: [PATCH] Preparing release --- Liferay-iOS-SDK.podspec | 4 ++-- ios/Liferay iOS SDK.xcodeproj/project.pbxproj | 4 ++++ ios/gradle.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index fea131db..f1752f74 100644 --- a/Liferay-iOS-SDK.podspec +++ b/Liferay-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Liferay-iOS-SDK" s.module_name = "LRMobileSDK" - s.version = "6.2.0.20" + s.version = "6.2.0.21" s.summary = "Build iOS apps for Liferay." s.homepage = "https://github.com/liferay/liferay-mobile-sdk" s.license = { @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "ios-6.2.0.20" + :tag => "ios-6.2.0.21" } s.source_files = "ios/Source/**/*.{h,m}" s.resource_bundles = { diff --git a/ios/Liferay iOS SDK.xcodeproj/project.pbxproj b/ios/Liferay iOS SDK.xcodeproj/project.pbxproj index 46f4b032..6440e7a7 100644 --- a/ios/Liferay iOS SDK.xcodeproj/project.pbxproj +++ b/ios/Liferay iOS SDK.xcodeproj/project.pbxproj @@ -426,6 +426,8 @@ CC40D76F1974C76D000254E6 /* LRBlockCallback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LRBlockCallback.m; sourceTree = ""; }; CC4B7A2E1938C47F003611C4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = ""; }; CC5196B31A7944AB0005C238 /* SignInTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SignInTest.m; sourceTree = ""; }; + CC6130C61B7A2E1600AF9657 /* Liferay-iOS-SDK.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "Liferay-iOS-SDK.podspec"; path = "../Liferay-iOS-SDK.podspec"; sourceTree = ""; }; + CC6130C71B7A2E4000AF9657 /* gradle.properties */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gradle.properties; sourceTree = ""; }; CC677D2618EC511900F3DFAB /* Test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Test.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; CC6ECF261986D83C007F4EBB /* LRLocalizationUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LRLocalizationUtil.h; sourceTree = ""; }; CC6ECF271986D83C007F4EBB /* LRLocalizationUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LRLocalizationUtil.m; sourceTree = ""; }; @@ -1617,6 +1619,8 @@ CCA6594318EC4BE800957D20 /* Frameworks */, CCA6594218EC4BE800957D20 /* Products */, A117FE4665EB31B3A516F02B /* Pods */, + CC6130C71B7A2E4000AF9657 /* gradle.properties */, + CC6130C61B7A2E1600AF9657 /* Liferay-iOS-SDK.podspec */, ); sourceTree = ""; }; diff --git a/ios/gradle.properties b/ios/gradle.properties index 5b88cac5..8b359f2f 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -8,4 +8,4 @@ ## Build ## - version=6.2.0.20 \ No newline at end of file + version=6.2.0.21 \ No newline at end of file