This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NS_ASSUME_NONNULL_BEGIN | |
@interface RBLinkedListNode : NSObject | |
@property (nonatomic, strong, readonly, nullable) RBLinkedListNode *previous; | |
@property (nonatomic, strong, readonly, nullable) RBLinkedListNode *next; | |
@property (nonatomic, strong, readonly) id object; | |
+ (instancetype)new NS_UNAVAILABLE; | |
- (instancetype)init NS_UNAVAILABLE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
r = requests.get("https://emojilive.content.disney.io/__mapping_emoji_prod.json") | |
manifest_url = "https://emojilive.content.disney.io/" + r.json()["default"]["n"] | |
r = requests.get(manifest_url) | |
game_json_url = "https://emojilive.content.disney.io/" + str(r.json()["paths"]["Game.json"]["v"]) + "/Game.json" | |
print ("Current Game.json URL: " + game_json_url) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>UIRequiredDeviceCapabilities</key> | |
<dict> | |
<key>armv7</key> | |
<true/> | |
</dict> | |
<key>appleId</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>CreatorToolCommandLine</key> | |
<string>"ZipTool" "-c" "10485760" "-s" "-" "-m" "deflate" "extDirabhffjyemxgbjvwk" "znr4517765794991297945"</string> | |
<key>CreatorToolUUID</key> | |
<string>E2ECA9F4-FFF3-3A57-A037-F12BFE1B9748</string> | |
<key>RecordCount</key> | |
<integer>370</integer> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>DTXcode</key> | |
<string>0720</string> | |
<key>DTSDKName</key> | |
<string>iphoneos9.2</string> | |
<key>CFBundleName</key> | |
<string>RS Xchange</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>UIStoryboardDesignatedEntryPointIdentifier</key> | |
<string>UIViewController-x1L-Z2-jkR</string> | |
<key>UIStoryboardVersion</key> | |
<integer>1</integer> | |
<key>UIViewControllerIdentifiersToNibNames</key> | |
<dict> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> | |
<device id="retina4_7" orientation="portrait"> | |
<adaptation id="fullscreen"/> | |
</device> | |
<dependencies> | |
<deployment identifier="iOS"/> | |
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> | |
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/> | |
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>SinfPaths</key> | |
<array> | |
<string>SC_Info/RS Xchange.sinf</string> | |
</array> | |
<key>SinfReplicationPaths</key> | |
<array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>files</key> | |
<dict> | |
<key>AppIcon29x29.png</key> | |
<data> | |
g3rQDPhaPPiICI9uF1X6Zu/z7eI= | |
</data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>application-identifier</key> | |
<string>69CN5HMUNT.co.razio.RS-Exchange</string> | |
<key>keychain-access-groups</key> | |
<array> | |
<string>69CN5HMUNT.co.razio.RS-Exchange</string> | |
</array> |