Skip to content

Commit e2d95d2

Browse files
committed
Update InAppMessaging example
1 parent e61950a commit e2d95d2

File tree

11 files changed

+318
-45
lines changed

11 files changed

+318
-45
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
12
#include "Generated.xcconfig"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
12
#include "Generated.xcconfig"

inappmessaging/ios/Podfile

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Uncomment this line to define a global platform for your project
2+
platform :ios, '11.0'
3+
4+
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5+
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
6+
7+
project 'Runner', {
8+
'Debug' => :debug,
9+
'Profile' => :release,
10+
'Release' => :release,
11+
}
12+
13+
def flutter_root
14+
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
15+
unless File.exist?(generated_xcode_build_settings_path)
16+
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
17+
end
18+
19+
File.foreach(generated_xcode_build_settings_path) do |line|
20+
matches = line.match(/FLUTTER_ROOT\=(.*)/)
21+
return matches[1].strip if matches
22+
end
23+
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
24+
end
25+
26+
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
27+
28+
flutter_ios_podfile_setup
29+
30+
target 'Runner' do
31+
use_frameworks!
32+
use_modular_headers!
33+
34+
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
35+
end
36+
37+
post_install do |installer|
38+
installer.pods_project.targets.each do |target|
39+
flutter_additional_ios_build_settings(target)
40+
end
41+
end

