Skip to content

Commit

Permalink
[RFR-1064] RFR App Release-3.2.6 (#177)
Browse files Browse the repository at this point in the history
Containing Bugfix for iOS 17.5
  • Loading branch information
muthenberg authored Jun 20, 2024
2 parents e18d0e3 + b27240f commit b3822f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions DataCapturing/Sources/DataCapturing/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>This app needs to capture locations even while being in the background to measure your distance travelled and report anonymized statistics to your local authorities. The authorities are supposed to make decisions based on the received data on how to improve traffic infrastructure.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs to capture locations even while being in the background to measure your distance travelled and report anonymized statistics to your local authorities. The authorities are supposed to make decisions based on the received data on how to improve traffic infrastructure.</string>
<key>NSMotionUsageDescription</key>
<string>This app tracks your devices motion, while active to report anonymized statistics to you local community. Based on this data, infrastructure problems are diagnosed.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
14 changes: 7 additions & 7 deletions RFR-App/RFR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.5;
MARKETING_VERSION = 3.2.6;
PRODUCT_BUNDLE_IDENTIFIER = de.cyface.RFR;
PRODUCT_NAME = "Ready for Robots";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -898,7 +898,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.5;
MARKETING_VERSION = 3.2.6;
PRODUCT_BUNDLE_IDENTIFIER = de.cyface.RFR.staging;
PRODUCT_NAME = "Ready for Robots Staging";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1017,7 +1017,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.5;
MARKETING_VERSION = 3.2.6;
PRODUCT_BUNDLE_IDENTIFIER = de.cyface.RFR.staging;
PRODUCT_NAME = "Ready for Robots Staging";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1135,7 +1135,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.5;
MARKETING_VERSION = 3.2.6;
PRODUCT_BUNDLE_IDENTIFIER = de.cyface.RFR;
PRODUCT_NAME = "Ready for Robots";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1761,7 +1761,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.5;
MARKETING_VERSION = 3.2.6;
PRODUCT_BUNDLE_IDENTIFIER = de.cyface.RFR.dev;
PRODUCT_NAME = "Ready for Robots Development";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1799,7 +1799,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.2.5;
MARKETING_VERSION = 3.2.6;
PRODUCT_BUNDLE_IDENTIFIER = de.cyface.RFR.dev;
PRODUCT_NAME = "Ready for Robots Development";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1933,7 +1933,7 @@
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 8.18.0;
minimumVersion = 8.21.0;
};
};
AA6C48972A9365B200C3633D /* XCRemoteSwiftPackageReference "AppAuth-iOS" */ = {
Expand Down
2 changes: 2 additions & 0 deletions RFR-App/RFR/Resources/de.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/* Privacy - Location When In Use Usage Description */
"NSLocationWhenInUseUsageDescription" = "Bitte erlauben Sie die Aufzeichnung der Strecke, damit wir Ihrer Kommune Ihre Daten zur Ermittlung der Bereitschaft für Roboter zur Verfügung stellen können.";

/* Privacy - Motion Usage Description */
"NSMotionUsageDescription" = "Bitte erlauben Sie die Aufzeichnung der Bewegung ihres Smartphones, damit wir Ihrer Kommune Ihre Daten zur Ermittlung der Bereitschaft für Roboter zur Verfügung stellen können.";
3 changes: 3 additions & 0 deletions RFR-App/RFR/Resources/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
/* Privacy - Location When In Use Usage Description */
"NSLocationWhenInUseUsageDescription" = "Please allow the route to be recorded in the background so that we can provide your municipality with your data to determine robot readiness.";

/* Privacy - Motion Usage Description */
"NSMotionUsageDescription" = "Please allow us to capture your device motion, so we can provide your municipality with your data to determine robot readiness.";

0 comments on commit b3822f2

Please sign in to comment.