Skip to content

Instantly share code, notes, and snippets.

@itrunks
itrunks / FTPUpload.swift
Created October 12, 2021 13:57 — forked from Nirma/FTPUpload.swift
Upload a file via FTP on iOS or macOS
import Foundation
import CFNetwork
public class FTPUpload {
fileprivate let ftpBaseUrl: String
fileprivate let directoryPath: String
fileprivate let username: String
fileprivate let password: String
@itrunks
itrunks / swift support folder to ipa
Last active April 21, 2021 16:53
Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
#!/bin/bash
#file has saved in Applications location.
# *** folder has created in Applications location (Shift+Command+A) or Go->Applications
cd /***
APP="input_ipa_path.ipa"
IPA="output.ipa"
TEMP_IPA_BUILT="***"
unzip ${APP}
APP="Payload/midacc.app"
@itrunks
itrunks / manual-uninstall-paragon-ntfs.sh
Created February 6, 2018 13:57 — forked from guycalledseven/manual-uninstall-paragon-ntfs.sh
Manually remove Paragon NTFS v15 leftovers MacOS
# after appcleaner does his magic, do this
sudo rm -rf "/Library/Application Support/Paragon Software/"
sudo rm /Library/LaunchDaemons/com.paragon-software.installer.plist
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfs.loader.plist
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfsd.plist
sudo rm /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist
sudo rm -rf /Library/Filesystems/ufsd_NTFS.fs/
sudo rm -rf /Library/PrivilegedHelperTools/com.paragon-software.installer
sudo rm -rf /Library/Extensions/ufsd_NTFS.kext/