Skip to content

Instantly share code, notes, and snippets.

View dev4jam's full-sized avatar

Dev4Jam dev4jam

  • Dev4Jam
  • Sydney
View GitHub Profile
@Sherlouk
Sherlouk / DebugDevice.swift
Last active June 6, 2024 19:38
Debug Profiles - Securely debugging in production
//
// DebugDevice.swift
//
// Copyright 2022 • Sidetrack Tech Limited
//
import Foundation
// This must be called on the main-thread.
var isDebugProfileInstalled: Bool {
{
"version": "2.0.0",
"tasks": [
{
"label": "flutter: analyze",
"type": "shell",
"command": "flutter",
"group": "build",
"runOptions": {
"instanceLimit": 1,
// Copyright © 2019 Ooma Inc. All rights reserved.
import Foundation
import RIBs
import RxSwift
// MARK: - Plugin
public protocol Plugin: AnyObject {
associatedtype Component = Dependency