inappmessaging/ios/Podfile.lock

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
PODS:
2+
- Firebase/Analytics (10.18.0):
3+
- Firebase/Core
4+
- Firebase/Core (10.18.0):
5+
- Firebase/CoreOnly
6+
- FirebaseAnalytics (~> 10.18.0)
7+
- Firebase/CoreOnly (10.18.0):
8+
- FirebaseCore (= 10.18.0)
9+
- Firebase/InAppMessaging (10.18.0):
10+
- Firebase/CoreOnly
11+
- FirebaseInAppMessaging (~> 10.18.0-beta)
12+
- Firebase/Installations (10.18.0):
13+
- Firebase/CoreOnly
14+
- FirebaseInstallations (~> 10.18.0)
15+
- firebase_analytics (10.7.4):
16+
- Firebase/Analytics (= 10.18.0)
17+
- firebase_core
18+
- Flutter
19+
- firebase_app_installations (0.2.4-8):
20+
- Firebase/Installations (= 10.18.0)
21+
- firebase_core
22+
- Flutter
23+
- firebase_core (2.24.2):
24+
- Firebase/CoreOnly (= 10.18.0)
25+
- Flutter
26+
- firebase_in_app_messaging (0.7.4-8):
27+
- Firebase/InAppMessaging (= 10.18.0)
28+
- firebase_core
29+
- Flutter
30+
- FirebaseABTesting (10.19.0):
31+
- FirebaseCore (~> 10.0)
32+
- FirebaseAnalytics (10.18.0):
33+
- FirebaseAnalytics/AdIdSupport (= 10.18.0)
34+
- FirebaseCore (~> 10.0)
35+
- FirebaseInstallations (~> 10.0)
36+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
37+
- GoogleUtilities/MethodSwizzler (~> 7.11)
38+
- GoogleUtilities/Network (~> 7.11)
39+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
40+
- nanopb (< 2.30910.0, >= 2.30908.0)
41+
- FirebaseAnalytics/AdIdSupport (10.18.0):
42+
- FirebaseCore (~> 10.0)
43+
- FirebaseInstallations (~> 10.0)
44+
- GoogleAppMeasurement (= 10.18.0)
45+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
46+
- GoogleUtilities/MethodSwizzler (~> 7.11)
47+
- GoogleUtilities/Network (~> 7.11)
48+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
49+
- nanopb (< 2.30910.0, >= 2.30908.0)
50+
- FirebaseCore (10.18.0):
51+
- FirebaseCoreInternal (~> 10.0)
52+
- GoogleUtilities/Environment (~> 7.12)
53+
- GoogleUtilities/Logger (~> 7.12)
54+
- FirebaseCoreInternal (10.19.0):
55+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
56+
- FirebaseInAppMessaging (10.18.0-beta):
57+
- FirebaseABTesting (~> 10.0)
58+
- FirebaseCore (~> 10.0)
59+
- FirebaseInstallations (~> 10.0)
60+
- GoogleUtilities/Environment (~> 7.8)
61+
- nanopb (< 2.30910.0, >= 2.30908.0)
62+
- FirebaseInstallations (10.18.0):
63+
- FirebaseCore (~> 10.0)
64+
- GoogleUtilities/Environment (~> 7.8)
65+
- GoogleUtilities/UserDefaults (~> 7.8)
66+
- PromisesObjC (~> 2.1)
67+
- Flutter (1.0.0)
68+
- GoogleAppMeasurement (10.18.0):
69+
- GoogleAppMeasurement/AdIdSupport (= 10.18.0)
70+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
71+
- GoogleUtilities/MethodSwizzler (~> 7.11)
72+
- GoogleUtilities/Network (~> 7.11)
73+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
74+
- nanopb (< 2.30910.0, >= 2.30908.0)
75+
- GoogleAppMeasurement/AdIdSupport (10.18.0):
76+
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.18.0)
77+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
78+
- GoogleUtilities/MethodSwizzler (~> 7.11)
79+
- GoogleUtilities/Network (~> 7.11)
80+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
81+
- nanopb (< 2.30910.0, >= 2.30908.0)
82+
- GoogleAppMeasurement/WithoutAdIdSupport (10.18.0):
83+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
84+
- GoogleUtilities/MethodSwizzler (~> 7.11)
85+
- GoogleUtilities/Network (~> 7.11)
86+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
87+
- nanopb (< 2.30910.0, >= 2.30908.0)
88+
- GoogleUtilities/AppDelegateSwizzler (7.12.0):
89+
- GoogleUtilities/Environment
90+
- GoogleUtilities/Logger
91+
- GoogleUtilities/Network
92+
- GoogleUtilities/Environment (7.12.0):
93+
- PromisesObjC (< 3.0, >= 1.2)
94+
- GoogleUtilities/Logger (7.12.0):
95+
- GoogleUtilities/Environment
96+
- GoogleUtilities/MethodSwizzler (7.12.0):
97+
- GoogleUtilities/Logger
98+
- GoogleUtilities/Network (7.12.0):
99+
- GoogleUtilities/Logger
100+
- "GoogleUtilities/NSData+zlib"
101+
- GoogleUtilities/Reachability
102+
- "GoogleUtilities/NSData+zlib (7.12.0)"
103+
- GoogleUtilities/Reachability (7.12.0):
104+
- GoogleUtilities/Logger
105+
- GoogleUtilities/UserDefaults (7.12.0):
106+
- GoogleUtilities/Logger
107+
- nanopb (2.30909.1):
108+
- nanopb/decode (= 2.30909.1)
109+
- nanopb/encode (= 2.30909.1)
110+
- nanopb/decode (2.30909.1)
111+
- nanopb/encode (2.30909.1)
112+
- PromisesObjC (2.3.1)
113+
114+
DEPENDENCIES:
115+
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
116+
- firebase_app_installations (from `.symlinks/plugins/firebase_app_installations/ios`)
117+
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
118+
- firebase_in_app_messaging (from `.symlinks/plugins/firebase_in_app_messaging/ios`)
119+
- Flutter (from `Flutter`)
120+
121+
SPEC REPOS:
122+
trunk:
123+
- Firebase
124+
- FirebaseABTesting
125+
- FirebaseAnalytics
126+
- FirebaseCore
127+
- FirebaseCoreInternal
128+
- FirebaseInAppMessaging
129+
- FirebaseInstallations
130+
- GoogleAppMeasurement
131+
- GoogleUtilities
132+
- nanopb
133+
- PromisesObjC
134+
135+
EXTERNAL SOURCES:
136+
firebase_analytics:
137+
:path: ".symlinks/plugins/firebase_analytics/ios"
138+
firebase_app_installations:
139+
:path: ".symlinks/plugins/firebase_app_installations/ios"
140+
firebase_core:
141+
:path: ".symlinks/plugins/firebase_core/ios"
142+
firebase_in_app_messaging:
143+
:path: ".symlinks/plugins/firebase_in_app_messaging/ios"
144+
Flutter:
145+
:path: Flutter
146+
147+
SPEC CHECKSUMS:
148+
Firebase: 414ad272f8d02dfbf12662a9d43f4bba9bec2a06
149+
firebase_analytics: 88c111412070acc2b05c1734151f58824f3db657
150+
firebase_app_installations: 54c9bfee80f6f727c7c5ab7409170c83cbd19386
151+
firebase_core: 0af4a2b24f62071f9bf283691c0ee41556dcb3f5
152+
firebase_in_app_messaging: 1aefd295a4e79d55cb317f5dd6ad42f12f7661a6
153+
FirebaseABTesting: bfa3b384b68cee10a89183649c64cd7998a37a12
154+
FirebaseAnalytics: 4d310b35c48eaa4a058ddc04bdca6bdb5dc0fe80
155+
FirebaseCore: 2322423314d92f946219c8791674d2f3345b598f
156+
FirebaseCoreInternal: b444828ea7cfd594fca83046b95db98a2be4f290
157+
FirebaseInAppMessaging: 50716c86fe3bfe83e588ad5d313521ab1b7f9b7f
158+
FirebaseInstallations: e842042ec6ac1fd2e37d7706363ebe7f662afea4
159+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
160+
GoogleAppMeasurement: 70ce9aa438cff1cfb31ea3e660bcc67734cb716e
161+
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
162+
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
163+
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
164+
165+
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
166+
167+
COCOAPODS: 1.14.3

