Skip to content

Commit ec68c35

Browse files
committed
Latest
1 parent 352cc9d commit ec68c35

File tree

6 files changed

+98
-26
lines changed

6 files changed

+98
-26
lines changed

SpectREM/SpectREM.xcodeproj/project.pbxproj

Lines changed: 90 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 48;
6+
objectVersion = 53;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
17B27F041F6877C800B811FC /* AudioQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17B27F021F6877C800B811FC /* AudioQueue.cpp */; };
1111
17B5DB971F5B14A7003E7EF3 /* AudioCore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17B5DB951F5B14A7003E7EF3 /* AudioCore.mm */; };
12-
17BB26C923FEAC2900F68DC8 /* ORSSerial.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17BB26C723FEABF100F68DC8 /* ORSSerial.framework */; };
13-
17BB26CA23FEAC2900F68DC8 /* ORSSerial.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 17BB26C723FEABF100F68DC8 /* ORSSerial.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1412
17BB26D123FEAD9F00F68DC8 /* plus3-41-3.rom in Resources */ = {isa = PBXBuildFile; fileRef = 17BB26D023FEAD9F00F68DC8 /* plus3-41-3.rom */; };
1513
17BB26D323FEADAA00F68DC8 /* plus3-41-2.rom in Resources */ = {isa = PBXBuildFile; fileRef = 17BB26D223FEADAA00F68DC8 /* plus3-41-2.rom */; };
1614
17BB26D523FEADB200F68DC8 /* plus3-41-1.rom in Resources */ = {isa = PBXBuildFile; fileRef = 17BB26D423FEADB200F68DC8 /* plus3-41-1.rom */; };
@@ -96,6 +94,7 @@
9694
2971211E23CE633A0083C334 /* EmulationController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2971211B23CE633A0083C334 /* EmulationController.cpp */; };
9795
2985C70223E2D16B00F42D8F /* ZXSpectrum128_2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2985C70023E2D16B00F42D8F /* ZXSpectrum128_2.cpp */; };
9896
2985C70E23E342C100F42D8F /* ZXSpectrum128_2A.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2985C70423E3359900F42D8F /* ZXSpectrum128_2A.cpp */; };
97+
29C795BF2A855CC300F35D42 /* ORSSerial.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29C795BC2A855BF300F35D42 /* ORSSerial.framework */; settings = {ATTRIBUTES = (Required, ); }; };
9998
29D0D61B23AE418C00BA8A30 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29D0D61A23AE418C00BA8A30 /* UserNotifications.framework */; };
10099
29E98454239531C00033E63C /* NSObject+Bindings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29E98453239531C00033E63C /* NSObject+Bindings.mm */; };
101100
ED2A6D051F6036D3003CD6CE /* ConfigurationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2A6D041F6036D3003CD6CE /* ConfigurationViewController.m */; };
@@ -110,14 +109,30 @@
110109
EDC56FDA1F6C228700162739 /* Defaults.m in Sources */ = {isa = PBXBuildFile; fileRef = EDC56FD91F6C228700162739 /* Defaults.m */; };
111110
/* End PBXBuildFile section */
112111

