42Box / macOS

macOS
11 stars 1 forks source link

macOS

Hits

v1.0.1 Beta Release Note

v1.0.0 Beta Release Note


How to execute ?

v1.0.1 Beta Version Download Link

~v1.0.0 Beta Version Download Link~

1. Click the version you want, and Keep download

image

2. Mouse right click or option + click

image

3. OK

image

4. Open

image

Commit Convention (shorthand)

type: subject

Commit type


Directory

DIR TREE
├── Box42
│   ├── CPU
│   │   └── CPU.swift
│   ├── Main
│   │   ├── BoxController.swift
│   │   ├── BoxModel.swift
│   │   └── BoxView.swift
│   ├── Menubar
│   │   ├── MenubarController.swift
│   │   ├── MenubarModel.swift
│   │   └── MenubarView.swift
│   ├── Resource
│   │   ├── AppDelegate.swift
│   │   ├── Assets.xcassets
│   │   │   ├── 42box
│   │   │   ├── 42box_logo.imageset
│   │   │   ├── 42box_logo.imageset
│   │   │   ├── 42box_oc1.imageset
│   │   │   ├── 42box_oc2.imageset
│   │   │   ├── 42pack_icon
│   │   │   │   ├── 42flip
│   │   │   │   ├── cat
│   │   │   │   ├── gon
│   │   │   │   ├── gam
│   │   │   │   ├── gun
│   │   │   │   └── lee
│   │   │   ├── AccentColor.colorset
│   │   │   ├── AppIcon.appiconset
│   │   │   ├── AppIcons
│   │   ├── Base.lproj
│   │   ├── Box42.entitlements
│   │   ├── Box42.xcdatamodeld
│   │   ├── EventMonitor.swift
│   │   └── Main.storyboard
│   ├── URL
│   │   └── URLModel.swift
│   └── Web
│       └── WebViewController.swift
├── Box42.xcodeproj
└── README.md

image