From 59fd3f79d1a9b6914ca1b3b8ed61cf497a27ad2d Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 2 Dec 2019 10:54:41 -0800 Subject: [PATCH] Added path as direct dependency --- example/.gitignore | 1 + example/ios/Podfile.lock | 8 +++---- example/ios/Runner.xcodeproj/project.pbxproj | 22 +++++++++++++------- pubspec.yaml | 1 + 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/example/.gitignore b/example/.gitignore index 07488ba..808f1fc 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -59,6 +59,7 @@ **/ios/Flutter/app.flx **/ios/Flutter/app.zip **/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh **/ios/ServiceDefinitions.json **/ios/Runner/GeneratedPluginRegistrant.* diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4a6fefc..7b19876 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -16,13 +16,12 @@ PODS: DEPENDENCIES: - amplitude_flutter (from `.symlinks/plugins/amplitude_flutter/ios`) - device_info (from `.symlinks/plugins/device_info/ios`) - - flt_telephony_info (from `.symlinks/plugins/flt_telephony_info/ios`) - Flutter (from `.symlinks/flutter/ios`) - package_info (from `.symlinks/plugins/package_info/ios`) - sqflite (from `.symlinks/plugins/sqflite/ios`) SPEC REPOS: - https://github.com/cocoapods/specs.git: + https://github.com/CocoaPods/Specs: - FMDB EXTERNAL SOURCES: @@ -38,14 +37,13 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/sqflite/ios" SPEC CHECKSUMS: - amplitude_flutter: 751cb63e6431fd950b5aa91a0ad084f1d13bc744 + amplitude_flutter: d6cc84a75b7f67fb7ce2d99415fc1692180224ed device_info: 3ebad48f726348f69abd802f3334a8d1ed795fbd - flt_telephony_info: effecf5e0b0dc252e6022077cca1d473fce831f6 Flutter: 0e3d915762c693b495b44d77113d4970485de6ec FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a package_info: 78cabb3c322943c55d39676f4a5bfc748c01d055 sqflite: ff1d9da63c06588cc8d1faf7256d741f16989d5a -PODFILE CHECKSUM: aff02bfeed411c636180d6812254b2daeea14d09 +PODFILE CHECKSUM: 359be8afa3dfdebe39e3a4bc51c91a84d066b5a2 COCOAPODS: 1.8.4 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index 47b2fee..5160983 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -19,7 +19,7 @@ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; - B29D2D8F9E3789606D2D9EB2 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C6F9FE2441658EA4418AFF5 /* libPods-Runner.a */; }; + C415D8463DDEB0DE2CA46AC9 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04BD162DF31798DA1B4798CC /* Pods_Runner.framework */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -38,11 +38,11 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 04BD162DF31798DA1B4798CC /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = ""; }; - 6C6F9FE2441658EA4418AFF5 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -67,7 +67,7 @@ files = ( 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */, 3B80C3941E831B6300D905FE /* App.framework in Frameworks */, - B29D2D8F9E3789606D2D9EB2 /* libPods-Runner.a in Frameworks */, + C415D8463DDEB0DE2CA46AC9 /* Pods_Runner.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -144,7 +144,7 @@ CDB90B0A58D2DBCBB4FF35A8 /* Frameworks */ = { isa = PBXGroup; children = ( - 6C6F9FE2441658EA4418AFF5 /* libPods-Runner.a */, + 04BD162DF31798DA1B4798CC /* Pods_Runner.framework */, ); name = Frameworks; sourceTree = ""; @@ -249,17 +249,23 @@ buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", + "${BUILT_PRODUCTS_DIR}/amplitude_flutter/amplitude_flutter.framework", + "${BUILT_PRODUCTS_DIR}/device_info/device_info.framework", + "${BUILT_PRODUCTS_DIR}/package_info/package_info.framework", + "${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework", ); name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - ); outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/amplitude_flutter.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/package_info.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; diff --git a/pubspec.yaml b/pubspec.yaml index 0777d04..95b8d63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,6 +14,7 @@ dependencies: package_info: "^0.4.0+3" http: "^0.12.0+2" crypto: "^2.0.6" + path: ^1.6.4 sqflite: "^1.1.5" uuid: "^2.0.1" dev_dependencies: