Replace this text with a short description
- Replace this
- text with
- the steps
- to recreate
| # List all installed company apps on the phone | |
| ios-deploy -B | grep company | |
| # List all the EyeprintID files on your device: | |
| ios-deploy -1 com.company.app -l | |
| # Remove all keyword_ logging files (one debugging case) without having to erase the application: | |
| ios-deploy -1 com.company.app -l | grep keyword_ | while read name; do echo $name; ios-deploy -1 com.company.app -R $name; done | |
| # Here is an ios-deploy alternative to iTunes based diagnostics retrieval, which is probably useful to more people: |
| #!/bin/sh | |
| # Combined all static libaries in the current directory into a single static library | |
| # It is hardcoded to use the i386, armv7, and armv7s architectures; this can easily be changed via the 'archs' variable at the top | |
| # The script takes a single argument, which is the name of the final, combined library to be created. | |
| # | |
| # For example: | |
| # => combine_static_libraries.sh combined-library | |
| # | |
| # Script by Evan Schoenberg, Regular Rate and Rhythm Software |
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>Change shift key x2 to caps lock.</name> | |
| <identifier>private.shift_x2_to_capslock</identifier> | |
| <block> | |
| <modifier_only>ModifierFlag::CAPSLOCK</modifier_only> | |
| <autogen> |
I hereby claim:
To claim this, I am signing this object:
| # This is not a ready-to-run script. It just shows the relevant command-line calls. | |
| XC_WORKSPACE=path/to/MyApp.xcworkspace | |
| XC_SCHEME=MyApp | |
| XC_CONFIG=Release | |
| ARCHIVE_PATH=dest/path/to/MyApp.xcarchive | |
| EXPORT_PATH=dest/path/to/MyApp.ipa | |
| DIST_PROFILE=NameOfDistributionProfile | |
| # Build and archive. This can be done by regular developers, using their developer key/profile. |
| #! /bin/bash | |
| # Reference: http://naleid.com/blog/2012/01/17/finding-and-purging-big-files-from-git-history | |
| # Get unique SHA's for each object throughout it’s history. | |
| git_allfileshas() | |
| { | |
| git rev-list --objects --all | sort -k 2 > allfileshas.txt | |
| } |
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |
Cloud Gaming is a great way to enjoy graphically demanding games on Apple Vision Pro.
Since Safari on visionOS does not support PWA mode, here is how you can access cloud gaming services on Apple Vision Pro.
wvideo=tra6gsm6rl
hashedId=tra6gsm6rl in the page sourcehttp://fast.wistia.net/embed/iframe/ + video ID in your browser"type":"original" in the page source and
copy the URL from the next line
e.g. "url":"http://embed.wistia.com/deliveries/129720d1762175bcd8e06dcab926ec76ad38ff00.bin""type":"hd_mp4_video"