Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed Aug 11, 2015
1 parent b18781f commit 8a243e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Liferay-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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 = {
Expand All @@ -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 = {
Expand Down
4 changes: 4 additions & 0 deletions ios/Liferay iOS SDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@
CC40D76F1974C76D000254E6 /* LRBlockCallback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LRBlockCallback.m; sourceTree = "<group>"; };
CC4B7A2E1938C47F003611C4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
CC5196B31A7944AB0005C238 /* SignInTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SignInTest.m; sourceTree = "<group>"; };
CC6130C61B7A2E1600AF9657 /* Liferay-iOS-SDK.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "Liferay-iOS-SDK.podspec"; path = "../Liferay-iOS-SDK.podspec"; sourceTree = "<group>"; };
CC6130C71B7A2E4000AF9657 /* gradle.properties */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gradle.properties; sourceTree = "<group>"; };
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 = "<group>"; };
CC6ECF271986D83C007F4EBB /* LRLocalizationUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LRLocalizationUtil.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1617,6 +1619,8 @@
CCA6594318EC4BE800957D20 /* Frameworks */,
CCA6594218EC4BE800957D20 /* Products */,
A117FE4665EB31B3A516F02B /* Pods */,
CC6130C71B7A2E4000AF9657 /* gradle.properties */,
CC6130C61B7A2E1600AF9657 /* Liferay-iOS-SDK.podspec */,
);
sourceTree = "<group>";
};
Expand Down
2 changes: 1 addition & 1 deletion ios/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
## Build
##

version=6.2.0.20
version=6.2.0.21

0 comments on commit 8a243e7

Please sign in to comment.