Skip to content

Instantly share code, notes, and snippets.

View songxing10000's full-sized avatar

xingsong songxing10000

  • ChengDu
View GitHub Profile
@songxing10000
songxing10000 / uploadIpaToServerUseSSH
Created September 14, 2017 15:40
uploadIpaToServerUseSSH
set appName to "Terminal"
set appID to bundle identifier of (info for (path to application appName))
set theFolder to choose folder
tell application "Finder"
set fileList to every file of theFolder --whose name extension is "ipa"
if (count of fileList) > 0 then
repeat with theFile in fileList
@songxing10000
songxing10000 / swift
Created March 8, 2024 04:04
AlibabacloudOcrApi20210707图片转文字
//
// Img2textVC.swift
// AudioText
//
// Created by dfpo on 2024/3/8.
// 图片转文字
import UIKit
import TOCropViewController