Browse Source

Re-saved all projects

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
c8fffa9044
22 changed files with 79 additions and 79 deletions
  1. +0
    -0
      examples/DemoRunner/Builds/MacOSX/App.entitlements
  2. +7
    -7
      examples/DemoRunner/Builds/MacOSX/DemoRunner.xcodeproj/project.pbxproj
  3. +0
    -0
      examples/DemoRunner/Builds/iOS/App.entitlements
  4. +9
    -9
      examples/DemoRunner/Builds/iOS/DemoRunner.xcodeproj/project.pbxproj
  5. +0
    -0
      extras/AudioPerformanceTest/Builds/MacOSX/App.entitlements
  6. +7
    -7
      extras/AudioPerformanceTest/Builds/MacOSX/AudioPerformanceTest.xcodeproj/project.pbxproj
  7. +0
    -0
      extras/AudioPerformanceTest/Builds/iOS/App.entitlements
  8. +7
    -7
      extras/AudioPerformanceTest/Builds/iOS/AudioPerformanceTest.xcodeproj/project.pbxproj
  9. +0
    -0
      extras/AudioPluginHost/Builds/MacOSX/App.entitlements
  10. +7
    -7
      extras/AudioPluginHost/Builds/MacOSX/AudioPluginHost.xcodeproj/project.pbxproj
  11. +0
    -0
      extras/AudioPluginHost/Builds/iOS/App.entitlements
  12. +7
    -7
      extras/AudioPluginHost/Builds/iOS/AudioPluginHost.xcodeproj/project.pbxproj
  13. +7
    -7
      extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj
  14. +0
    -0
      extras/BinaryBuilder/Builds/MacOSX/ConsoleApp.entitlements
  15. +0
    -0
      extras/NetworkGraphicsDemo/Builds/MacOSX/App.entitlements
  16. +7
    -7
      extras/NetworkGraphicsDemo/Builds/MacOSX/NetworkGraphicsDemo.xcodeproj/project.pbxproj
  17. +0
    -0
      extras/NetworkGraphicsDemo/Builds/iOS/App.entitlements
  18. +7
    -7
      extras/NetworkGraphicsDemo/Builds/iOS/NetworkGraphicsDemo.xcodeproj/project.pbxproj
  19. +0
    -0
      extras/Projucer/Builds/MacOSX/App.entitlements
  20. +7
    -7
      extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj
  21. +0
    -0
      extras/UnitTestRunner/Builds/MacOSX/ConsoleApp.entitlements
  22. +7
    -7
      extras/UnitTestRunner/Builds/MacOSX/UnitTestRunner.xcodeproj/project.pbxproj

examples/DemoRunner/Builds/MacOSX/DemoRunner.entitlements → examples/DemoRunner/Builds/MacOSX/App.entitlements View File


+ 7
- 7
examples/DemoRunner/Builds/MacOSX/DemoRunner.xcodeproj/project.pbxproj View File

