File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5656 exit 0
5757 fi
5858
59+ for file in "${files[@]}"; do
60+ perl -i -0777 -pe 's/<file original=".*<file original="Supporting Files\/Localizable\.xcstrings"/<file original="Supporting Files\/Localizable.xcstrings"/sg' "$file"
61+ done
62+
5963 tmp=".xliff_tmp"
6064 rm -rf "$tmp"
6165 mkdir -p "$tmp"
Original file line number Diff line number Diff line change 10261026 INFOPLIST_KEY_CFBundleDisplayName = OPass;
10271027 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.reference";
10281028 INFOPLIST_KEY_NSCalendarsUsageDescription = "App requires your consent to access calendars during use";
1029- INFOPLIST_KEY_NSCameraUsageDescription = "Use Camera to scan QRCode inoder to get token";
1029+ INFOPLIST_KEY_NSCameraUsageDescription = "Use camera to scan QR code in order to get token";
10301030 INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "App requires your consent to access location during use";
10311031 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
10321032 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
10691069 INFOPLIST_KEY_CFBundleDisplayName = OPass;
10701070 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.reference";
10711071 INFOPLIST_KEY_NSCalendarsUsageDescription = "App requires your consent to access calendars during use";
1072- INFOPLIST_KEY_NSCameraUsageDescription = "Use Camera to scan QRCode inoder to get token";
1072+ INFOPLIST_KEY_NSCameraUsageDescription = "Use camera to scan QR code in order to get token";
10731073 INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "App requires your consent to access location during use";
10741074 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
10751075 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
You can’t perform that action at this time.
0 commit comments