Skip to content

Instantly share code, notes, and snippets.

View perseusrealdeal's full-sized avatar
focusing on

Mikhail A. Z. perseusrealdeal

focusing on
  • Siberia lifer, Novosibirsk native.
  • Novosibirsk
  • 18:41 (UTC +07:00)
View GitHub Profile
@perseusrealdeal
perseusrealdeal / SwiftPackageWithCarthage.md
Last active April 21, 2023 07:44
How to install swift package with Carthage.

Cartfile contains:

github "perseusrealdeal/PerseusDarkMode" == 1.1.3
github "perseusrealdeal/PerseusUISystemKit" == 1.1.2

Step 1: $ carthage update

Step 2: $ (cd Carthage/Checkouts/PerseusDarkMode && swift package generate-xcodeproj)

@perseusrealdeal
perseusrealdeal / DarkModeSwitching.swift
Last active December 9, 2022 09:14
How to switch Perseus Dark Mode manually.
//
// DarkModeSwitching.swift
// DarkModeDiscovery
//
// Created by Mikhail Zhigulin in 7530.
//
// Copyright © 7530 - 7531 Mikhail Zhigulin of Novosibirsk.
// All rights reserved.
//
//
@perseusrealdeal
perseusrealdeal / MobileDevelopmentMachine.md
Last active January 29, 2024 18:03
How to set a Mac Machine up for mobile development.

Ambition: Rich the most popular devices on iOS and Android platforms.

Matter of fact:

  • Modern Xcode IDE doesn't contain SDK for early apple devices.
  • Supporting a wide range of iOS devices requires having different versions of Xcode IDE and in some cases macOS.

One way:

macHD Volume 1 > Install macOS High Sierra (10.13.6) with Xcode 10.1 and Android Studio Dolphin.

@perseusrealdeal
perseusrealdeal / DeletingGitHubTags.md
Last active April 21, 2023 06:51
DeletingGitHubTags.

How to delete a remote Git tag on GitHub:

$ git push origin :refs/tags/<tag>

sample:

$ git push origin :refs/tags/1.1