From 803470e161539f9013f854188e57505f4878e891 Mon Sep 17 00:00:00 2001 From: Matt Holgate Date: Thu, 10 Jul 2014 18:03:22 +0100 Subject: Convert Xcode schemes to shared schemes, so that they are tracked in git. It is recommended that you delete any personal schemes that have the same name as the shared ones, for example by cleaning your git tree with: cd platform/ios/MuPDF.xcodeproj && git clean -X -f -d (this will wipe out any .gitignore'd files in your tree - so be careful. Make sure you use an uppercase -X option; the lowercase version will wipe non-ignored files!). --- .../xcshareddata/xcschemes/Generate.xcscheme | 59 +++++++++++++++ .../xcshareddata/xcschemes/MuPDF.xcscheme | 86 ++++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/Generate.xcscheme create mode 100644 platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme (limited to 'platform/ios') diff --git a/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/Generate.xcscheme b/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/Generate.xcscheme new file mode 100644 index 00000000..37fd73f2 --- /dev/null +++ b/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/Generate.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme b/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme new file mode 100644 index 00000000..ddfd0395 --- /dev/null +++ b/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3