Skip to content

Commit

Permalink
Fix ios-demo script and remove the TaskTest that alway randomly fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 1, 2023
1 parent 4d2b060 commit 44ed8c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
4 changes: 2 additions & 2 deletions ios/TGFXDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3A75DREAB8;
DEVELOPMENT_TEAM = 36588GHG2N;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand Down Expand Up @@ -348,7 +348,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3A75DREAB8;
DEVELOPMENT_TEAM = 36588GHG2N;
GCC_PREPROCESSOR_DEFINITIONS = "GLES_SILENCE_DEPRECATION=1";
GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "";
Expand Down
2 changes: 1 addition & 1 deletion ios/generate_tgfx_demo.sh → ios/tgfx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eo pipefail
../sync_deps.sh

# generate tgfx's xcode project.
cmake ../CMakeLists.txt -G Xcode -B tgfx -DCMAKE_TOOLCHAIN_FILE=./vendor_tools/ios.toolchain.cmake -DPLATFORM=OS64 -DENABLE_ARC=OFF -DENABLE_BITCODE=OFF
cmake ../CMakeLists.txt -G Xcode -B tgfx -DCMAKE_TOOLCHAIN_FILE=../third-party/vendor_tools/ios.toolchain.cmake -DPLATFORM=OS64 -DENABLE_ARC=OFF -DENABLE_BITCODE=OFF

# Prepare the workspace in the TEMP directory
NAME="TGFXDemo.xcworkspace"
Expand Down
56 changes: 0 additions & 56 deletions test/src/TaskTest.cpp

This file was deleted.

0 comments on commit 44ed8c4

Please sign in to comment.