Skip to content

Commit aa2cabd

Browse files
Nemo2.0Nemo2.0
Nemo2.0
authored and
Nemo2.0
committed
bulk updates projects to OF v0.10.1
1 parent 6ca42f2 commit aa2cabd

File tree

295 files changed

+141985
-12601
lines changed

Some content is hidden

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

295 files changed

+141985
-12601
lines changed

08_displacementMap/08_displacementMap.xcodeproj/project.pbxproj

+2,908-136
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildSystemType</key>
6+
<string>Original</string>
7+
</dict>
8+
</plist>

08_displacementMap/Project.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/
1313
//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to:
1414
//ICON_FILE_PATH = bin/data/
1515

16+
OTHER_CFLAGS = $(OF_CORE_CFLAGS)
1617
OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS)
1718
HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)

08_displacementMap/openFrameworks-Info.plist

+4
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
<string>1.0</string>
1919
<key>CFBundleIconFile</key>
2020
<string>${ICON}</string>
21+
<key>NSCameraUsageDescription</key>
22+
<string>This app needs to access the camera</string>
23+
<key>NSMicrophoneUsageDescription</key>
24+
<string>This app needs to access the microphone</string>
2125
</dict>
2226
</plist>

0 commit comments

Comments
 (0)