Skip to content

Commit 3b43901

Browse files
committed
A bit of cleanup, disable touch events (via #define)
1 parent 832db86 commit 3b43901

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+8
-35153
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dist-mac: dist
4949
xcrun xcodebuild -scheme "iProjectM" -configuration Release archive -archivePath build/iTunes.xcarchive
5050
mkdir -p dist
5151
# mv build/ProjectM.xcarchive/Products/Applications/projectM\ SDL.app dist/
52-
mv src/projectM-iTunes/iTunes\ Visualizer.pkg dist/iTunes-plugin-macOS.pkg
52+
mv src/projectM-iTunes/iTunes\ Visualizer.pkg dist/Music.app-plugin-macOS.pkg
5353
mv src/projectM-sdl/projectM\ SDL.pkg dist/projectM-macOS.pkg
5454
mv projectM-*.tar.gz dist/
5555
@echo "Success!\nBuilt iTunes plugin installer and SDL apps in dist/"

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([projectM], [3.1.10], [[email protected]], [projectM], [https://github.com/projectM-visualizer/projectm/])
1+
AC_INIT([projectM], [3.1.11], [[email protected]], [projectM], [https://github.com/projectM-visualizer/projectm/])
22
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects tar-pax])
33

44
AX_IS_RELEASE([git-directory])

src/libprojectM/MilkdropPresetFactory/Parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ token_t Parser::parseToken(std::istream & fs, char * string)
124124
c = EOF;
125125
else
126126
c = fs.get();
127-
std::cout << "parsing comment, c=" << c << std::endl;
128127
if (c == EOF)
129128
{
130129
line_mode = UNSET_LINE_MODE;

src/projectM-iTunes/iTunes Plugin.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
"$(PROJECT_DIR)/macos/contrib",
778778
);
779779
MACOSX_DEPLOYMENT_TARGET = 10.13;
780-
MARKETING_VERSION = 2.3;
780+
MARKETING_VERSION = 2.4;
781781
PRODUCT_BUNDLE_IDENTIFIER = "biz.int80.${PRODUCT_NAME:rfc1034identifier}";
782782
PRODUCT_NAME = iProjectM;
783783
WRAPPER_EXTENSION = bundle;
@@ -815,7 +815,7 @@
815815
"$(PROJECT_DIR)/macos/contrib",
816816
);
817817
MACOSX_DEPLOYMENT_TARGET = 10.13;
818-
MARKETING_VERSION = 2.3;
818+
MARKETING_VERSION = 2.4;
819819
PRODUCT_BUNDLE_IDENTIFIER = "biz.int80.${PRODUCT_NAME:rfc1034identifier}";
820820
PRODUCT_NAME = iProjectM;
821821
WRAPPER_EXTENSION = bundle;

src/projectM-sdl/SDL2.framework/Headers

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/projectM-sdl/SDL2.framework/Resources

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/projectM-sdl/SDL2.framework/SDL2

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/projectM-sdl/SDL2.framework/Versions/A/Frameworks/hidapi.framework/Resources

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/projectM-sdl/SDL2.framework/Versions/A/Frameworks/hidapi.framework/Versions/A/Resources/AUTHORS.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/projectM-sdl/SDL2.framework/Versions/A/Frameworks/hidapi.framework/Versions/A/Resources/Info.plist

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)