@@ -243,13 +243,6 @@
path = "../../../../modules/juce_audio_utils";
sourceTree = "SOURCE_ROOT";
};
0CCFDC1D1C7B8A12BF4822F1 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = DemoRunner.entitlements;
path = DemoRunner.entitlements;
sourceTree = "SOURCE_ROOT";
};
0ECB4FCD24794CE516792552 = {
isa = PBXFileReference;
lastKnownFileType = folder;
@@ -306,6 +299,13 @@
path = ../../Source/Main.cpp;
sourceTree = "SOURCE_ROOT";
};
2CDA0CB288452DA016E874BC = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
346450C70C964FD9640B6086 = {
isa = PBXFileReference;
lastKnownFileType = file;


examples/DemoRunner/Builds/iOS/DemoRunner.entitlements → examples/DemoRunner/Builds/iOS/App.entitlements View File


+ 9
- 9
examples/DemoRunner/Builds/iOS/DemoRunner.xcodeproj/project.pbxproj View File

@@ -232,13 +232,6 @@
path = "../../../../modules/juce_audio_utils";
sourceTree = "SOURCE_ROOT";
};
0CCFDC1D1C7B8A12BF4822F1 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = DemoRunner.entitlements;
path = DemoRunner.entitlements;
sourceTree = "SOURCE_ROOT";
};
112FFCB73597157E721BCDF2 = {
isa = PBXFileReference;
lastKnownFileType = file;
@@ -295,6 +288,13 @@
path = ../../Source/Main.cpp;
sourceTree = "SOURCE_ROOT";
};
2CDA0CB288452DA016E874BC = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
346450C70C964FD9640B6086 = {
isa = PBXFileReference;
lastKnownFileType = file;
@@ -907,7 +907,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_LINK_OBJC_RUNTIME = NO;
CODE_SIGN_ENTITLEMENTS = "DemoRunner.entitlements";
CODE_SIGN_ENTITLEMENTS = "App.entitlements";
COMBINE_HIDPI_IMAGES = YES;
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
COPY_PHASE_STRIP = NO;
@@ -954,7 +954,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_LINK_OBJC_RUNTIME = NO;
CODE_SIGN_ENTITLEMENTS = "DemoRunner.entitlements";
CODE_SIGN_ENTITLEMENTS = "App.entitlements";
COMBINE_HIDPI_IMAGES = YES;
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
DEAD_CODE_STRIPPING = YES;


extras/AudioPerformanceTest/Builds/MacOSX/AudioPerformanceTest.entitlements → extras/AudioPerformanceTest/Builds/MacOSX/App.entitlements View File


+ 7
- 7
extras/AudioPerformanceTest/Builds/MacOSX/AudioPerformanceTest.xcodeproj/project.pbxproj View File

@@ -336,13 +336,6 @@
path = "../../JuceLibraryCode/include_juce_audio_utils.mm";
sourceTree = "SOURCE_ROOT";
};
C3BE13F50343166A30728D8A = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = AudioPerformanceTest.entitlements;
path = AudioPerformanceTest.entitlements;
sourceTree = "SOURCE_ROOT";
};
C8EE61FDD1F06817A014B881 = {
isa = PBXFileReference;
lastKnownFileType = file;
@@ -385,6 +378,13 @@
path = System/Library/Frameworks/DiscRecording.framework;
sourceTree = SDKROOT;
};
F9E591FD0A75BCD9F600120A = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
FAAB4EAE4A57B642D3B9EC23 = {
isa = PBXFileReference;
lastKnownFileType = file.nib;


extras/AudioPerformanceTest/Builds/iOS/AudioPerformanceTest.entitlements → extras/AudioPerformanceTest/Builds/iOS/App.entitlements View File


+ 7
- 7
extras/AudioPerformanceTest/Builds/iOS/AudioPerformanceTest.xcodeproj/project.pbxproj View File

@@ -355,13 +355,6 @@
path = "../../JuceLibraryCode/include_juce_audio_utils.mm";
sourceTree = "SOURCE_ROOT";
};
C3BE13F50343166A30728D8A = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = AudioPerformanceTest.entitlements;
path = AudioPerformanceTest.entitlements;
sourceTree = "SOURCE_ROOT";
};
C6030BFC7A19A5075AB0EC28 = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -425,6 +418,13 @@
path = System/Library/Frameworks/CoreImage.framework;
sourceTree = SDKROOT;
};
F9E591FD0A75BCD9F600120A = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
9F54D12C977843F8FEFCF041 = {
isa = PBXGroup;
children = (


extras/AudioPluginHost/Builds/MacOSX/AudioPluginHost.entitlements → extras/AudioPluginHost/Builds/MacOSX/App.entitlements View File


+ 7
- 7
extras/AudioPluginHost/Builds/MacOSX/AudioPluginHost.xcodeproj/project.pbxproj View File

@@ -459,6 +459,13 @@
path = System/Library/Frameworks/Cocoa.framework;
sourceTree = SDKROOT;
};
9A92E8C5ECBBF926B5CF57BC = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
9F9B445E6755CAA19E4344ED = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -585,13 +592,6 @@
path = System/Library/Frameworks/CoreAudioKit.framework;
sourceTree = SDKROOT;
};
EC252E34CF52A70B4A836BDC = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = AudioPluginHost.entitlements;
path = AudioPluginHost.entitlements;
sourceTree = "SOURCE_ROOT";
};
F14CDB17EFE157DA3C3A5A91 = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;


extras/AudioPluginHost/Builds/iOS/AudioPluginHost.entitlements → extras/AudioPluginHost/Builds/iOS/App.entitlements View File


+ 7
- 7
extras/AudioPluginHost/Builds/iOS/AudioPluginHost.xcodeproj/project.pbxproj View File

@@ -463,6 +463,13 @@
path = ../../Source/UI/PluginWindow.h;
sourceTree = "SOURCE_ROOT";
};
9A92E8C5ECBBF926B5CF57BC = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
9F9B445E6755CAA19E4344ED = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -582,13 +589,6 @@
path = System/Library/Frameworks/CoreAudioKit.framework;
sourceTree = SDKROOT;
};
EC252E34CF52A70B4A836BDC = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = AudioPluginHost.entitlements;
path = AudioPluginHost.entitlements;
sourceTree = "SOURCE_ROOT";
};
F14CDB17EFE157DA3C3A5A91 = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;


+ 7
- 7
extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj View File

