Skip to content

Commit

Permalink
Update Info.plist with retina entry (#6701)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre authored and ofTheo committed Mar 24, 2021
1 parent 8ca6782 commit 4648321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/openFrameworksCompiled/project/osx/config.osx.default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,12 @@ afterplatform: $(TARGET_NAME)
@echo ' <integer>0</integer>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <key>IFMinorVersion</key>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <integer>1</integer>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <key>NSCameraUsageDescription</key>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <string>This app needs to access the camera</string>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <key>NSMicrophoneUsageDescription</key>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <string>This app needs to access the microphone</string>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <key>NSHighResolutionCapable</key>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo ' <false/>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo '</dict>' >> bin/$(BIN_NAME).app/Contents/Info.plist
@echo '</plist>' >> bin/$(BIN_NAME).app/Contents/Info.plist

Expand Down

0 comments on commit 4648321

Please sign in to comment.