inappmessaging/ios/Runner.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
12+
6399032143E3367889258784 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = C0D795D39EDA6B305F0E0164 /* GoogleService-Info.plist */; };
13+
68E53A0A6FB3A553BB1991D2 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E7E4BCB7C898233EC6C95CF /* Pods_Runner.framework */; };
1214
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1315
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1416
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -32,6 +34,9 @@
3234
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3335
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
3436
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
37+
41A60CC830854FC501D8E54F /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
38+
550E06EBF553EB36F28B385B /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
39+
5E7E4BCB7C898233EC6C95CF /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3540
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
3641
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3742
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -42,13 +47,16 @@
4247
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4348
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4449
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50+
ACC1F1C88F2BCB2CE3B7889B /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
51+
C0D795D39EDA6B305F0E0164 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = "<group>"; };
4552
/* End PBXFileReference section */
4653

4754
/* Begin PBXFrameworksBuildPhase section */
4855
97C146EB1CF9000F007C117D /* Frameworks */ = {
4956
isa = PBXFrameworksBuildPhase;
5057
buildActionMask = 2147483647;
5158
files = (
59+
68E53A0A6FB3A553BB1991D2 /* Pods_Runner.framework in Frameworks */,
5260
);
5361
runOnlyForDeploymentPostprocessing = 0;
5462
};
@@ -72,6 +80,9 @@
7280
9740EEB11CF90186004384FC /* Flutter */,
7381
97C146F01CF9000F007C117D /* Runner */,
7482
97C146EF1CF9000F007C117D /* Products */,
83+
E46835F0D08DFB38EE2AA044 /* Pods */,
84+
F95A10D92A156223FFAB3F73 /* Frameworks */,
85+
C0D795D39EDA6B305F0E0164 /* GoogleService-Info.plist */,
7586
);
7687
sourceTree = "<group>";
7788
};
@@ -98,19 +109,40 @@
98109
path = Runner;
99110
sourceTree = "<group>";
100111
};
112+
E46835F0D08DFB38EE2AA044 /* Pods */ = {
113+
isa = PBXGroup;
114+
children = (
115+
41A60CC830854FC501D8E54F /* Pods-Runner.debug.xcconfig */,
116+
ACC1F1C88F2BCB2CE3B7889B /* Pods-Runner.release.xcconfig */,
117+
550E06EBF553EB36F28B385B /* Pods-Runner.profile.xcconfig */,
118+
);
119+
name = Pods;
120+
path = Pods;
121+
sourceTree = "<group>";
122+
};
123+
F95A10D92A156223FFAB3F73 /* Frameworks */ = {
124+
isa = PBXGroup;
125+
children = (
126+
5E7E4BCB7C898233EC6C95CF /* Pods_Runner.framework */,
127+
);
128+
name = Frameworks;
129+
sourceTree = "<group>";
130+
};
101131
/* End PBXGroup section */
102132

