Skip to content

Commit

Permalink
fix(ios): SDK version is fixed(v3 will be changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Feb 18, 2021
1 parent a63c3d0 commit f766fbf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 38 deletions.
2 changes: 1 addition & 1 deletion CapacitorCommunityAdmob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
s.ios.deployment_target = '11.0'
s.static_framework = true
s.dependency 'Capacitor'
s.dependency 'Google-Mobile-Ads-SDK', '>= 7.64.0'
s.dependency 'Google-Mobile-Ads-SDK', '7.69.0'
end
16 changes: 0 additions & 16 deletions demo/angular/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
buildPhases = (
6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
E2351AD35219858F0172D021 /* [CP] Prepare Artifacts */,
504EC3001FED79650016851F /* Sources */,
504EC3011FED79650016851F /* Frameworks */,
504EC3021FED79650016851F /* Resources */,
Expand Down Expand Up @@ -201,21 +200,6 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E2351AD35219858F0172D021 /* [CP] Prepare Artifacts */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Prepare Artifacts";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-artifacts.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
38 changes: 19 additions & 19 deletions demo/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ end

target 'Plugin' do
capacitor_pods
pod 'Google-Mobile-Ads-SDK', '~> 8.0.0'
pod 'Google-Mobile-Ads-SDK', '7.69.0'
end

target 'PluginTests' do
capacitor_pods
pod 'Google-Mobile-Ads-SDK', '~> 8.0.0'
pod 'Google-Mobile-Ads-SDK', '7.69.0'
end

0 comments on commit f766fbf

Please sign in to comment.