Resolve all warnings in Preferences (aka General) target #81

Merged
nevack merged 5 commits from nevack/preferences-warnings into master 2021-01-24 22:47:14 -03:00
nevack commented 2021-01-24 19:32:08 -03:00 (Migrated from github.com)

Also renamed General target to Preferences and changed the way it's product is copied.

Also renamed General target to Preferences and changed the way it's product is copied.
nevack (Migrated from github.com) reviewed 2021-01-24 19:33:07 -03:00
@ -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"/>
nevack (Migrated from github.com) commented 2021-01-24 19:33:07 -03:00

This line diff was produced by Xcode

This line diff was produced by Xcode
nevack (Migrated from github.com) reviewed 2021-01-24 19:33:54 -03:00
@ -0,0 +1,102 @@
#import "OutputsArrayController.h"
#import <CoreAudio/AudioHardware.h>
nevack (Migrated from github.com) commented 2021-01-24 19:33:54 -03:00

For referencing function in @selector

For referencing function in `@selector`
nevack (Migrated from github.com) reviewed 2021-01-24 19:34:33 -03:00
@ -0,0 +3,4 @@
//
#ifdef __OBJC__
#import <AssertMacros.h>
nevack (Migrated from github.com) commented 2021-01-24 19:34:33 -03:00

Fixes deprecated logging functions usage warning

Fixes deprecated logging functions usage warning
nevack commented 2021-01-24 19:35:34 -03:00 (Migrated from github.com)

Most of the diff is {General->Preferences} rename

Most of the diff is {General->Preferences} rename
kode54 (Migrated from github.com) reviewed 2021-01-24 22:46:51 -03:00
@ -0,0 +1,102 @@
#import "OutputsArrayController.h"
#import <CoreAudio/AudioHardware.h>
kode54 (Migrated from github.com) commented 2021-01-24 22:46:51 -03:00

Should be fine.

Should be fine.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chris/Cog#81
No description provided.