Skip to content

Commit

Permalink
Updated for Xcode 11 and High Sierra
Browse files Browse the repository at this point in the history
Fixed a couple of trivial includes that were stopping it building
  • Loading branch information
redpola committed Nov 7, 2018
1 parent 48372ba commit a8fc42c
Show file tree
Hide file tree
Showing 151 changed files with 192 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Sources/Interfaces/Contest/Contest Interfaces/Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef _GENERIC_H_
#define _GENERIC_H_

#include <Contest.h>
#include "Contest.h"


@interface Generic : Contest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef _RSTEXCHANGE_H_
#define _RSTEXCHANGE_H_

#include <Contest.h>
#include "Contest.h"


@interface RSTExchange : Contest {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Modems/RTTY/New Demodulator/RTTYBaudotDecoder.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "RTTYBaudotDecoder.h"
#import "RTTYDemodulator.h"
#import <Baudot.h>
#import "Baudot.h"


@implementation RTTYBaudotDecoder
Expand Down
2 changes: 1 addition & 1 deletion cocoaModem 2.0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>cocoaModem.icns</string>
<key>CFBundleIdentifier</key>
<string>w7ay.cocoaModem-2.0</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
288 changes: 188 additions & 100 deletions cocoaModem 2.0/cocoaModem 2.0.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

0 comments on commit a8fc42c

Please sign in to comment.