Skip to content

Commit

Permalink
@W-9992256 - Public PR doc requested change (#24)
Browse files Browse the repository at this point in the history
* @W-9992256 - Remove unit tests from example application.

* @W-9992256 - Public PR requested changes to doc.
  • Loading branch information
billmote authored and GitHub Enterprise committed Aug 24, 2022
1 parent 40dfc59 commit 05e4ba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ pod install
#### 2. Configure the SDK in your AppDelegate.m class

```objc
// Add this import at the top (before #if RCT_NEW_ARCH_ENABLED)
#import <MarketingCloudSDK/MarketingCloudSDK.h>
// Other imports ...

- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

Expand Down

0 comments on commit 05e4ba2

Please sign in to comment.