remove build artifacts

This commit is contained in:
2025-07-22 14:13:44 -07:00
parent cbbc36ec03
commit ce21edeb5e
3 changed files with 1 additions and 34 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
.DS_Store .DS_Store
EpochSilicon.* EpochSilicon.*
EpochSilicon.app/Contents/MacOS/epochsilicon EpochSilicon.app/Contents/MacOS/epochsilicon
/EpochSilicon.app
*.dmg *.dmg
epochsilicon epochsilicon
.idea .idea

View File

@@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>EpochSilicon</string>
<key>CFBundleExecutable</key>
<string>epochsilicon</string>
<key>CFBundleIdentifier</key>
<string>com.burkey.epochsilicon</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.</string>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
</dict>
</plist>