소스 검색

PRS MOBILE - iOS changes for new update

Nick-PRSDigital@bitbucket.org 2 년 전
부모
커밋
7697d1313c
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      prs.mobile/comal.timesheets.iOS/Info.plist
  2. 0 1
      prs.mobile/comal.timesheets/Main/MainPageUtils.cs

+ 2 - 2
prs.mobile/comal.timesheets.iOS/Info.plist

@@ -9,9 +9,9 @@
 	<key>CFBundleName</key>
 	<string>TimeBench</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.40.4</string>
+	<string>4.41.1</string>
 	<key>CFBundleVersion</key>
-	<string>4.40.4</string>
+	<string>4.41.1</string>
 	<key>NSBluetoothAlwaysUsageDescription</key>
 	<string>Bluetooth access is needed to locate equipment items</string>
 	<key>NSBluetoothPeripheralUsageDescription</key>

+ 0 - 1
prs.mobile/comal.timesheets/Main/MainPageUtils.cs

@@ -17,7 +17,6 @@ using Plugin.LocalNotification;
 using comal.timesheets.Tasks;
 using System.IO;
 using static comal.timesheets.CustomControls.JobShell;
-using static Android.Graphics.Paint;
 using static InABox.Mobile.LocationServices;
 
 namespace comal.timesheets