@@ -36,13 +36,6 @@
path = RecentFilesMenuTemplate.nib;
sourceTree = "SOURCE_ROOT";
};
25C3A81567A43C28D8A9C143 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = BinaryBuilder.entitlements;
path = BinaryBuilder.entitlements;
sourceTree = "SOURCE_ROOT";
};
50B7C64414A3E778021F5EC4 = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
@@ -57,6 +50,13 @@
path = System/Library/Frameworks/Cocoa.framework;
sourceTree = SDKROOT;
};
7871817598B12A73E708ABB7 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = ConsoleApp.entitlements;
path = ConsoleApp.entitlements;
sourceTree = "SOURCE_ROOT";
};
799073185F72F5FAD05253C3 = {
isa = PBXFileReference;
explicitFileType = "compiled.mach-o.executable";


extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.entitlements → extras/BinaryBuilder/Builds/MacOSX/ConsoleApp.entitlements View File


extras/NetworkGraphicsDemo/Builds/MacOSX/NetworkGraphicsDemo.entitlements → extras/NetworkGraphicsDemo/Builds/MacOSX/App.entitlements View File


+ 7
- 7
extras/NetworkGraphicsDemo/Builds/MacOSX/NetworkGraphicsDemo.xcodeproj/project.pbxproj View File

@@ -171,13 +171,6 @@
path = ../../Source/SharedCanvas.h;
sourceTree = "SOURCE_ROOT";
};
280A781618BDE3AF9BE15495 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = NetworkGraphicsDemo.entitlements;
path = NetworkGraphicsDemo.entitlements;
sourceTree = "SOURCE_ROOT";
};
2E13A899F4E3C99054A3656F = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -402,6 +395,13 @@
path = "../../JuceLibraryCode/include_juce_audio_processors.mm";
sourceTree = "SOURCE_ROOT";
};
AF19F5DDEBA5587D0C92A662 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
AF330F41D1A4865108690E3C = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.objcpp;


extras/NetworkGraphicsDemo/Builds/iOS/NetworkGraphicsDemo.entitlements → extras/NetworkGraphicsDemo/Builds/iOS/App.entitlements View File


+ 7
- 7
extras/NetworkGraphicsDemo/Builds/iOS/NetworkGraphicsDemo.xcodeproj/project.pbxproj View File

@@ -190,13 +190,6 @@
path = ../../Source/SharedCanvas.h;
sourceTree = "SOURCE_ROOT";
};
280A781618BDE3AF9BE15495 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = NetworkGraphicsDemo.entitlements;
path = NetworkGraphicsDemo.entitlements;
sourceTree = "SOURCE_ROOT";
};
2E13A899F4E3C99054A3656F = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -435,6 +428,13 @@
path = "../../JuceLibraryCode/include_juce_audio_processors.mm";
sourceTree = "SOURCE_ROOT";
};
AF19F5DDEBA5587D0C92A662 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
AF330F41D1A4865108690E3C = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.objcpp;


extras/Projucer/Builds/MacOSX/Projucer.entitlements → extras/Projucer/Builds/MacOSX/App.entitlements View File


+ 7
- 7
extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj View File

@@ -1462,6 +1462,13 @@
path = "../../Source/BinaryData/Templates/jucer_NewComponentTemplate.cpp";
sourceTree = "SOURCE_ROOT";
};
834B0B0A61FE876871A9F311 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = App.entitlements;
path = App.entitlements;
sourceTree = "SOURCE_ROOT";
};
842427CFE565F3FCE5B99174 = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -1973,13 +1980,6 @@
path = "../../../../modules/juce_graphics";
sourceTree = "SOURCE_ROOT";
};
B7017BD3427B46FBAAAE448A = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = Projucer.entitlements;
path = Projucer.entitlements;
sourceTree = "SOURCE_ROOT";
};
B8385E9A644BD3CD94876448 = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;


extras/UnitTestRunner/Builds/MacOSX/UnitTestRunner.entitlements → extras/UnitTestRunner/Builds/MacOSX/ConsoleApp.entitlements View File


+ 7
- 7
extras/UnitTestRunner/Builds/MacOSX/UnitTestRunner.xcodeproj/project.pbxproj View File

@@ -195,6 +195,13 @@
path = "../../JuceLibraryCode/include_juce_video.mm";
sourceTree = "SOURCE_ROOT";
};
11416532EEB177F4EFE69AF4 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = ConsoleApp.entitlements;
path = ConsoleApp.entitlements;
sourceTree = "SOURCE_ROOT";
};
1932D54A7FAE13BADBA3E9B5 = {
isa = PBXFileReference;
lastKnownFileType = wrapper.framework;
@@ -398,13 +405,6 @@
path = System/Library/Frameworks/CoreMedia.framework;
sourceTree = SDKROOT;
};
911BC81C9C4E07C2E2FD68C1 = {
isa = PBXFileReference;
lastKnownFileType = text.plist.xml;
name = UnitTestRunner.entitlements;
path = UnitTestRunner.entitlements;
sourceTree = "SOURCE_ROOT";
};
9514F6D920549F8A44B2E332 = {
isa = PBXFileReference;
lastKnownFileType = file;


Loading…
Cancel
Save