Browse Source

updated xcode project version

Arnaud Vergnet 3 years ago
parent
commit
0590cc1972
2 changed files with 8 additions and 8 deletions
  1. 4
    4
      ios/Campus.xcodeproj/project.pbxproj
  2. 4
    4
      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 = 1;
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 = 2.0.1;
331
+				MARKETING_VERSION = 3.0.5;
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 = 1;
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 = 2.0.1;
356
+				MARKETING_VERSION = 3.0.5;
357 357
 				OTHER_LDFLAGS = (
358 358
 					"$(inherited)",
359 359
 					"-ObjC",

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

@@ -54,6 +54,10 @@
54 54
 	</dict>
55 55
 	<key>NSCameraUsageDescription</key>
56 56
 	<string>Allow Campus to use the camera</string>
57
+	<key>UIAppFonts</key>
58
+	<array>
59
+		<string>MaterialCommunityIcons.ttf</string>
60
+	</array>
57 61
 	<key>UILaunchStoryboardName</key>
58 62
 	<string>LaunchScreen</string>
59 63
 	<key>UIRequiredDeviceCapabilities</key>
@@ -71,9 +75,5 @@
71 75
 	<string>Automatic</string>
72 76
 	<key>UIViewControllerBasedStatusBarAppearance</key>
73 77
 	<false/>
74
-	<key>UIAppFonts</key>
75
-    <array>
76
-      <string>MaterialCommunityIcons.ttf</string>
77
-    </array>
78 78
 </dict>
79 79
 </plist>

Loading…
Cancel
Save