Browse Source

updated ios camera usage description

Arnaud Vergnet 3 years ago
parent
commit
b378fde2f0
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      ios/Campus.xcodeproj/project.pbxproj
  2. 1
    1
      ios/Campus/Info.plist

+ 4
- 4
ios/Campus.xcodeproj/project.pbxproj View File

@@ -323,12 +323,12 @@
323 323
 				CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
324 324
 				CODE_SIGN_IDENTITY = "Apple Development";
325 325
 				CODE_SIGN_STYLE = Automatic;
326
-				CURRENT_PROJECT_VERSION = 4;
326
+				CURRENT_PROJECT_VERSION = 2;
327 327
 				DEAD_CODE_STRIPPING = NO;
328 328
 				DEVELOPMENT_TEAM = 6JA7CLNUV6;
329 329
 				INFOPLIST_FILE = Campus/Info.plist;
330 330
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
331
-				MARKETING_VERSION = 3.0.5;
331
+				MARKETING_VERSION = 3.0.7;
332 332
 				OTHER_LDFLAGS = (
333 333
 					"$(inherited)",
334 334
 					"-ObjC",
@@ -349,11 +349,11 @@
349 349
 				CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
350 350
 				CODE_SIGN_IDENTITY = "Apple Development";
351 351
 				CODE_SIGN_STYLE = Automatic;
352
-				CURRENT_PROJECT_VERSION = 4;
352
+				CURRENT_PROJECT_VERSION = 2;
353 353
 				DEVELOPMENT_TEAM = 6JA7CLNUV6;
354 354
 				INFOPLIST_FILE = Campus/Info.plist;
355 355
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356
-				MARKETING_VERSION = 3.0.5;
356
+				MARKETING_VERSION = 3.0.7;
357 357
 				OTHER_LDFLAGS = (
358 358
 					"$(inherited)",
359 359
 					"-ObjC",

+ 1
- 1
ios/Campus/Info.plist View File

@@ -53,7 +53,7 @@
53 53
 		</dict>
54 54
 	</dict>
55 55
 	<key>NSCameraUsageDescription</key>
56
-	<string>Allow Campus to use the camera</string>
56
+	<string>Allow Campus to use the camera to scan QRCodes</string>
57 57
 	<key>UIAppFonts</key>
58 58
 	<array>
59 59
 		<string>MaterialCommunityIcons.ttf</string>

Loading…
Cancel
Save