bumped build version

This commit is contained in:
Ilyas Hallak 2025-08-20 21:09:04 +02:00
parent fd50f28628
commit 660f271982
2 changed files with 4 additions and 37 deletions

View File

@ -48,9 +48,6 @@
}, },
"%lld min" : { "%lld min" : {
},
"%lld minutes" : {
}, },
"%lld." : { "%lld." : {
@ -102,12 +99,6 @@
}, },
"Are you sure you want to log out? This will delete all your login credentials and return you to setup." : { "Are you sure you want to log out? This will delete all your login credentials and return you to setup." : {
},
"Automatic sync" : {
},
"Automatically mark articles as read" : {
}, },
"Available tags" : { "Available tags" : {
@ -120,9 +111,6 @@
}, },
"Changes take effect immediately. Lower log levels include higher ones (Debug includes all, Critical includes only critical messages)." : { "Changes take effect immediately. Lower log levels include higher ones (Debug includes all, Critical includes only critical messages)." : {
},
"Clear cache" : {
}, },
"Close" : { "Close" : {
@ -132,9 +120,6 @@
}, },
"Critical" : { "Critical" : {
},
"Data Management" : {
}, },
"Debug" : { "Debug" : {
@ -273,9 +258,6 @@
}, },
"OK" : { "OK" : {
},
"Open external links in in-app Safari" : {
}, },
"Optional: Custom title" : { "Optional: Custom title" : {
@ -319,18 +301,12 @@
} }
} }
} }
},
"Reading Settings" : {
}, },
"Remove" : { "Remove" : {
}, },
"Reset" : { "Reset" : {
},
"Reset settings" : {
}, },
"Reset to Defaults" : { "Reset to Defaults" : {
@ -340,9 +316,6 @@
}, },
"Resume listening" : { "Resume listening" : {
},
"Safari Reader Mode" : {
}, },
"Save bookmark" : { "Save bookmark" : {
@ -391,12 +364,6 @@
}, },
"Speed" : { "Speed" : {
},
"Sync interval" : {
},
"Sync Settings" : {
}, },
"Syncing with server..." : { "Syncing with server..." : {

View File

@ -436,7 +436,7 @@
buildSettings = { buildSettings = {
CODE_SIGN_ENTITLEMENTS = URLShare/URLShare.entitlements; CODE_SIGN_ENTITLEMENTS = URLShare/URLShare.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19; CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = 8J69P655GN; DEVELOPMENT_TEAM = 8J69P655GN;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = URLShare/Info.plist; INFOPLIST_FILE = URLShare/Info.plist;
@ -469,7 +469,7 @@
buildSettings = { buildSettings = {
CODE_SIGN_ENTITLEMENTS = URLShare/URLShare.entitlements; CODE_SIGN_ENTITLEMENTS = URLShare/URLShare.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19; CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_TEAM = 8J69P655GN; DEVELOPMENT_TEAM = 8J69P655GN;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = URLShare/Info.plist; INFOPLIST_FILE = URLShare/Info.plist;
@ -624,7 +624,7 @@
CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19; CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\"";
DEVELOPMENT_TEAM = 8J69P655GN; DEVELOPMENT_TEAM = 8J69P655GN;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;
@ -668,7 +668,7 @@
CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19; CURRENT_PROJECT_VERSION = 20;
DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\"";
DEVELOPMENT_TEAM = 8J69P655GN; DEVELOPMENT_TEAM = 8J69P655GN;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;