More fixes

This commit is contained in:
Curtis Hard
2022-04-18 11:45:04 +01:00
parent 01dd0d25d2
commit fe179076cc
22 changed files with 118 additions and 14904 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 515 KiB

After

Width:  |  Height:  |  Size: 89 KiB

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
+2
View File
@@ -24,6 +24,8 @@
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
<dict/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Curtis Hard. All rights reserved.</string>
<key>NSMainNibFile</key>
+1 -1
View File
@@ -31,7 +31,7 @@
- (IJSVG *)svg
{
return [IJSVG svgNamed:@"NewTux"];
return [IJSVG svgNamed:@"AJ_Digital_Camera"];
}
- (void)drawRect:(NSRect)dirtyRect
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 522 KiB

After

Width:  |  Height:  |  Size: 992 B