Skip to content

xuemu/M1Pasteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M1Pasteboard

This is a simple solution to the clipping board problem of Apple silicon MAC IOS simulator.

Working Principle

  • Start an HTTP service locally. After receiving the request, the service will return the current clipboard content.
  • Customize the shortcut key Ctrl + V on the app side. Put the input box(UITextField or UITextView) is in editing status, start this shortcut key, then send an HTTP request, and automatically fill the input box after getting the result. The code has been encapsulated and can be directly integrated.

Introduction

  • PasteboardServer is a mac app, it supports startup and custom HTTP ports


Inspire

CocoaHTTPServer
findFirstResponder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published