Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
upload beta app
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Apr 17, 2019
1 parent 4c01f5e commit ed0a01e
Show file tree
Hide file tree
Showing 37 changed files with 1,028 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
56 changes: 56 additions & 0 deletions HelloGoodbyeBETA.app/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?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>BuildMachineOSBuild</key>
<string>18E226</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>HelloGoodbye</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>hulverscheidtdirk.HelloGoodbye</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>HelloGoodbye</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E125</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1020</string>
<key>DTXcodeBuild</key>
<string>10E125</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Dirk Hulverscheidt. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
Binary file added HelloGoodbyeBETA.app/Contents/MacOS/HelloGoodbye
Binary file not shown.
1 change: 1 addition & 0 deletions HelloGoodbyeBETA.app/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPL????
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?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>BuildMachineOSBuild</key>
<string>18E226</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Hello, Goodbye</string>
<key>CFBundleExecutable</key>
<string>BlockerExtension</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>hulverscheidtdirk.HelloGoodbye.BlockerExtension</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>BlockerExtension</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E125</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1020</string>
<key>DTXcodeBuild</key>
<string>10E125</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.Safari.content-blocker</string>
<key>NSExtensionPrincipalClass</key>
<string>BlockerExtension.ContentBlockerRequestHandler</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Dirk Hulverscheidt. All rights reserved.</string>
<key>NSHumanReadableDescription</key>
<string>This extension blocks annoying chat widgets.</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
[
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\.)?widget\.intercom\.io[:/]"
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "connect\.facebook\.net/en_US/sdk/xfbml\.customerchat\.js",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "assets\.producthunt\.com/assets/upwigloader\.js",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "js\.driftt\.com/include/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "^(http|https)://.\.crisp\.chat/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": ".\.intergram\.xyz/js/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "widget\.mfy\.im/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "connect\.podium\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "js\.usemessages\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "static\.getchipbot\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "static\.zdassets\.com/ekr/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "www\.couchbase\.com/webfiles/1552355627964/js/contact-popup-form\.js",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "assetscdn-wchat\.freshchat\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "wchat\.freshchat\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "code\.jivosite\.com/script/widget/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "code\.tidio\.co/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": ".\.user\.com/static/js/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
"url-filter": ".*"
},
"trigger": {
"url-filter": "secure\.livechatinc\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "justanswer\.com/revizely/2/core/ja-com\.js",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "code\.snapengage\.com/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "sdk\.inbenta\.io/chatbot/.",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "pi2\.movoto\.com/1\.7\.654/javascripts/desktop/movoto\.min\.js",
"resource-type": ["script"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": ".\.zopim\.com/.",
"resource-type": ["script"]
}
},
}
]
Loading

0 comments on commit ed0a01e

Please sign in to comment.