mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-04-30 02:16:16 +08:00
Abstract dependencies from bridge API protocol web v2
Summary: * Abstract info dictionary provider * Add bundle identifier to info dictionary providing protocol * Abstract internal utility * Lots of test changes to account for convoluted URL transformations in production code and transitive dependencies Reviewed By: joesus Differential Revision: D33105452 fbshipit-source-id: 32fab998a278b7ffba45b904362824f9ffb93845
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b3f73c0895
commit
9d8da543c6
@@ -14,6 +14,7 @@ NS_SWIFT_NAME(InfoDictionaryProviding)
|
||||
@protocol FBSDKInfoDictionaryProviding
|
||||
|
||||
@property (nullable, readonly, copy) NSDictionary<NSString *, id> *infoDictionary;
|
||||
@property (nullable, readonly, copy) NSString *bundleIdentifier;
|
||||
|
||||
- (nullable id)objectForInfoDictionaryKey:(NSString *)key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user