0002-Upgrade-default-target.patch 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. From 9d3b2a10d5f6a723d49edaf019c62ad97e8a5763 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Thu, 23 Jan 2014 16:30:38 +0100
  4. Subject: [PATCH 2/3] Upgrade default target
  5. ---
  6. client/iOS/QuincyLib/QuincyLib.xcodeproj/project.pbxproj | 16 ++++++++++++----
  7. 1 file changed, 12 insertions(+), 4 deletions(-)
  8. diff --git a/client/iOS/QuincyLib/QuincyLib.xcodeproj/project.pbxproj b/client/iOS/QuincyLib/QuincyLib.xcodeproj/project.pbxproj
  9. index 29e2914..7a8adfe 100644
  10. --- a/client/iOS/QuincyLib/QuincyLib.xcodeproj/project.pbxproj
  11. +++ b/client/iOS/QuincyLib/QuincyLib.xcodeproj/project.pbxproj
  12. @@ -9,7 +9,6 @@
  13. /* Begin PBXBuildFile section */
  14. 1E584C1B1883306000C4D800 /* BWQuincyManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E584C1A1883306000C4D800 /* BWQuincyManagerDelegate.h */; };
  15. 36892BF0145EC96A0036932D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36892BEF145EC96A0036932D /* Foundation.framework */; };
  16. - 36908F20145ECB090070379E /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36908F1F145ECB090070379E /* CrashReporter.framework */; };
  17. 36908F23145ECB2E0070379E /* BWQuincyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 36908F22145ECB2E0070379E /* BWQuincyManager.m */; };
  18. 36908F25145ECB370070379E /* BWQuincyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36908F24145ECB370070379E /* BWQuincyManager.h */; settings = {ATTRIBUTES = (); }; };
  19. A04977691602AF6600DDF6BF /* BWCrashReportTextFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = A04977671602AF6600DDF6BF /* BWCrashReportTextFormatter.h */; };
  20. @@ -20,7 +19,6 @@
  21. 1E584C1A1883306000C4D800 /* BWQuincyManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BWQuincyManagerDelegate.h; path = ../BWQuincyManagerDelegate.h; sourceTree = "<group>"; };
  22. 36892BEC145EC96A0036932D /* libQuincyLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libQuincyLib.a; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 36892BEF145EC96A0036932D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  24. - 36908F1F145ECB090070379E /* CrashReporter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CrashReporter.framework; path = ../CrashReporter.framework; sourceTree = "<group>"; };
  25. 36908F22145ECB2E0070379E /* BWQuincyManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BWQuincyManager.m; path = ../BWQuincyManager.m; sourceTree = "<group>"; };
  26. 36908F24145ECB370070379E /* BWQuincyManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BWQuincyManager.h; path = ../BWQuincyManager.h; sourceTree = "<group>"; };
  27. A04977671602AF6600DDF6BF /* BWCrashReportTextFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BWCrashReportTextFormatter.h; path = ../BWCrashReportTextFormatter.h; sourceTree = "<group>"; };
  28. @@ -32,7 +30,6 @@
  29. isa = PBXFrameworksBuildPhase;
  30. buildActionMask = 2147483647;
  31. files = (
  32. - 36908F20145ECB090070379E /* CrashReporter.framework in Frameworks */,
  33. 36892BF0145EC96A0036932D /* Foundation.framework in Frameworks */,
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. @@ -60,7 +57,6 @@
  37. 36892BEE145EC96A0036932D /* Frameworks */ = {
  38. isa = PBXGroup;
  39. children = (
  40. - 36908F1F145ECB090070379E /* CrashReporter.framework */,
  41. 36892BEF145EC96A0036932D /* Foundation.framework */,
  42. );
  43. name = Frameworks;
  44. @@ -195,6 +191,7 @@
  45. 36892BFA145EC96B0036932D /* Debug */ = {
  46. isa = XCBuildConfiguration;
  47. buildSettings = {
  48. + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  49. DSTROOT = /tmp/QuincyLib.dst;
  50. FRAMEWORK_SEARCH_PATHS = (
  51. "$(inherited)",
  52. @@ -203,6 +200,11 @@
  53. );
  54. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  55. GCC_PREFIX_HEADER = "";
  56. + HEADER_SEARCH_PATHS = (
  57. + "$(inherited)",
  58. + "/Applications/Xcode51-Beta4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  59. + "\"$(SRCROOT)/../../../../PLCrashReporter/Source\"",
  60. + );
  61. PRODUCT_NAME = "$(TARGET_NAME)";
  62. SKIP_INSTALL = YES;
  63. };
  64. @@ -211,6 +213,7 @@
  65. 36892BFB145EC96B0036932D /* Release */ = {
  66. isa = XCBuildConfiguration;
  67. buildSettings = {
  68. + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  69. DSTROOT = /tmp/QuincyLib.dst;
  70. FRAMEWORK_SEARCH_PATHS = (
  71. "$(inherited)",
  72. @@ -219,6 +222,11 @@
  73. );
  74. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  75. GCC_PREFIX_HEADER = "";
  76. + HEADER_SEARCH_PATHS = (
  77. + "$(inherited)",
  78. + "/Applications/Xcode51-Beta4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
  79. + "\"$(SRCROOT)/../../../../PLCrashReporter/Source\"",
  80. + );
  81. PRODUCT_NAME = "$(TARGET_NAME)";
  82. SKIP_INSTALL = YES;
  83. };
  84. --
  85. 1.8.3.4 (Apple Git-47)