- ChatBubble: useActionSheet replaces custom Modal (native iOS popup, Android bottom sheet) - DM mode (isDM prop): hides like-count, shows Insta-style heart badge under bubble when liked - Group chat unchanged - Cleanup: remove unused Modal/Platform imports, sheet styles, actionsOpen state - deploy.sh: auto-detect ANDROID_HOME + auto-create local.properties for local Gradle - NEXT_RELEASE.md: DM reactions release note - Includes other staged work across binder-mac, marketing, ops/mdm, ios/
26 lines
811 B
Plaintext
26 lines
811 B
Plaintext
<?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>method</key>
|
|
<string>ad-hoc</string>
|
|
<key>teamID</key>
|
|
<string>84BQ7MTFYK</string>
|
|
<key>signingStyle</key>
|
|
<string>automatic</string>
|
|
<key>stripSwiftSymbols</key>
|
|
<true/>
|
|
<key>thinning</key>
|
|
<string><none></string>
|
|
<key>manifest</key>
|
|
<dict>
|
|
<key>appURL</key>
|
|
<string>https://mdm.rebreak.org/install/Rebreak.ipa</string>
|
|
<key>displayImageURL</key>
|
|
<string>https://mdm.rebreak.org/install/icon-small.png</string>
|
|
<key>fullSizeImageURL</key>
|
|
<string>https://mdm.rebreak.org/install/icon-large.png</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|