103133
/* Begin PBXNativeTarget section */
104134
97C146ED1CF9000F007C117D /* Runner */ = {
105135
isa = PBXNativeTarget;
106136
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
107137
buildPhases = (
138+
F75A57EE7A72EEB7948EFE5F /* [CP] Check Pods Manifest.lock */,
108139
9740EEB61CF901F6004384FC /* Run Script */,
109140
97C146EA1CF9000F007C117D /* Sources */,
110141
97C146EB1CF9000F007C117D /* Frameworks */,
111142
97C146EC1CF9000F007C117D /* Resources */,
112143
9705A1C41CF9048500538489 /* Embed Frameworks */,
113144
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
145+
39E17F99EA91A521DBC3C190 /* [CP] Embed Pods Frameworks */,
114146
);
115147
buildRules = (
116148
);
@@ -127,7 +159,7 @@
127159
97C146E61CF9000F007C117D /* Project object */ = {
128160
isa = PBXProject;
129161
attributes = {
130-
LastUpgradeCheck = 1300;
162+
LastUpgradeCheck = 1430;
131163
ORGANIZATIONNAME = "";
132164
TargetAttributes = {
133165
97C146ED1CF9000F007C117D = {
@@ -163,18 +195,38 @@
163195
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
164196
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
165197
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
198+
6399032143E3367889258784 /* GoogleService-Info.plist in Resources */,
166199
);
167200
runOnlyForDeploymentPostprocessing = 0;
168201
};
169202
/* End PBXResourcesBuildPhase section */
170203

171204
/* Begin PBXShellScriptBuildPhase section */
205+
39E17F99EA91A521DBC3C190 /* [CP] Embed Pods Frameworks */ = {
206+
isa = PBXShellScriptBuildPhase;
207+
buildActionMask = 2147483647;
208+
files = (
209+
);
210+
inputFileListPaths = (
211+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
212+
);
213+
name = "[CP] Embed Pods Frameworks";
214+
outputFileListPaths = (
215+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
216+
);
217+
runOnlyForDeploymentPostprocessing = 0;
218+
shellPath = /bin/sh;
219+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
220+
showEnvVarsInLog = 0;
221+
};
172222
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
173223
isa = PBXShellScriptBuildPhase;
224+
alwaysOutOfDate = 1;
174225
buildActionMask = 2147483647;
175226
files = (
176227
);
177228
inputPaths = (
229+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
178230
);
179231
name = "Thin Binary";
180232
outputPaths = (
@@ -185,6 +237,7 @@
185237
};
186238
9740EEB61CF901F6004384FC /* Run Script */ = {
187239
isa = PBXShellScriptBuildPhase;
240+
alwaysOutOfDate = 1;
188241
buildActionMask = 2147483647;
189242
files = (
190243
);
@@ -197,6 +250,28 @@
197250
shellPath = /bin/sh;
198251
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
199252
};
253+
F75A57EE7A72EEB7948EFE5F /* [CP] Check Pods Manifest.lock */ = {
254+
isa = PBXShellScriptBuildPhase;
255+
buildActionMask = 2147483647;
256+
files = (
257+
);
258+
inputFileListPaths = (
259+
);
260+
inputPaths = (
261+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
262+
"${PODS_ROOT}/Manifest.lock",
263+
);
264+
name = "[CP] Check Pods Manifest.lock";
265+
outputFileListPaths = (
266+
);
267+
outputPaths = (
268+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
269+
);
270+
runOnlyForDeploymentPostprocessing = 0;
271+
shellPath = /bin/sh;
272+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
273+
showEnvVarsInLog = 0;
274+
};
200275
/* End PBXShellScriptBuildPhase section */
201276

202277
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)