Skip to content

Commit

Permalink
add plist and pbxproj to gitignore
Browse files Browse the repository at this point in the history
add plist and pbxproj to gitignore
  • Loading branch information
srichakradhar committed Jan 11, 2022
1 parent f901a11 commit e9715c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ yarn-error.log*

.editorconfig
.vscode/
*.plist
*.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MR9DYB837L;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -701,6 +702,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MR9DYB837L;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
14 changes: 7 additions & 7 deletions packages/google_mobile_ads/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<string>1</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>cstr6suwn9.skadnetwork</string>
</dict>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>cstr6suwn9.skadnetwork</string>
</dict>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit e9715c9

Please sign in to comment.