Skip to content

Commit 015dbff

Browse files
authored
chore(analytics, macos): update the example app (#13028)
1 parent ad037c2 commit 015dbff

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/firebase_analytics/firebase_analytics/example/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.12'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

packages/firebase_analytics/firebase_analytics/example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXAggregateTarget section */
@@ -205,7 +205,7 @@
205205
isa = PBXProject;
206206
attributes = {
207207
LastSwiftUpdateCheck = 0920;
208-
LastUpgradeCheck = 0930;
208+
LastUpgradeCheck = 1510;
209209
ORGANIZATIONNAME = "";
210210
TargetAttributes = {
211211
33CC10EC2044A3C60003C045 = {
@@ -259,6 +259,7 @@
259259
/* Begin PBXShellScriptBuildPhase section */
260260
3399D490228B24CF009A79C7 /* ShellScript */ = {
261261
isa = PBXShellScriptBuildPhase;
262+
alwaysOutOfDate = 1;
262263
buildActionMask = 2147483647;
263264
files = (
264265
);

packages/firebase_analytics/firebase_analytics/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1000"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)