Skip to content

Instantly share code, notes, and snippets.

View WireFrameRate's full-sized avatar

WireFrameRate WireFrameRate

View GitHub Profile
@WireFrameRate
WireFrameRate / JAMFConfig.xml
Last active November 17, 2025 21:49
Managed App Configuration Specfile
<?xml version="1.0" encoding="UTF-8"?>
<managedAppConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/com.mobileiron.onetouch/appconfig/appconfig.xsd">
<version>3.10.0</version>
<bundleId>com.wireframerate.webframepro</bundleId>
<dict>
<!-- Homepage Options -->
<string keyName="com.wireframerate.webframepro.homepage_url">
<defaultValue>
<value>https://www.wireframerate.com/product-tour</value>
</defaultValue>
@WireFrameRate
WireFrameRate / AppConfig.plist
Last active November 17, 2025 21:49
AppConfig Settings for WebFrame Pro Kiosk
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.wireframerate.webframepro.homepage_url</key>
<string>https://www.wireframerate.com</string>
<key>com.wireframerate.webframepro.app_session_option</key>
<integer>0</integer>
<key>com.wireframerate.webframepro.custom_url_scheme_enabled</key>
<false/>