Skip to content

Commit

Permalink
IOS-2591 Merge branch 'develop' into ios-2591-migrate-link-to-object-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgolovko committed Apr 4, 2024
2 parents 7b26e96 + 94f3cac commit 2ce605c
Show file tree
Hide file tree
Showing 116 changed files with 2,450 additions and 175 deletions.
18 changes: 9 additions & 9 deletions Anytype.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12632,7 +12632,7 @@
CODE_SIGN_ENTITLEMENTS = Anytype/Anytype.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_ASSET_PATHS = "Anytype/Resources/Preview\\ Content";
DEVELOPMENT_TEAM = J3NXTX3T5S;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -12676,7 +12676,7 @@
CODE_SIGN_ENTITLEMENTS = Anytype/Anytype.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_ASSET_PATHS = "Anytype/Resources/Preview\\ Content";
DEVELOPMENT_TEAM = J3NXTX3T5S;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -12832,7 +12832,7 @@
CODE_SIGN_ENTITLEMENTS = Anytype/Anytype.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_ASSET_PATHS = "Anytype/Resources/Preview\\ Content";
DEVELOPMENT_TEAM = J3NXTX3T5S;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -12899,7 +12899,7 @@
CODE_SIGN_ENTITLEMENTS = AnytypeShareExtension/AnytypeShareExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J3NXTX3T5S;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -12931,7 +12931,7 @@
CODE_SIGN_ENTITLEMENTS = AnytypeShareExtension/AnytypeShareExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J3NXTX3T5S;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -12964,7 +12964,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J3NXTX3T5S;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -12998,7 +12998,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J3NXTX3T5S;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -13032,7 +13032,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J3NXTX3T5S;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -13066,7 +13066,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J3NXTX3T5S;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
5 changes: 4 additions & 1 deletion Anytype/Resources/Strings/am.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
"Actions.TemplateMakeDefault" = "Make default";
"Actions.CreateWidget.Title" = "To widgets";
"Actions.CreateWidget.Success" = "New widget was created";
"Actions.CopyLink" = "Copy link";

// Object Type
"Set" = "Set";
Expand Down Expand Up @@ -822,6 +823,7 @@
// MARK: - Settings
"Settings.Title" = "Settings";
"Settings.SpaceName" = "Space name";
"Settings.SpaceType" = "Space type";
"Settings.AccountAndAccess" = "Account and access";

// MARK: - File Storage
Expand Down Expand Up @@ -913,7 +915,7 @@
"SpaceShare.ViewRequest.ViewAccess" = "Grand view access";
"SpaceShare.ViewRequest.EditAccess" = "Grand edit access";
"SpaceShare.ViewRequest.Reject" = "Reject";
"SpaceShare.RemoveMember.Title" = "Remove memeber";
"SpaceShare.RemoveMember.Title" = "Remove member";
"SpaceShare.RemoveMember.Message" = "%@ will be removed from the space.";
"SpaceShare.ChangePermissions" = "%@ access to the space would become %@.";
"SpaceShare.Join.Title" = "Join a space";
Expand All @@ -937,6 +939,7 @@
"SpaceShare.HowToShare.Step1" = "Please provide the link to the person you'd like to collaborate with.";
"SpaceShare.HowToShare.Step2" = "By clicking the link, a person requests to join the space.";
"SpaceShare.HowToShare.Step3" = "After approving the request, you can choose the access rights for that person.";
"SpaceShare.Manage" = "Manage";

// MARK: - Permission notification
"PermissionChangeNotification.Text" = "Your access rights were changed to **%@** in the **%@** space.";
Expand Down
16 changes: 16 additions & 0 deletions Anytype/Resources/Strings/am.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,21 @@
<string>%d member</string>
</dict>
</dict>
<key>SpaceShare.RequestsCount</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@object@</string>
<key>object</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>other</key>
<string>%d requests</string>
<key>one</key>
<string>%d request</string>
</dict>
</dict>
</dict>
</plist>
4 changes: 4 additions & 0 deletions Anytype/Resources/Strings/be.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"NSFaceIDUsageDescription" = "Face ID is used to retrieve your Recovery Phrase securely stored in the keychain";
"NSCameraUsageDescription" = "Camera is used to scan QR codes for a secure and convenient login experience";
"NSLocalNetworkUsageDescription" = "Local network access is used to synchronize data directly between your nearby devices";
"NSPhotoLibraryAddUsageDescription" = "Access is needed to save selected images to your library";
Loading

0 comments on commit 2ce605c

Please sign in to comment.