Skip to content

Commit 15cf62b

Browse files
committed
bleh
1 parent c925d09 commit 15cf62b

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

src/libprojectM/libprojectM.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
LIBRARY_SEARCH_PATHS = /Library/Frameworks;
923923
MTL_ENABLE_DEBUG_INFO = YES;
924924
ONLY_ACTIVE_ARCH = YES;
925-
OTHER_CFLAGS = "-DUSE_GLES";
925+
OTHER_CFLAGS = "";
926926
};
927927
name = Debug;
928928
};
@@ -979,7 +979,7 @@
979979
);
980980
LIBRARY_SEARCH_PATHS = /Library/Frameworks;
981981
MTL_ENABLE_DEBUG_INFO = NO;
982-
OTHER_CFLAGS = "-DUSE_GLES";
982+
OTHER_CFLAGS = "";
983983
};
984984
name = Release;
985985
};

src/projectM-sdl/SDLprojectM.xcodeproj/project.pbxproj

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1612C9E2207A85C100862A3A /* libMilkdropPresetFactory.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1612C9DF207A85BD00862A3A /* libMilkdropPresetFactory.a */; };
1414
1612C9E3207A85C100862A3A /* libNativePresetFactory.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1612C9E1207A85BD00862A3A /* libNativePresetFactory.a */; };
1515
1612CA11207A8D2F00862A3A /* shaders in Copy Files */ = {isa = PBXBuildFile; fileRef = 1612CA10207A8D2400862A3A /* shaders */; };
16+
165E542A20D68810004AEA81 /* presets in Resources */ = {isa = PBXBuildFile; fileRef = C307DFD31D565B57002F6B9E /* presets */; };
1617
169502001F7009E9008FAF86 /* pmSDL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 169501FE1F7009E9008FAF86 /* pmSDL.cpp */; };
1718
C345214F1BF022A5001707D2 /* projectM_SDL_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C345214E1BF022A5001707D2 /* projectM_SDL_main.cpp */; };
1819
C345215C1BF025A9001707D2 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C345215B1BF025A9001707D2 /* OpenGL.framework */; };
@@ -212,7 +213,8 @@
212213
C34521401BF02293001707D2 /* Sources */,
213214
C34521411BF02293001707D2 /* Frameworks */,
214215
C34521421BF02293001707D2 /* Copy Files */,
215-
1659FEE920D67E2E00092B7D /* ShellScript */,
216+
1659FEE920D67E2E00092B7D /* Run Script */,
217+
165E542920D68779004AEA81 /* Resources */,
216218
);
217219
buildRules = (
218220
);
@@ -295,17 +297,29 @@
295297
};
296298
/* End PBXReferenceProxy section */
297299

300+
/* Begin PBXResourcesBuildPhase section */
301+
165E542920D68779004AEA81 /* Resources */ = {
302+
isa = PBXResourcesBuildPhase;
303+
buildActionMask = 2147483647;
304+
files = (
305+
165E542A20D68810004AEA81 /* presets in Resources */,
306+
);
307+
runOnlyForDeploymentPostprocessing = 0;
308+
};
309+
/* End PBXResourcesBuildPhase section */
310+
298311
/* Begin PBXShellScriptBuildPhase section */
299-
1659FEE920D67E2E00092B7D /* ShellScript */ = {
312+
1659FEE920D67E2E00092B7D /* Run Script */ = {
300313
isa = PBXShellScriptBuildPhase;
301314
buildActionMask = 2147483647;
302315
files = (
303316
);
304317
inputPaths = (
305318
"$(SRCROOT)/../../presets",
306319
);
320+
name = "Run Script";
307321
outputPaths = (
308-
"$(DERIVED_FILE_DIR)/presets",
322+
"$(BUILT_PRODUCTS_DIR)/presets",
309323
);
310324
runOnlyForDeploymentPostprocessing = 0;
311325
shellPath = /bin/sh;

0 commit comments

Comments
 (0)