Skip to content

Commit

Permalink
[NEW] 18.0.4 (with fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey committed Sep 26, 2024
1 parent 4c201e2 commit 0b7e11e
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
42 changes: 21 additions & 21 deletions OwnTracks/OwnTracks.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@
848806F828C9E7A500F7DFFD /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
848806F928C9E7A500F7DFFD /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/InfoPlist.strings; sourceTree = "<group>"; };
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 = "<group>"; };
848F37262CA56D21008D68FE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Intents.strings; sourceTree = "<group>"; };
848F37282CA56D62008D68FE /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intents.strings; sourceTree = "<group>"; };
848F372A2CA56D98008D68FE /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Intents.strings; sourceTree = "<group>"; };
848F372C2CA56DC5008D68FE /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Intents.strings; sourceTree = "<group>"; };
8492603E2B0235D700F6DC13 /* message.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = message.json; sourceTree = "<group>"; };
849260402B0247C200F6DC13 /* Validation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Validation.h; path = coredata/Validation.h; sourceTree = "<group>"; };
849260412B0247C200F6DC13 /* Validation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Validation.m; path = coredata/Validation.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -320,13 +325,8 @@
84DC68732CA55BB900FCFE44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Storyboard.strings; sourceTree = "<group>"; };
84DC68752CA5602E00FCFE44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Intents.strings; sourceTree = "<group>"; };
84DC68772CA5603000FCFE44 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Intents.strings; sourceTree = "<group>"; };
84DC68792CA5603200FCFE44 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Intents.strings; sourceTree = "<group>"; };
84DC687B2CA5603500FCFE44 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Intents.strings; sourceTree = "<group>"; };
84DC687D2CA5603700FCFE44 /* gl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gl; path = gl.lproj/Intents.strings; sourceTree = "<group>"; };
84DC687F2CA5603A00FCFE44 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Intents.strings; sourceTree = "<group>"; };
84DC68812CA5603C00FCFE44 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Intents.strings; sourceTree = "<group>"; };
84DC68832CA5603E00FCFE44 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intents.strings; sourceTree = "<group>"; };
84DC68852CA5604000FCFE44 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Intents.strings; sourceTree = "<group>"; };
84DDEAC51BD9F37900B01879 /* SettingsTVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsTVC.h; sourceTree = "<group>"; };
84DDEAC61BD9F37900B01879 /* SettingsTVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsTVC.m; sourceTree = "<group>"; };
84DE749724A9A68B00C0DA68 /* OwnTracksIntents.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OwnTracksIntents.entitlements; sourceTree = "<group>"; };
Expand Down Expand Up @@ -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 = "<group>";
Expand Down Expand Up @@ -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;
Expand All @@ -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 = "";
Expand Down Expand Up @@ -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;
Expand All @@ -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)";
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions OwnTracks/OwnTracks/fr.lproj/Intents.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
3 changes: 3 additions & 0 deletions OwnTracks/OwnTracks/nl.lproj/Intents.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
/* (No Comment) */
"5EuzDa" = "handleiding";

/* (No Comment) */
"9QQuvB" = "Set a tag for all subsequent locations";

/* (No Comment) */
"A8tk7h" = "Point of Interest";

Expand Down
3 changes: 3 additions & 0 deletions OwnTracks/OwnTracks/pl.lproj/Intents.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
3 changes: 3 additions & 0 deletions OwnTracks/OwnTracks/sv.lproj/Intents.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
3 changes: 3 additions & 0 deletions OwnTracks/OwnTracks/tr.lproj/Intents.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
/* (No Comment) */
"5EuzDa" = "Manuel";

/* (No Comment) */
"9QQuvB" = "Set a tag for all subsequent locations";

/* (No Comment) */
"A8tk7h" = "Point Of Interest";

Expand Down

0 comments on commit 0b7e11e

Please sign in to comment.