mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Re-saved all projects
This commit is contained in:
parent
2c4ccf7b77
commit
c8fffa9044
22 changed files with 79 additions and 79 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue