Skip to content

42Box/macOS

Repository files navigation

macOS

Hits

v1.0.1 Beta Release Note

v1.0.0 Beta Release Note


How to execute ?

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

  • feat: Add new or modify feature
  • fix: Bug fix
  • docs: Working with documents
  • style: Formatting changes without code modifications
  • refactor: Refactoring code
  • dependency: Non-code related dependency files
  • assets: Add, modify and delete assets
  • test: Test code
  • wip: Working in progress

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