Skip to content

Instantly share code, notes, and snippets.

View acidlynx's full-sized avatar
:electron:
Complete features.

Oleg Fedyakin acidlynx

:electron:
Complete features.
View GitHub Profile
@acidlynx
acidlynx / Framework2XCFramework.sh
Created January 11, 2021 19:03 — forked from evnik/Framework2XCFramework.sh
This script allows to convert an iOS framework binary to XCFramework
# Copyright (c) 2020 Eugene Berdnikov
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
@acidlynx
acidlynx / enable-xcode-debug-menu.sh
Created February 24, 2020 04:54 — forked from dsabanin/enable-xcode-debug-menu.sh
Enable internal Xcode debug menu in Xcode 11
defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool YES
sudo mkdir -p /Applications/Xcode.app/Contents/Developer/AppleInternal/Library/Xcode
sudo touch /Applications/Xcode.app/Contents/Developer/AppleInternal/Library/Xcode/AppleInternal.plist
# Don't forget to restart Xcode