Skip to content

Commit

Permalink
resolve confilict to current master
Browse files Browse the repository at this point in the history
  • Loading branch information
2bbb committed Mar 11, 2022
1 parent ef4befc commit 0908c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/openFrameworksCompiled/project/ios/CoreOF.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ OF_CORE_FRAMEWORKS = -framework AudioToolbox -framework Accelerate -framework AV

// once all libraries are compiled for libc++ / all architectures
CLANG_CXX_LIBRARY = libc++
CLANG_CXX_LANGUAGE_STANDARD = c++11
CLANG_CXX_LANGUAGE_STANDARD = c++17
IPHONEOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_ARC = YES
3 changes: 2 additions & 1 deletion libs/openFrameworksCompiled/project/tvOS/CoreOF.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ OF_CORE_FRAMEWORKS = -framework AudioToolbox -framework Accelerate -framework AV

// once all libraries are compiled for libc++ / all architectures
CLANG_CXX_LIBRARY = libc++
CLANG_CXX_LANGUAGE_STANDARD = c++11
CLANG_CXX_LANGUAGE_STANDARD = c++17
TVOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_ARC = YES

0 comments on commit 0908c4b

Please sign in to comment.