Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions G7SensorKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
C17F514F291EB87600555EB5 /* G7SensorKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */; };
C17F5156291EBD8600555EB5 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5155291EBD8600555EB5 /* Image.swift */; };
C17F5157291EBD9900555EB5 /* TimeInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F513F291EB27D00555EB5 /* TimeInterval.swift */; };
C1821672297E55A7001EB097 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1821670297E55A7001EB097 /* Localizable.strings */; };
C1E71720292D84FE00DA646F /* G7ProgressBarState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E7171F292D84FE00DA646F /* G7ProgressBarState.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -106,6 +107,8 @@
/* Begin PBXFileReference section */
C109F149291ECCE2008EA5B6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C109F14B291ED66F008EA5B6 /* G7GlucoseMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7GlucoseMessageTests.swift; sourceTree = "<group>"; };
C11613462983096D00777E7C /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
C11A2BCD29830A3100AC5135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
C1409A08291EC22F006BE8D0 /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
C1409A0A291EC258006BE8D0 /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = G7SensorKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -147,6 +150,9 @@
C17F514C291EB79E00555EB5 /* AlgorithmError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlgorithmError.swift; sourceTree = "<group>"; };
C17F5155291EBD8600555EB5 /* Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; };
C17F5158291EBE7500555EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C1821671297E55A7001EB097 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
C18886E529830A5E004C982D /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
C1BCB5AE298309C4001C50FF /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
C1E7171F292D84FE00DA646F /* G7ProgressBarState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = G7ProgressBarState.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -213,6 +219,7 @@
C17F50C8291EAC3800555EB5 /* G7SensorKit */ = {
isa = PBXGroup;
children = (
C1821670297E55A7001EB097 /* Localizable.strings */,
C17F513D291EB1A500555EB5 /* BluetoothServices.swift */,
C17F514C291EB79E00555EB5 /* AlgorithmError.swift */,
C17F5134291EB06A00555EB5 /* AlgorithmState.swift */,
Expand Down Expand Up @@ -470,6 +477,25 @@
knownRegions = (
en,
Base,
es,
nb,
it,
fr,
nl,
de,
ar,
"zh-Hans",
da,
fi,
he,
ja,
pl,
"pt-BR",
ro,
ru,
sv,
tr,
vi,
);
mainGroup = C17F50BC291EAC3800555EB5;
productRefGroup = C17F50C7291EAC3800555EB5 /* Products */;
Expand Down Expand Up @@ -504,6 +530,7 @@
buildActionMask = 2147483647;
files = (
C109F14A291ECCE2008EA5B6 /* Assets.xcassets in Resources */,
C1821672297E55A7001EB097 /* Localizable.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -608,6 +635,22 @@
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
C1821670297E55A7001EB097 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
C1821671297E55A7001EB097 /* es */,
C11613462983096D00777E7C /* nb */,
C1BCB5AE298309C4001C50FF /* it */,
C11A2BCD29830A3100AC5135 /* fr */,
C18886E529830A5E004C982D /* nl */,
);
name = Localizable.strings;
path = ../G7SensorKitUI;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
C17F50D6291EAC3800555EB5 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -661,6 +704,11 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LOCALIZED_STRING_MACRO_NAMES = (
NSLocalizedString,
CFCopyLocalizedString,
LocalizedString,
);
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -717,6 +765,11 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LOCALIZED_STRING_MACRO_NAMES = (
NSLocalizedString,
CFCopyLocalizedString,
LocalizedString,
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
12 changes: 12 additions & 0 deletions G7SensorKitUI/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* No comment provided by engineer. */
"Bluetooth" = "Bluetooth";

/* No comment provided by engineer. */
"Configuration" = "Configuración";

/* No comment provided by engineer. */
"Done" = "Hecho";

/* No comment provided by engineer. */
"Last Reading" = "Último dato";

6 changes: 6 additions & 0 deletions G7SensorKitUI/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* No comment provided by engineer. */
"Are you sure you want to delete this CGM?" = "Voulez-vous vraiment supprimer cet MGC?";

/* No comment provided by engineer. */
"Last Reading" = "Dernière lecture";

21 changes: 21 additions & 0 deletions G7SensorKitUI/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* No comment provided by engineer. */
"Are you sure you want to delete this CGM?" = "Sei sicuro di voler eliminare questo CGM?";

/* No comment provided by engineer. */
"Bluetooth" = "Bluetooth";

/* No comment provided by engineer. */
"Configuration" = "Configurazione";

/* No comment provided by engineer. */
"Delete CGM" = "Elimina Sensore";

/* No comment provided by engineer. */
"Done" = "Fatto";

/* No comment provided by engineer. */
"Last Reading" = "Ultima Lettura";

/* No comment provided by engineer. */
"Scan for new sensor" = "Scansiona un nuovo sensore";

12 changes: 12 additions & 0 deletions G7SensorKitUI/nb.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* No comment provided by engineer. */
"Are you sure you want to delete this CGM?" = "Er du sikker på at du vil slette denne CGM?";

/* No comment provided by engineer. */
"Bluetooth" = "blåtann";

/* No comment provided by engineer. */
"Delete CGM" = "Slett CGM";

/* No comment provided by engineer. */
"Done" = "Ferdig";

21 changes: 21 additions & 0 deletions G7SensorKitUI/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* No comment provided by engineer. */
"Are you sure you want to delete this CGM?" = "Weet je zeker dat je deze CGM wilt verwijderen?";

/* No comment provided by engineer. */
"Bluetooth" = "Bluetooth";

/* No comment provided by engineer. */
"Configuration" = "Configuratie";

/* No comment provided by engineer. */
"Delete CGM" = "Verwijder CGM";

/* No comment provided by engineer. */
"Done" = "Gereed";

/* No comment provided by engineer. */
"Last Reading" = "Laatste Meting";

/* No comment provided by engineer. */
"Scan for new sensor" = "Scannen op nieuwe sensor";