Skip to content

Commit a133d7c

Browse files
committed
chore: clean up test and example apps
1 parent 66f57ce commit a133d7c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

example/lib/main.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ class _MyHomePageState extends State<MyHomePage> with WidgetsBindingObserver {
276276
}
277277
});
278278

279-
// Coppa Compliant
280-
config.coppaCompliantEnabled = true;
279+
// COPPA compliance.
280+
// config.coppaCompliantEnabled = true;
281281

282-
// Play store kids app
283-
config.playStoreKidsAppEnabled = true;
282+
// Google Play Store kids apps.
283+
// config.playStoreKidsAppEnabled = true;
284284

285285
// Start SDK.
286286
Adjust.start(config);

test/app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
97C146E61CF9000F007C117D /* Project object */ = {
176176
isa = PBXProject;
177177
attributes = {
178-
LastUpgradeCheck = 1240;
178+
LastUpgradeCheck = 1300;
179179
ORGANIZATIONNAME = "";
180180
TargetAttributes = {
181181
97C146ED1CF9000F007C117D = {

test/app/ios/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 = "1240"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

test/app/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
</array>
4242
<key>UIViewControllerBasedStatusBarAppearance</key>
4343
<false/>
44+
<key>CADisableMinimumFrameDurationOnPhone</key>
45+
<true/>
4446
</dict>
4547
</plist>

0 commit comments

Comments
 (0)