Skip to content

Instantly share code, notes, and snippets.

@FromAtom
FromAtom / dependencies.json
Created April 22, 2024 15:22
はてなブログ用 swift package show-dependencies --format json -o dependencies.json 実行結果
{
"identity": "memoliapackage",
"name": "MemoliaPackage",
"url": "/Users/fromatom/projects/github.com/FromAtom/Memolia/MemoliaPackage",
"version": "unspecified",
"path": "/Users/fromatom/projects/github.com/FromAtom/Memolia/MemoliaPackage",
"dependencies": [
{
"identity": "swift-composable-architecture",
"name": "swift-composable-architecture",
@FromAtom
FromAtom / ViewController.swift
Created August 23, 2024 07:58
iosdc-2024-ibeacon
import UIKit
import CoreLocation
final class ViewController: UIViewController {
private let locationManager: CLLocationManager = CLLocationManager()
private var beaconResion: CLBeaconRegion!
let uuid = UUID(uuidString: "41462998-6CEB-4511-9D46-1F7E27AA6572")!
let major = CLBeaconMajorValue(18)
let minor = CLBeaconMinorValue(5)