mirror of
https://github.com/openframeworks/openFrameworks.git
synced 2026-03-26 06:43:00 +00:00
* Xcode Project Updates to XCFrameworks C++17 - Bleeding Edge
* macOS GitHub Actions Latest Libs
* GitHub Actions
* macOS just one download latest libs
* Fixes #7781
* Apothecary on Bleeding
* macOS addon ofxSVG
* GitHub Actions - macOS disabled makefile until dupe fix
* GitHub Actions
* GitHub Actions macOS makefiles on
* Download Libs macos
* macos download all targets
* macOS template against super mega xcframework
* Compiler scripts for macOS / Actions
* GitHub Actions - macOS disabled makefile until dupe fix
* GitHub Actions
* iOS Bleeding Latest
* iOS curl disabled for moment
* iOS Download Libs / Actions and scripts for other platforms
* Fix ofxAccelerometer / url off for tvOS
* Xcode Pbxproj to XML script - XML is required for PG to work for these projects. Added script as we keep forgetting
* Xcode Project to XML iOS / macOS
* tvOS Update Bleeding
* Xcode Xchemas
* Revert "Xcode Project to XML iOS / macOS"
This reverts commit bcdb4db0d2.
* Fix download / addons
* iOS Project Update Link to Mega
* Actions ios to libs macos download
* tvos
* tvOS Code - Add temp url loader
* tvOS Project Working
* Fix ofURLFileLoader
* tvOS Schema
* tvOS Fix
* OpenAL Disabled for Sims
* tvOS Actions +
* Project Changes iPhone to iOS. openFrameworksLib to OSX+OFLib
* macOS Super Mega Framework Project all Targets
* Major Preprocessor Defines for Ability to Scope out platform and features
* Create Package Nightly Fixes for macOS
* iOS Compiling - More Define Fixes
* tvOS Compiling - fixed defines
* Define Updates
* Obj-C Fixing
* Cairo Include Fix
* macOS Nightly package
* macos project changes
* Revert "macos project changes"
This reverts commit 4a54492ce59caa846aa2542bb55f2a68cfc87075.
* Mega Project Changes
* Mega Project Assets
* macOS ci
* Video Grabber / Player updates
* macOS fixes for openFrameworks core project
* AV macOS Foundation Fixes
* Add missing core frameworks
* osx project fix up
* Workflow macOS XCFrameworks
* VS Fix Cairo Include Path
* tvOS and iOS Fixes
* VS Fix Cairo
* Defines for OF_RTAUDIO_6 / #define OF_RTAUDIO
* projectGenerator tip
* iOS / tvOS / OSX project updates - frameworks linked
* update create_package
* mk curl
* remove script
160 lines
2.3 KiB
Plaintext
160 lines
2.3 KiB
Plaintext
#########################
|
|
# openFrameworks patterns
|
|
#########################
|
|
|
|
# build files
|
|
openFrameworks.a
|
|
openFrameworksDebug.a
|
|
openFrameworksUniversal.a
|
|
libs/openFrameworksCompiled/lib/*/*
|
|
!libs/openFrameworksCompiled/lib/*/.gitkeep
|
|
|
|
# apothecary
|
|
scripts/apothecary
|
|
|
|
# rule to avoid non-official addons going into git
|
|
# see addons/.gitignore
|
|
addons/*
|
|
|
|
# rule to avoid non-official apps going into git
|
|
# see apps/.gitignore
|
|
apps/*
|
|
|
|
# rule to ignore compiled / downloaded libs
|
|
/libs/*
|
|
!/libs/openFrameworks
|
|
!/libs/openFrameworksCompiled
|
|
|
|
# also, see examples/.gitignore
|
|
|
|
#########################
|
|
# general
|
|
#########################
|
|
|
|
[Bb]uild/
|
|
[Oo]bj/
|
|
*.o
|
|
examples/**/[Dd]ebug*/
|
|
examples/**/[Rr]elease*/
|
|
examples/**/gcc-debug/
|
|
examples/**/gcc-release/
|
|
tests/**/[Dd]ebug*/
|
|
tests/**/[Rr]elease*/
|
|
tests/**/gcc-debug/
|
|
tests/**/gcc-release/
|
|
*.mode*
|
|
*.app/
|
|
*.pyc
|
|
.svn/
|
|
*.log
|
|
*.cpp.eep
|
|
*.cpp.elf
|
|
*.cpp.hex
|
|
|
|
#########################
|
|
# IDE
|
|
#########################
|
|
|
|
# VSCode
|
|
*.code-workspace
|
|
.vscode
|
|
|
|
# XCode
|
|
examples/**/*.entitlements
|
|
examples/**/*.xcconfig
|
|
examples/**/*.plist
|
|
examples/**/*.yml
|
|
tests/**/*.entitlements
|
|
tests/**/*.xcconfig
|
|
tests/**/*.plist
|
|
tests/**/*.yml
|
|
*.pbxuser
|
|
*.perspective
|
|
*.perspectivev3
|
|
*.mode1v3
|
|
*.mode2v3
|
|
# XCode 4
|
|
xcuserdata
|
|
*.xcworkspace
|
|
|
|
# Code::Blocks
|
|
*.depend
|
|
*.layout
|
|
|
|
# Visual Studio
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.pdb
|
|
*.ilk
|
|
*.aps
|
|
ipch/
|
|
|
|
# Eclipse
|
|
.metadata
|
|
local.properties
|
|
.externalToolBuilders
|
|
|
|
# Android Studio
|
|
.idea
|
|
.gradle
|
|
gradle
|
|
gradlew
|
|
gradlew.bat
|
|
|
|
# QtCreator
|
|
*.qbs.user
|
|
*.pro.user
|
|
*.pri
|
|
|
|
|
|
#########################
|
|
# operating system
|
|
#########################
|
|
|
|
# Linux
|
|
*~
|
|
# KDE
|
|
.directory
|
|
.AppleDouble
|
|
|
|
# OSX
|
|
.DS_Store
|
|
*.swp
|
|
*~.nib
|
|
# Thumbnails
|
|
._*
|
|
examples/ios/**/mediaAssets
|
|
|
|
# Windows
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Android
|
|
.csettings
|
|
/libs/openFrameworksCompiled/project/android/paths.make
|
|
|
|
# Android Studio
|
|
*.iml
|
|
|
|
#########################
|
|
# miscellaneous
|
|
#########################
|
|
|
|
.mailmap
|
|
/apps*/
|
|
projectGenerator*/
|
|
.cxx/
|
|
|
|
examples/**/Makefile
|
|
examples/**/config.make
|
|
|
|
libs/openFrameworksCompiled/project/vs/.vs/
|
|
scripts/templates/vs/.vs/
|
|
**/.vs/
|
|
libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj/xcshareddata
|
|
scripts/templates/ios/bin
|
|
libs/openFrameworksCompiled/project/tvOS/tvOS+OFLib.xcodeproj/xcshareddata
|