Skip to content

Commit

Permalink
🖕 add umeng for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
idealclover committed Nov 1, 2020
1 parent 9a5017f commit f7f5591
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
pod 'UMCCommon'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down
6 changes: 5 additions & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PODS:
- sqflite (0.0.1):
- Flutter
- FMDB (~> 2.7.2)
- UMCCommon (7.2.2)
- url_launcher (0.0.1):
- Flutter
- webview_flutter (0.0.1):
Expand All @@ -34,13 +35,15 @@ DEPENDENCIES:
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
- sqflite (from `.symlinks/plugins/sqflite/ios`)
- UMCCommon
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
- webview_flutter (from `.symlinks/plugins/webview_flutter/ios`)

SPEC REPOS:
trunk:
- FMDB
- MTBBarcodeScanner
- UMCCommon

EXTERNAL SOURCES:
barcode_scan:
Expand Down Expand Up @@ -75,9 +78,10 @@ SPEC CHECKSUMS:
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
sqflite: 4001a31ff81d210346b500c55b17f4d6c7589dd0
UMCCommon: 15e5311b00c7ff6e6ffb1f5c965651373b6b2b3c
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
PODFILE CHECKSUM: 9c1fce8d9abda9c0083b34024fc9a8a64a0c8b18

COCOAPODS: 1.8.4
1 change: 1 addition & 0 deletions ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Flutter
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
UMConfigure.initWithAppkey("5f9e1efa1c520d30739d2737", channel: "umeng")
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}
1 change: 1 addition & 0 deletions ios/Runner/Runner-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#import "GeneratedPluginRegistrant.h"
#import <UMCommon/UMCommon.h>

0 comments on commit f7f5591

Please sign in to comment.