native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Wire up Icon Composer AppIcon.icon and set CFBundleIconName

+3
+1
Project.swift
··· 17 17 """ 18 18 19 19 let appResources: ResourceFileElements = [ 20 + "supacode/AppIcon.icon", 20 21 "supacode/Assets.xcassets", 21 22 "supacode/notification.wav", 22 23 ]
+2
supacode/Info.plist
··· 6 6 <string>$(DEVELOPMENT_LANGUAGE)</string> 7 7 <key>CFBundleExecutable</key> 8 8 <string>$(EXECUTABLE_NAME)</string> 9 + <key>CFBundleIconName</key> 10 + <string>AppIcon</string> 9 11 <key>CFBundleIdentifier</key> 10 12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 11 13 <key>CFBundleInfoDictionaryVersion</key>