istereo2

diff istereo.xcodeproj/project.pbxproj @ 8:661bf09db398

- replaced Quartz timer with cross-platform timer code - protected goatkit builtin theme function from being optimized out
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 24 Sep 2015 07:09:37 +0300
parents a3c4fcc9f8f3
children
line diff
     1.1 --- a/istereo.xcodeproj/project.pbxproj	Thu Sep 24 06:49:25 2015 +0300
     1.2 +++ b/istereo.xcodeproj/project.pbxproj	Thu Sep 24 07:09:37 2015 +0300
     1.3 @@ -30,6 +30,7 @@
     1.4  		060ECB071BB36FD800CE9B80 /* linux-libertine_s24.glyphmap in Resources */ = {isa = PBXBuildFile; fileRef = 060ECB061BB36FD800CE9B80 /* linux-libertine_s24.glyphmap */; settings = {ASSET_TAGS = (); }; };
     1.5  		060ECB091BB3989500CE9B80 /* uitheme.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECB081BB3989500CE9B80 /* uitheme.cc */; settings = {ASSET_TAGS = (); }; };
     1.6  		060ECB0B1BB3A8DB00CE9B80 /* font.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 060ECB0A1BB3A8DB00CE9B80 /* font.p.glsl */; settings = {ASSET_TAGS = (); }; };
     1.7 +		060ECB0E1BB3AC0D00CE9B80 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 060ECB0C1BB3AC0D00CE9B80 /* timer.c */; settings = {ASSET_TAGS = (); }; };
     1.8  		0669D67F1BA85DDE00611CFA /* app_delegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67B1BA85DDE00611CFA /* app_delegate.m */; };
     1.9  		0669D6801BA85DDE00611CFA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67C1BA85DDE00611CFA /* main.m */; };
    1.10  		0669D6811BA85DDE00611CFA /* viewctl.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67E1BA85DDE00611CFA /* viewctl.m */; };
    1.11 @@ -180,6 +181,8 @@
    1.12  		060ECB061BB36FD800CE9B80 /* linux-libertine_s24.glyphmap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "linux-libertine_s24.glyphmap"; path = "data/linux-libertine_s24.glyphmap"; sourceTree = "<group>"; };
    1.13  		060ECB081BB3989500CE9B80 /* uitheme.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = uitheme.cc; path = src/uitheme.cc; sourceTree = "<group>"; };
    1.14  		060ECB0A1BB3A8DB00CE9B80 /* font.p.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = font.p.glsl; path = sdr/font.p.glsl; sourceTree = "<group>"; };
    1.15 +		060ECB0C1BB3AC0D00CE9B80 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = timer.c; path = src/timer.c; sourceTree = "<group>"; };
    1.16 +		060ECB0D1BB3AC0D00CE9B80 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = timer.h; path = src/timer.h; sourceTree = "<group>"; };
    1.17  		0669D6471BA851BE00611CFA /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
    1.18  		0669D6741BA858BF00611CFA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ios/Info.plist; sourceTree = "<group>"; };
    1.19  		0669D67A1BA85DDE00611CFA /* app_delegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = app_delegate.h; path = src/ios/app_delegate.h; sourceTree = "<group>"; };
    1.20 @@ -419,6 +422,8 @@
    1.21  		0669D6761BA858D600611CFA /* src */ = {
    1.22  			isa = PBXGroup;
    1.23  			children = (
    1.24 +				060ECB0C1BB3AC0D00CE9B80 /* timer.c */,
    1.25 +				060ECB0D1BB3AC0D00CE9B80 /* timer.h */,
    1.26  				060ECB011BB361C300CE9B80 /* assman.c */,
    1.27  				060ECB021BB361C300CE9B80 /* assman.h */,
    1.28  				060ECAED1BB22A4400CE9B80 /* ui.cc */,
    1.29 @@ -751,6 +756,7 @@
    1.30  			files = (
    1.31  				060ECB001BB2BD5C00CE9B80 /* utf8.c in Sources */,
    1.32  				0669D7121BAD024700611CFA /* jcparam.c in Sources */,
    1.33 +				060ECB0E1BB3AC0D00CE9B80 /* timer.c in Sources */,
    1.34  				0669D7551BAD025B00611CFA /* pngwio.c in Sources */,
    1.35  				0669D70F1BAD024700611CFA /* jcmarker.c in Sources */,
    1.36  				0669D6CB1BAD022C00611CFA /* imago2.c in Sources */,
    1.37 @@ -958,6 +964,7 @@
    1.38  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    1.39  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
    1.40  				CODE_SIGN_IDENTITY = "iPhone Developer";
    1.41 +				COMPRESS_PNG_FILES = NO;
    1.42  				GCC_PREPROCESSOR_DEFINITIONS = (
    1.43  					"DEBUG=1",
    1.44  					HAVE_OPENGL_H,
    1.45 @@ -979,6 +986,7 @@
    1.46  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    1.47  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
    1.48  				CODE_SIGN_IDENTITY = "iPhone Developer";
    1.49 +				COMPRESS_PNG_FILES = NO;
    1.50  				GCC_PREPROCESSOR_DEFINITIONS = (
    1.51  					HAVE_OPENGL_H,
    1.52  					HAVE_CONFIG_H,