From 0b7e11e3d81f3ec5a7f3c6a394796c75e87afec4 Mon Sep 17 00:00:00 2001 From: Christoph Krey Date: Thu, 26 Sep 2024 12:26:10 +0200 Subject: [PATCH] [NEW] 18.0.4 (with fixes) --- CHANGELOG.md | 2 +- OwnTracks/OwnTracks.xcodeproj/project.pbxproj | 42 +++++++++---------- OwnTracks/OwnTracks/fr.lproj/Intents.strings | 3 ++ OwnTracks/OwnTracks/nl.lproj/Intents.strings | 3 ++ OwnTracks/OwnTracks/pl.lproj/Intents.strings | 3 ++ OwnTracks/OwnTracks/sv.lproj/Intents.strings | 3 ++ OwnTracks/OwnTracks/tr.lproj/Intents.strings | 3 ++ 7 files changed, 37 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15155b19..8148417f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ OwnTracks iOS App Release Notes =================================== -## OwnTracks 18.0.3 iOS/ipadOS +## OwnTracks 18.0.4 iOS/ipadOS * Release Date 2024-09-26 ** Some UI enhancements, French, and Galician Language diff --git a/OwnTracks/OwnTracks.xcodeproj/project.pbxproj b/OwnTracks/OwnTracks.xcodeproj/project.pbxproj index 31d627c6..5161a146 100644 --- a/OwnTracks/OwnTracks.xcodeproj/project.pbxproj +++ b/OwnTracks/OwnTracks.xcodeproj/project.pbxproj @@ -247,6 +247,11 @@ 848806F828C9E7A500F7DFFD /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = ""; }; 848806F928C9E7A500F7DFFD /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/InfoPlist.strings; sourceTree = ""; }; 8488CFDE25A45CC3000AFEE2 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + 848F37242CA56D04008D68FE /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Intents.strings; sourceTree = ""; }; + 848F37262CA56D21008D68FE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Intents.strings; sourceTree = ""; }; + 848F37282CA56D62008D68FE /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intents.strings; sourceTree = ""; }; + 848F372A2CA56D98008D68FE /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Intents.strings; sourceTree = ""; }; + 848F372C2CA56DC5008D68FE /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Intents.strings; sourceTree = ""; }; 8492603E2B0235D700F6DC13 /* message.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = message.json; sourceTree = ""; }; 849260402B0247C200F6DC13 /* Validation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Validation.h; path = coredata/Validation.h; sourceTree = ""; }; 849260412B0247C200F6DC13 /* Validation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Validation.m; path = coredata/Validation.m; sourceTree = ""; }; @@ -320,13 +325,8 @@ 84DC68732CA55BB900FCFE44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Storyboard.strings; sourceTree = ""; }; 84DC68752CA5602E00FCFE44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Intents.strings; sourceTree = ""; }; 84DC68772CA5603000FCFE44 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Intents.strings; sourceTree = ""; }; - 84DC68792CA5603200FCFE44 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Intents.strings; sourceTree = ""; }; - 84DC687B2CA5603500FCFE44 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Intents.strings; sourceTree = ""; }; 84DC687D2CA5603700FCFE44 /* gl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gl; path = gl.lproj/Intents.strings; sourceTree = ""; }; 84DC687F2CA5603A00FCFE44 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Intents.strings; sourceTree = ""; }; - 84DC68812CA5603C00FCFE44 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Intents.strings; sourceTree = ""; }; - 84DC68832CA5603E00FCFE44 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intents.strings; sourceTree = ""; }; - 84DC68852CA5604000FCFE44 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Intents.strings; sourceTree = ""; }; 84DDEAC51BD9F37900B01879 /* SettingsTVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsTVC.h; sourceTree = ""; }; 84DDEAC61BD9F37900B01879 /* SettingsTVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsTVC.m; sourceTree = ""; }; 84DE749724A9A68B00C0DA68 /* OwnTracksIntents.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OwnTracksIntents.entitlements; sourceTree = ""; }; @@ -1049,13 +1049,13 @@ 84DE749A24A9E1C600C0DA68 /* Base */, 84DC68752CA5602E00FCFE44 /* en */, 84DC68772CA5603000FCFE44 /* da */, - 84DC68792CA5603200FCFE44 /* nl */, - 84DC687B2CA5603500FCFE44 /* fr */, 84DC687D2CA5603700FCFE44 /* gl */, 84DC687F2CA5603A00FCFE44 /* de */, - 84DC68812CA5603C00FCFE44 /* pl */, - 84DC68832CA5603E00FCFE44 /* sv */, - 84DC68852CA5604000FCFE44 /* tr */, + 848F37242CA56D04008D68FE /* nl */, + 848F37262CA56D21008D68FE /* pl */, + 848F37282CA56D62008D68FE /* sv */, + 848F372A2CA56D98008D68FE /* tr */, + 848F372C2CA56DC5008D68FE /* fr */, ); name = Intents.intentdefinition; sourceTree = ""; @@ -1206,7 +1206,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18.0.3; + CURRENT_PROJECT_VERSION = 18.0.4; DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO; DEVELOPMENT_TEAM = C652JFWU23; ENABLE_BITCODE = NO; @@ -1230,7 +1230,7 @@ "$(PROJECT_DIR)", "$(PROJECT_DIR)/OwnTracks", ); - MARKETING_VERSION = 18.0.3; + MARKETING_VERSION = 18.0.4; PRODUCT_BUNDLE_IDENTIFIER = org.mqttitude.MQTTitude; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; @@ -1260,7 +1260,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18.0.3; + CURRENT_PROJECT_VERSION = 18.0.4; DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO; DEVELOPMENT_TEAM = C652JFWU23; ENABLE_BITCODE = NO; @@ -1284,7 +1284,7 @@ "$(PROJECT_DIR)", "$(PROJECT_DIR)/OwnTracks", ); - MARKETING_VERSION = 18.0.3; + MARKETING_VERSION = 18.0.4; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = org.mqttitude.MQTTitude; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1315,7 +1315,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18.0.3; + CURRENT_PROJECT_VERSION = 18.0.4; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = C652JFWU23; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -1327,7 +1327,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 18.0.3; + MARKETING_VERSION = 18.0.4; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.mqttitude.MQTTitude.OwnTracksIntents; @@ -1354,7 +1354,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 18.0.3; + CURRENT_PROJECT_VERSION = 18.0.4; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = C652JFWU23; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -1366,7 +1366,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 18.0.3; + MARKETING_VERSION = 18.0.4; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.mqttitude.MQTTitude.OwnTracksIntents; @@ -1389,7 +1389,7 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18.0.3; + CURRENT_PROJECT_VERSION = 18.0.4; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = C652JFWU23; @@ -1400,7 +1400,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MACOSX_DEPLOYMENT_TARGET = 14.1; - MARKETING_VERSION = 18.0.3; + MARKETING_VERSION = 18.0.4; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.mqttitude.OwnTracksTests; @@ -1438,7 +1438,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MACOSX_DEPLOYMENT_TARGET = 14.1; - MARKETING_VERSION = 18.0.3; + MARKETING_VERSION = 18.0.4; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.mqttitude.OwnTracksTests; diff --git a/OwnTracks/OwnTracks/fr.lproj/Intents.strings b/OwnTracks/OwnTracks/fr.lproj/Intents.strings index 46a7a3cc..c0038c39 100644 --- a/OwnTracks/OwnTracks/fr.lproj/Intents.strings +++ b/OwnTracks/OwnTracks/fr.lproj/Intents.strings @@ -4,6 +4,9 @@ /* (No Comment) */ "5EuzDa" = "manuel"; +/* (No Comment) */ +"9QQuvB" = "Définir une étiquette pour tous les emplacements suivants"; + /* (No Comment) */ "A8tk7h" = "Point d'Intérêt"; diff --git a/OwnTracks/OwnTracks/nl.lproj/Intents.strings b/OwnTracks/OwnTracks/nl.lproj/Intents.strings index a5192ce6..0b3dba5f 100644 --- a/OwnTracks/OwnTracks/nl.lproj/Intents.strings +++ b/OwnTracks/OwnTracks/nl.lproj/Intents.strings @@ -4,6 +4,9 @@ /* (No Comment) */ "5EuzDa" = "handleiding"; +/* (No Comment) */ +"9QQuvB" = "Set a tag for all subsequent locations"; + /* (No Comment) */ "A8tk7h" = "Point of Interest"; diff --git a/OwnTracks/OwnTracks/pl.lproj/Intents.strings b/OwnTracks/OwnTracks/pl.lproj/Intents.strings index ecbf0dd1..0bc9e2dd 100644 --- a/OwnTracks/OwnTracks/pl.lproj/Intents.strings +++ b/OwnTracks/OwnTracks/pl.lproj/Intents.strings @@ -4,6 +4,9 @@ /* (No Comment) */ "5EuzDa" = "ręczny"; +/* (No Comment) */ +"9QQuvB" = "Set a tag for all subsequent locations"; + /* (No Comment) */ "A8tk7h" = "Point Of Interest"; diff --git a/OwnTracks/OwnTracks/sv.lproj/Intents.strings b/OwnTracks/OwnTracks/sv.lproj/Intents.strings index c933b323..8a41512c 100644 --- a/OwnTracks/OwnTracks/sv.lproj/Intents.strings +++ b/OwnTracks/OwnTracks/sv.lproj/Intents.strings @@ -4,6 +4,9 @@ /* (No Comment) */ "5EuzDa" = "manuell"; +/* (No Comment) */ +"9QQuvB" = "Sätt etikett för alla efterföljande platser"; + /* (No Comment) */ "A8tk7h" = "Intressant plats"; diff --git a/OwnTracks/OwnTracks/tr.lproj/Intents.strings b/OwnTracks/OwnTracks/tr.lproj/Intents.strings index 1d544939..5b80b060 100644 --- a/OwnTracks/OwnTracks/tr.lproj/Intents.strings +++ b/OwnTracks/OwnTracks/tr.lproj/Intents.strings @@ -4,6 +4,9 @@ /* (No Comment) */ "5EuzDa" = "Manuel"; +/* (No Comment) */ +"9QQuvB" = "Set a tag for all subsequent locations"; + /* (No Comment) */ "A8tk7h" = "Point Of Interest";