Skip to content

Commit

Permalink
first commit to build on xcode 13
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jun 8, 2021
1 parent 7294e89 commit 4b5b77d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Nudge.xcodeproj/project.pbxproj
Expand Up @@ -313,7 +313,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1240;
LastUpgradeCheck = 1240;
LastUpgradeCheck = 1300;
TargetAttributes = {
63D7D0DE25C9E9A400236281 = {
CreatedOnToolsVersion = 12.4;
Expand All @@ -338,6 +338,7 @@
es,
de,
sv,
Base,
);
mainGroup = 63D7D0D625C9E9A400236281;
productRefGroup = 63D7D0E025C9E9A400236281 /* Products */;
Expand Down Expand Up @@ -579,6 +580,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Nudge/Nudge.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0;
Expand Down Expand Up @@ -606,6 +608,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Nudge/Nudge.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0;
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Nudge.xcodeproj/xcshareddata/xcschemes/Nudge.xcscheme
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion fr.lproj/Localizable.strings
Expand Up @@ -42,7 +42,7 @@
"Your device will restart during this update" = "Votre appareil redémarrera pendant cette mise à jour";
"Important Notes" = "Notes Importantes";
"Updates can take around 30 minutes to complete" = "Las actualizaciones pueden tardar unos 30 minutos en completarse";
"A fully up-to-date device is required to ensure that IT can accurately protect your device.\n\nIf you do not update your device, you may lose access to some items necessary for your day-to-day tasks.\n\nTo begin the update, simply click on the Update Device button and follow the provided steps." = "Un appareil entièrement à jour est nécessaire pour garantir que le service informatique puisse protéger votre appareil efficacement.\n\n Si vous ne mettez pas à jour votre appareil, vous risquez de perdre l'accès à certains outils nécessaires à vos tâches quotidiennes.\n\nPour commencer la mise à jour, cliquez simplement sur le bouton Mettre à jour le périphérique et suivez les étapes fournies.",
"A fully up-to-date device is required to ensure that IT can accurately protect your device.\n\nIf you do not update your device, you may lose access to some items necessary for your day-to-day tasks.\n\nTo begin the update, simply click on the Update Device button and follow the provided steps." = "Un appareil entièrement à jour est nécessaire pour garantir que le service informatique puisse protéger votre appareil efficacement.\n\n Si vous ne mettez pas à jour votre appareil, vous risquez de perdre l'accès à certains outils nécessaires à vos tâches quotidiennes.\n\nPour commencer la mise à jour, cliquez simplement sur le bouton Mettre à jour le périphérique et suivez les étapes fournies.";
"Your device requires a security update" = "Votre appareil nécessite une mise à jour de sécurité.";
"Your device requires a security update (Demo Mode)" = "Votre appareil nécessite une mise à jour de sécurité. (Le mode de démonstration)";
"Later" = "Plus Tard";
Expand Down

0 comments on commit 4b5b77d

Please sign in to comment.