浏览代码

Update project files as recommended by Xcode

master
Lyubomir Marinov 8 年前
父节点
当前提交
532010c916

+ 3
- 3
ios/jitsi-meet-react.xcodeproj/project.pbxproj 查看文件

@@ -410,7 +410,7 @@
410 410
 		83CBB9F71A601CBA00E9B192 /* Project object */ = {
411 411
 			isa = PBXProject;
412 412
 			attributes = {
413
-				LastUpgradeCheck = 0730;
413
+				LastUpgradeCheck = 0800;
414 414
 				ORGANIZATIONNAME = Facebook;
415 415
 				TargetAttributes = {
416 416
 					13B07F861A680F5B00A75B9A = {
@@ -734,7 +734,7 @@
734 734
 					"$(SRCROOT)/../node_modules/react-native/React/**",
735 735
 					"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
736 736
 				);
737
-				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
737
+				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
738 738
 				MTL_ENABLE_DEBUG_INFO = YES;
739 739
 				ONLY_ACTIVE_ARCH = YES;
740 740
 				SDKROOT = iphoneos;
@@ -775,7 +775,7 @@
775 775
 					"$(SRCROOT)/../node_modules/react-native/React/**",
776 776
 					"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
777 777
 				);
778
-				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
778
+				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
779 779
 				MTL_ENABLE_DEBUG_INFO = NO;
780 780
 				SDKROOT = iphoneos;
781 781
 				VALIDATE_PRODUCT = YES;

+ 8
- 5
ios/jitsi-meet-react.xcodeproj/xcshareddata/xcschemes/jitsi-meet-react.xcscheme 查看文件

@@ -1,6 +1,6 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <Scheme
3
-   LastUpgradeVersion = "0730"
3
+   LastUpgradeVersion = "0800"
4 4
    version = "1.3">
5 5
    <BuildAction
6 6
       parallelizeBuildables = "YES"
@@ -23,10 +23,12 @@
23 23
       </BuildActionEntries>
24 24
    </BuildAction>
25 25
    <TestAction
26
+      buildConfiguration = "Debug"
26 27
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27 28
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28
-      shouldUseLaunchSchemeArgsEnv = "YES"
29
-      buildConfiguration = "Debug">
29
+      shouldUseLaunchSchemeArgsEnv = "YES">
30
+      <Testables>
31
+      </Testables>
30 32
       <MacroExpansion>
31 33
          <BuildableReference
32 34
             BuildableIdentifier = "primary"
@@ -40,13 +42,14 @@
40 42
       </AdditionalOptions>
41 43
    </TestAction>
42 44
    <LaunchAction
45
+      buildConfiguration = "Debug"
43 46
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44 47
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45 48
       launchStyle = "0"
46 49
       useCustomWorkingDirectory = "NO"
47
-      buildConfiguration = "Debug"
48 50
       ignoresPersistentStateOnLaunch = "NO"
49 51
       debugDocumentVersioning = "YES"
52
+      debugServiceExtension = "internal"
50 53
       allowLocationSimulation = "YES">
51 54
       <BuildableProductRunnable
52 55
          runnableDebuggingMode = "0">
@@ -62,10 +65,10 @@
62 65
       </AdditionalOptions>
63 66
    </LaunchAction>
64 67
    <ProfileAction
68
+      buildConfiguration = "Release"
65 69
       shouldUseLaunchSchemeArgsEnv = "YES"
66 70
       savedToolIdentifier = ""
67 71
       useCustomWorkingDirectory = "NO"
68
-      buildConfiguration = "Release"
69 72
       debugDocumentVersioning = "YES">
70 73
       <BuildableProductRunnable
71 74
          runnableDebuggingMode = "0">

正在加载...
取消
保存