You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: WorkWeek/Info.plist
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
<!DOCTYPEplist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plistversion="1.0">
4
4
<dict>
5
-
<key>NSLocationAlwaysUsageDescription</key>
6
-
<string>Work Week needs to access your location for calculating your work hours. Work Week may not be running when you arrive at work, which is why we need Always Authorization. </string>
7
5
<key>CFBundleDevelopmentRegion</key>
8
6
<string>en</string>
9
7
<key>CFBundleExecutable</key>
@@ -19,7 +17,7 @@
19
17
<key>CFBundleShortVersionString</key>
20
18
<string>1.0</string>
21
19
<key>CFBundleVersion</key>
22
-
<string>1</string>
20
+
<string>2</string>
23
21
<key>Fabric</key>
24
22
<dict>
25
23
<key>APIKey</key>
@@ -36,6 +34,8 @@
36
34
</dict>
37
35
<key>LSRequiresIPhoneOS</key>
38
36
<true/>
37
+
<key>NSLocationAlwaysUsageDescription</key>
38
+
<string>Work Week needs to access your location for calculating your work hours. Work Week may not be running when you arrive at work, which is why we need Always Authorization. </string>
0 commit comments