Resolve all warnings in Preferences (aka General) target #81
No reviewers
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#81
Loading…
Reference in a new issue
No description provided.
Delete branch "nevack/preferences-warnings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also renamed General target to Preferences and changed the way it's product is copied.
@ -0,0 +1,624 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
This line diff was produced by Xcode
@ -0,0 +1,102 @@
#import "OutputsArrayController.h"
#import <CoreAudio/AudioHardware.h>
For referencing function in
@selector
@ -0,0 +3,4 @@
//
#ifdef __OBJC__
#import <AssertMacros.h>
Fixes deprecated logging functions usage warning
Most of the diff is {General->Preferences} rename
@ -0,0 +1,102 @@
#import "OutputsArrayController.h"
#import <CoreAudio/AudioHardware.h>
Should be fine.