Skip to content

Commit

Permalink
fix ios code
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Jan 4, 2024
1 parent 2f2173e commit 0422706
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 166 deletions.
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>13.0</string>
</dict>
</plist>
6 changes: 0 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- PostHog (3.0.0-alpha.5)
- posthog_flutter (0.0.1):
- Flutter
- PostHog (~> 3.0.0-alpha.5)

DEPENDENCIES:
- Flutter (from `Flutter`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- posthog_flutter (from `.symlinks/plugins/posthog_flutter/ios`)

SPEC REPOS:
Expand All @@ -19,14 +16,11 @@ SPEC REPOS:
EXTERNAL SOURCES:
Flutter:
:path: Flutter
integration_test:
:path: ".symlinks/plugins/integration_test/ios"
posthog_flutter:
:path: ".symlinks/plugins/posthog_flutter/ios"

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: 13825b8a9334a850581300559b8839134b124670
PostHog: bdd91417b5aa887b91c6ab296ba7b442db1fd5b2
posthog_flutter: 1dda6896bc703ed4d3d55fc462af4beb5ced653c

Expand Down
6 changes: 3 additions & 3 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.posthogFlutterExample.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -508,7 +508,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.posthogFlutterExample.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -525,7 +525,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.posthogFlutterExample.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Loading

0 comments on commit 0422706

Please sign in to comment.