112+
/* Begin PBXContainerItemProxy section */
113+
29C795BB2A855BF300F35D42 /* PBXContainerItemProxy */ = {
114+
isa = PBXContainerItemProxy;
115+
containerPortal = 29C795B62A855B7D00F35D42 /* ORSSerialPort.xcodeproj */;
116+
proxyType = 2;
117+
remoteGlobalIDString = 9DCA89121A2BB106009285EB;
118+
remoteInfo = ORSSerial;
119+
};
120+
29C795BD2A855BF300F35D42 /* PBXContainerItemProxy */ = {
121+
isa = PBXContainerItemProxy;
122+
containerPortal = 29C795B62A855B7D00F35D42 /* ORSSerialPort.xcodeproj */;
123+
proxyType = 2;
124+
remoteGlobalIDString = 9D7472131B6D7767002D8B10;
125+
remoteInfo = "ORSSerialPort Tests";
126+
};
127+
/* End PBXContainerItemProxy section */
128+
113129
/* Begin PBXCopyFilesBuildPhase section */
114130
17BB26CB23FEAC2900F68DC8 /* Embed Frameworks */ = {
115131
isa = PBXCopyFilesBuildPhase;
116132
buildActionMask = 2147483647;
117133
dstPath = "";
118134
dstSubfolderSpec = 10;
119135
files = (
120-
17BB26CA23FEAC2900F68DC8 /* ORSSerial.framework in Embed Frameworks */,
121136
);
122137
name = "Embed Frameworks";
123138
runOnlyForDeploymentPostprocessing = 0;
@@ -130,7 +145,6 @@
130145
17B5DB931F5B14A7003E7EF3 /* AudioCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioCore.h; path = SpectREM/OSX/AudioCore.h; sourceTree = SOURCE_ROOT; };
131146
17B5DB951F5B14A7003E7EF3 /* AudioCore.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AudioCore.mm; path = SpectREM/OSX/AudioCore.mm; sourceTree = SOURCE_ROOT; };
132147
17B5DB9C1F5B1CCE003E7EF3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
133-
17BB26C723FEABF100F68DC8 /* ORSSerial.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ORSSerial.framework; path = Frameworks/ORSSerialPort/ORSSerial.framework; sourceTree = "<group>"; };
134148
17BB26D023FEAD9F00F68DC8 /* plus3-41-3.rom */ = {isa = PBXFileReference; lastKnownFileType = file; path = "plus3-41-3.rom"; sourceTree = "<group>"; };
135149
17BB26D223FEADAA00F68DC8 /* plus3-41-2.rom */ = {isa = PBXFileReference; lastKnownFileType = file; path = "plus3-41-2.rom"; sourceTree = "<group>"; };
136150
17BB26D423FEADB200F68DC8 /* plus3-41-1.rom */ = {isa = PBXFileReference; lastKnownFileType = file; path = "plus3-41-1.rom"; sourceTree = "<group>"; };
@@ -218,6 +232,7 @@
218232
2985C70123E2D16B00F42D8F /* ZXSpectrum128_2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ZXSpectrum128_2.hpp; sourceTree = "<group>"; };
219233
2985C70423E3359900F42D8F /* ZXSpectrum128_2A.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ZXSpectrum128_2A.cpp; sourceTree = "<group>"; };
220234
2985C70523E3359900F42D8F /* ZXSpectrum128_2A.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ZXSpectrum128_2A.hpp; sourceTree = "<group>"; };
235+
29C795B62A855B7D00F35D42 /* ORSSerialPort.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ORSSerialPort.xcodeproj; path = "../Frameworks/ORSSerialPort/Framework Project/ORSSerialPort.xcodeproj"; sourceTree = "<group>"; };
221236
29CE03BD22A7BD64007A1549 /* SpectREM.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SpectREM.entitlements; path = SpectREM/OSX/SpectREM.entitlements; sourceTree = SOURCE_ROOT; };
222237
29D0D61A23AE418C00BA8A30 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
223238
29E98452239531C00033E63C /* NSObject+Bindings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSObject+Bindings.h"; path = "SpectREM/OSX/NSObject+Bindings.h"; sourceTree = SOURCE_ROOT; };
@@ -259,12 +274,12 @@
259274
isa = PBXFrameworksBuildPhase;
260275
buildActionMask = 2147483647;
261276
files = (
277+
29C795BF2A855CC300F35D42 /* ORSSerial.framework in Frameworks */,
262278
276ADE2D2101CE6500EC7DC9 /* MetalKit.framework in Frameworks */,
263279
29D0D61B23AE418C00BA8A30 /* UserNotifications.framework in Frameworks */,
264280
276E3F9E1F97AAE800020BB3 /* CoreMedia.framework in Frameworks */,
265281
276E3F9C1F97A06B00020BB3 /* AVFoundation.framework in Frameworks */,
266282
17EC89101F5B1FC500B6EFAF /* AudioToolbox.framework in Frameworks */,
267-
17BB26C923FEAC2900F68DC8 /* ORSSerial.framework in Frameworks */,
268283
);
269284
runOnlyForDeploymentPostprocessing = 0;
270285
};
@@ -285,7 +300,6 @@
285300
17B5DB9B1F5B1CCE003E7EF3 /* Frameworks */ = {
286301
isa = PBXGroup;
287302
children = (
288-
17BB26C723FEABF100F68DC8 /* ORSSerial.framework */,
289303
29D0D61A23AE418C00BA8A30 /* UserNotifications.framework */,
290304
29555C1921E5271F004BC007 /* AVFoundation.framework */,
291305
29555C1721E52719004BC007 /* AudioToolbox.framework */,
@@ -519,6 +533,15 @@
519533
path = ZXSpectrum_128k_2A;
520534
sourceTree = "<group>";
521535
};
536+
29C795B72A855B7D00F35D42 /* Products */ = {
537+
isa = PBXGroup;
538+
children = (
539+
29C795BC2A855BF300F35D42 /* ORSSerial.framework */,
540+
29C795BE2A855BF300F35D42 /* ORSSerialPort Tests.xctest */,
541+
);
542+
name = Products;
543+
sourceTree = "<group>";
544+
};
522545
29E98462239535F60033E63C /* SmartLink */ = {
523546
isa = PBXGroup;
524547
children = (
@@ -562,6 +585,7 @@
562585
ED913F8C1F30759300316E1A = {
563586
isa = PBXGroup;
564587
children = (
588+
29C795B62A855B7D00F35D42 /* ORSSerialPort.xcodeproj */,
565589
ED913F971F30759300316E1A /* SpectREM */,
566590
2968890021E3B98900BFC3BD /* SpectREMiOS */,
567591
ED913F961F30759300316E1A /* Products */,
@@ -724,8 +748,9 @@
724748
ED913F8D1F30759300316E1A /* Project object */ = {
725749
isa = PBXProject;
726750
attributes = {
751+
BuildIndependentTargetsInParallel = YES;
727752
CLASSPREFIX = "";
728-
LastUpgradeCheck = 1100;
753+
LastUpgradeCheck = 1430;
729754
ORGANIZATIONNAME = "Michael Daley";
730755
TargetAttributes = {
731756
296888FE21E3B98800BFC3BD = {
@@ -754,6 +779,12 @@
754779
mainGroup = ED913F8C1F30759300316E1A;
755780
productRefGroup = ED913F961F30759300316E1A /* Products */;
756781
projectDirPath = "";
782+
projectReferences = (
783+
{
784+
ProductGroup = 29C795B72A855B7D00F35D42 /* Products */;
785+
ProjectRef = 29C795B62A855B7D00F35D42 /* ORSSerialPort.xcodeproj */;
786+
},
787+
);
757788
projectRoot = "";
758789
targets = (
759790
ED913F941F30759300316E1A /* SpectREM */,
@@ -762,6 +793,23 @@
762793
};
763794
/* End PBXProject section */
764795

796+
/* Begin PBXReferenceProxy section */
797+
29C795BC2A855BF300F35D42 /* ORSSerial.framework */ = {
798+
isa = PBXReferenceProxy;
799+
fileType = wrapper.framework;
800+
path = ORSSerial.framework;
801+
remoteRef = 29C795BB2A855BF300F35D42 /* PBXContainerItemProxy */;
802+
sourceTree = BUILT_PRODUCTS_DIR;
803+
};
804+
29C795BE2A855BF300F35D42 /* ORSSerialPort Tests.xctest */ = {
805+
isa = PBXReferenceProxy;
806+
fileType = wrapper.cfbundle;
807+
path = "ORSSerialPort Tests.xctest";
808+
remoteRef = 29C795BD2A855BF300F35D42 /* PBXContainerItemProxy */;
809+
sourceTree = BUILT_PRODUCTS_DIR;
810+
};
811+
/* End PBXReferenceProxy section */
812+
765813
/* Begin PBXResourcesBuildPhase section */
766814
296888FD21E3B98800BFC3BD /* Resources */ = {
767815
isa = PBXResourcesBuildPhase;
@@ -929,8 +977,12 @@
929977
DEVELOPMENT_TEAM = PJNBHRUE79;
930978
GCC_C_LANGUAGE_STANDARD = gnu99;
931979
INFOPLIST_FILE = SpectREMiOS/Info.plist;
932-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
933-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
980+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
981+
LD_RUNPATH_SEARCH_PATHS = (
982+
"$(inherited)",
983+
"@executable_path/Frameworks",
984+
);
985+
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
934986
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
935987
MTL_FAST_MATH = YES;
936988
OTHER_LDFLAGS = "-v";
@@ -955,8 +1007,12 @@
9551007
DEVELOPMENT_TEAM = PJNBHRUE79;
9561008
GCC_C_LANGUAGE_STANDARD = gnu99;
9571009
INFOPLIST_FILE = SpectREMiOS/Info.plist;
958-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
959-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1010+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1011+
LD_RUNPATH_SEARCH_PATHS = (
1012+
"$(inherited)",
1013+
"@executable_path/Frameworks",
1014+
);
1015+
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
9601016
MTL_FAST_MATH = YES;
9611017
PRODUCT_BUNDLE_IDENTIFIER = com.daley.SpectREMiOS;
9621018
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -992,13 +1048,15 @@
9921048
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
9931049
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
9941050
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1051+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
9951052
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
9961053
CLANG_WARN_STRICT_PROTOTYPES = YES;
9971054
CLANG_WARN_SUSPICIOUS_MOVE = YES;
9981055
CLANG_WARN_UNREACHABLE_CODE = YES;
9991056
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10001057
CODE_SIGN_IDENTITY = "-";
10011058
COPY_PHASE_STRIP = NO;
1059+
DEAD_CODE_STRIPPING = YES;
10021060
DEBUG_INFORMATION_FORMAT = dwarf;
10031061
ENABLE_STRICT_OBJC_MSGSEND = YES;
10041062
ENABLE_TESTABILITY = YES;
@@ -1016,7 +1074,7 @@
10161074
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10171075
GCC_WARN_UNUSED_FUNCTION = YES;
10181076
GCC_WARN_UNUSED_VARIABLE = YES;
1019-
MACOSX_DEPLOYMENT_TARGET = 10.13;
1077+
MACOSX_DEPLOYMENT_TARGET = 10.15;
10201078
MTL_ENABLE_DEBUG_INFO = YES;
10211079
ONLY_ACTIVE_ARCH = YES;
10221080
SDKROOT = macosx;
@@ -1049,13 +1107,15 @@
10491107
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
10501108
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
10511109
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1110+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
10521111
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
10531112
CLANG_WARN_STRICT_PROTOTYPES = YES;
10541113
CLANG_WARN_SUSPICIOUS_MOVE = YES;
10551114
CLANG_WARN_UNREACHABLE_CODE = YES;
10561115
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10571116
CODE_SIGN_IDENTITY = "-";
10581117
COPY_PHASE_STRIP = NO;
1118+
DEAD_CODE_STRIPPING = YES;
10591119
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10601120
ENABLE_NS_ASSERTIONS = NO;
10611121
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1067,7 +1127,7 @@
10671127
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10681128
GCC_WARN_UNUSED_FUNCTION = YES;
10691129
GCC_WARN_UNUSED_VARIABLE = YES;
1070-
MACOSX_DEPLOYMENT_TARGET = 10.13;
1130+
MACOSX_DEPLOYMENT_TARGET = 10.15;
10711131
MTL_ENABLE_DEBUG_INFO = NO;
10721132
"OTHER_LDFLAGS[arch=*]" = "";
10731133
SDKROOT = macosx;
@@ -1092,9 +1152,11 @@
10921152
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
10931153
CODE_SIGN_ENTITLEMENTS = SpectREM/OSX/SpectREM.entitlements;
10941154
CODE_SIGN_IDENTITY = "Apple Development";
1155+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
10951156
CODE_SIGN_STYLE = Automatic;
10961157
COMBINE_HIDPI_IMAGES = YES;
1097-
DEVELOPMENT_TEAM = PJNBHRUE79;
1158+
DEAD_CODE_STRIPPING = YES;
1159+
DEVELOPMENT_TEAM = "";
10981160
ENABLE_HARDENED_RUNTIME = YES;
10991161
FRAMEWORK_SEARCH_PATHS = (
11001162
"$(inherited)",
@@ -1108,8 +1170,11 @@
11081170
GCC_WARN_UNUSED_LABEL = YES;
11091171
GCC_WARN_UNUSED_PARAMETER = NO;
11101172
INFOPLIST_FILE = SpectREM/OSX/Info.plist;
1111-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
1112-
MACOSX_DEPLOYMENT_TARGET = 10.14;
1173+
LD_RUNPATH_SEARCH_PATHS = (
1174+
"$(inherited)",
1175+
"@executable_path/../Frameworks",
1176+
);
1177+
MACOSX_DEPLOYMENT_TARGET = 10.15;
11131178
MTL_TREAT_WARNINGS_AS_ERRORS = YES;
11141179
PRODUCT_BUNDLE_IDENTIFIER = com.daley.SpectREM;
11151180
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1137,9 +1202,11 @@
11371202
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
11381203
CODE_SIGN_ENTITLEMENTS = SpectREM/OSX/SpectREM.entitlements;
11391204
CODE_SIGN_IDENTITY = "Apple Development";
1205+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
11401206
CODE_SIGN_STYLE = Automatic;
11411207
COMBINE_HIDPI_IMAGES = YES;
1142-
DEVELOPMENT_TEAM = PJNBHRUE79;
1208+
DEAD_CODE_STRIPPING = YES;
1209+
DEVELOPMENT_TEAM = "";
11431210
ENABLE_HARDENED_RUNTIME = YES;
11441211
FRAMEWORK_SEARCH_PATHS = (
11451212
"$(inherited)",
@@ -1154,8 +1221,11 @@
11541221
GCC_WARN_UNUSED_LABEL = YES;
11551222
GCC_WARN_UNUSED_PARAMETER = NO;
11561223
INFOPLIST_FILE = SpectREM/OSX/Info.plist;
1157-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
1158-
MACOSX_DEPLOYMENT_TARGET = 10.14;
1224+
LD_RUNPATH_SEARCH_PATHS = (
1225+
"$(inherited)",
1226+
"@executable_path/../Frameworks",
1227+
);
1228+
MACOSX_DEPLOYMENT_TARGET = 10.15;
11591229
MTL_TREAT_WARNINGS_AS_ERRORS = YES;
11601230
PRODUCT_BUNDLE_IDENTIFIER = com.daley.SpectREM;
11611231
PRODUCT_NAME = "$(TARGET_NAME)";

SpectREM/SpectREM.xcodeproj/xcshareddata/xcschemes/SpectREM Debug.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SpectREM/SpectREM.xcodeproj/xcshareddata/xcschemes/SpectREM Release.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SpectREM/SpectREM.xcodeproj/xcuserdata/michaeldaley.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>SpectREMiOS.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>3</integer>
20+
<integer>2</integer>
2121
</dict>
2222
</dict>
2323
</dict>

SpectREM/SpectREM/OSX/InfoPanelViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ - (void)viewDidLoad {
2020

2121
self.view.wantsLayer = YES;
2222
[(NSVisualEffectView*)self.view setBlendingMode:NSVisualEffectBlendingModeWithinWindow];
23-
[(NSVisualEffectView*)self.view setMaterial:NSVisualEffectMaterialDark];
23+
[(NSVisualEffectView*)self.view setMaterial:NSVisualEffectMaterialHUDWindow];
2424
self.view.layer.cornerRadius = 6;
2525
[self.view setFrameOrigin:(NSPoint){0, -self.view.frame.size.height}];
2626
self.panelHidden = YES;

SpectREM/SpectREM/OSX/SpectREM.entitlements

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7+
<key>com.apple.security.cs.disable-library-validation</key>
8+
<true/>
9+
<key>com.apple.security.device.serial</key>
10+
<true/>
711
<key>com.apple.security.device.usb</key>
812
<true/>
913
<key>com.apple.security.files.user-selected.read-write</key>
@@ -12,7 +16,5 @@
1216
<true/>
1317
<key>com.apple.security.network.server</key>
1418
<true/>
15-
<key>com.apple.security.device.serial</key>
16-
<true/>
1719
</dict>
1820
</plist>

0 commit comments

Comments
 (0)