Skip to content

Commit 290da2f

Browse files
committed
chore(demo): add info.plist
1 parent aaab5e9 commit 290da2f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

demo/angular/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
298298
CODE_SIGN_STYLE = Automatic;
299299
CURRENT_PROJECT_VERSION = 1;
300+
DEVELOPMENT_TEAM = P7E2DJ2G49;
300301
INFOPLIST_FILE = App/Info.plist;
301302
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
302303
LD_RUNPATH_SEARCH_PATHS = (
@@ -319,6 +320,7 @@
319320
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
320321
CODE_SIGN_STYLE = Automatic;
321322
CURRENT_PROJECT_VERSION = 1;
323+
DEVELOPMENT_TEAM = P7E2DJ2G49;
322324
INFOPLIST_FILE = App/Info.plist;
323325
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
324326
LD_RUNPATH_SEARCH_PATHS = (

demo/angular/ios/App/App/Info.plist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,21 @@
2222
<string>$(MARKETING_VERSION)</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
25+
<key>GADApplicationIdentifier</key>
26+
<string>ca-app-pub-3940256099942544~1458002511</string>
27+
<key>GADIsAdManagerApp</key>
28+
<true/>
2529
<key>LSRequiresIPhoneOS</key>
2630
<true/>
31+
<key>NSUserTrackingUsageDescription</key>
32+
<string>This identifier will be used to deliver personalized ads to you</string>
33+
<key>SKAdNetworkItems</key>
34+
<array>
35+
<dict>
36+
<key>SKAdNetworkIdentifier</key>
37+
<string>cstr6suwn9.skadnetwork</string>
38+
</dict>
39+
</array>
2740
<key>UILaunchStoryboardName</key>
2841
<string>LaunchScreen</string>
2942
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)