Skip to content

Commit

Permalink
Merge branch 'master' into iWeek-LocalAuthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp84 committed Jan 14, 2016
2 parents 22007bf + 1d76010 commit bd3f7a4
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions AlfrescoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5155,7 +5155,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
OTHER_CFLAGS = (
"$(inherited)",
"-DNS_BLOCK_ASSERTIONS=1",
Expand Down Expand Up @@ -5431,7 +5431,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -5463,7 +5463,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
OTHER_CFLAGS = (
"$(inherited)",
"-DNS_BLOCK_ASSERTIONS=1",
Expand Down
4 changes: 2 additions & 2 deletions AlfrescoApp/Model/Managers/LoginManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ - (NSDictionary *)loadCustomCloudOAuthParameters
self.cloudAPIKey = CLOUD_OAUTH_KEY;
self.cloudSecretKey = CLOUD_OAUTH_SECRET;

// Checks for a cloud-config.plist file with custom connection parameters
NSString *plistPath = [[[AlfrescoFileManager sharedManager] documentsDirectory] stringByAppendingPathComponent:kCloudConfigFile];
// Checks for a cloud-config.plist file in the "Local Files" area with custom connection parameters
NSString *plistPath = [[[AlfrescoFileManager sharedManager] downloadsContentFolderPath] stringByAppendingPathComponent:kCloudConfigFile];
NSDictionary *config = [NSDictionary dictionaryWithContentsOfFile:plistPath];
NSString *customCloudURL = config[kCloudConfigParamURL];

Expand Down
Binary file modified AlfrescoApp/Supporting Files/Settings.bundle/Licenses.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/de.lproj/Activities.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* German (de)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/de.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* German (de)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/* Localized versions of Info.plist keys */
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Spanish (es)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/* Localized versions of Info.plist keys */
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/fr.lproj/Activities.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* French (fr)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/fr.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* French (fr)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/* Localized versions of Info.plist keys */
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/it.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Italian (it)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/* Localized versions of Info.plist keys */
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoApp/Supporting Files/ja.lproj/Activities.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Japanese (ja)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions AlfrescoApp/Supporting Files/ja.lproj/InfoPlist.strings
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* Japanese (ja)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/* Localized versions of Info.plist keys */
NSLocationUsageDescription = "現在の位置は、このデバイスで撮影した写真の位置情報(ジオタグ)に使用されます。";
NSLocationUsageDescription = "現在地がこのデバイスで撮影した写真の位置情報 (ジオタグ) に使用されます。";
NSMicrophoneUsageDescription = "マイクを使用して音声を録音します。音声は後でリポジトリにアップロードできます。";
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Chinese (Simplified) (zh-cn)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Chinese (Simplified) (zh-cn)
*
* Copyright (c) 2014 Alfresco. All rights reserved.
* Copyright (c) 2015 Alfresco. All rights reserved.
*/

/* Localized versions of Info.plist keys */
Expand Down
2 changes: 1 addition & 1 deletion AlfrescoSDK
Submodule AlfrescoSDK updated 226 files

0 comments on commit bd3f7a4

Please sign in to comment.