diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 0e6b95642..97252ad54 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -234,7 +234,7 @@ SPEC CHECKSUMS: libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3 local_auth: 25938960984c3a7f6e3253e3f8d962fdd16852bd Mantle: 35238ae6f2e2b2d474fa7b67fee82a59fea71915 - motionphoto: 22f67612e92893a0a4cf02760b842856301fa286 + motionphoto: d4a432b8c8f22fb3ad966258597c0103c9c5ff16 move_to_background: 39a5b79b26d577b0372cbe8a8c55e7aa9fcd3a2d open_file: 02eb5cb6b21264bd3a696876f5afbfb7ca4f4b7d OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index a284750d0..8f1a5abc0 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -15,6 +15,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 */; }; + DA6BE5E826B3BC8600656280 /* ios in Resources */ = {isa = PBXBuildFile; fileRef = DA6BE5E726B3BC8600656280 /* ios */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -48,6 +49,7 @@ 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; A78E51A260432466D4C456A9 /* 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 = ""; }; BB097BB5EB0EEB41344338D2 /* 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 = ""; }; + DA6BE5E726B3BC8600656280 /* ios */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ios; path = ../../motionphoto/ios; sourceTree = ""; }; F82DAEEB9A7D9FD00E0FFA1E /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -132,6 +134,7 @@ children = ( 274DC65025920DD100F526A4 /* StoreKit.framework */, F82DAEEB9A7D9FD00E0FFA1E /* Pods_Runner.framework */, + DA6BE5E726B3BC8600656280 /* ios */, ); name = Frameworks; sourceTree = ""; @@ -205,6 +208,7 @@ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, + DA6BE5E826B3BC8600656280 /* ios in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 94710963f..a2b70f1f1 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -9,7 +9,6 @@ import Flutter ) -> Bool { var flutter_native_splash = 1 UIApplication.shared.isStatusBarHidden = false - GeneratedPluginRegistrant.register(with: self) return super.application(application, didFinishLaunchingWithOptions: launchOptions) } diff --git a/pubspec.lock b/pubspec.lock index 8e3df37c9..f6fbb32e9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -560,9 +560,11 @@ packages: motionphoto: dependency: "direct main" description: - path: "../motionphoto" - relative: true - source: path + path: "." + ref: HEAD + resolved-ref: "669388e102cfc832c06e2f3085a5b15d8620dde3" + url: "https://github.com/ente-io/motionphoto.git" + source: git version: "0.0.1" move_to_background: dependency: "direct main" @@ -693,9 +695,11 @@ packages: photo_manager: dependency: "direct main" description: - path: "../flutter_photo_manager" - relative: true - source: path + path: "." + ref: HEAD + resolved-ref: "8e2989e4ad3336ffea20cd92762c1642de08840f" + url: "https://github.com/ente-io/flutter_photo_manager.git" + source: git version: "1.2.8" photo_view: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 98068da2f..93fa6428c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -66,7 +66,7 @@ dependencies: local_auth: ^1.1.5 logging: ^1.0.1 motionphoto: - path: ../motionphoto + git: "https://github.com/ente-io/motionphoto.git" move_to_background: ^1.0.2 open_file: ^3.2.1 package_info_plus: ^1.0.1 @@ -74,7 +74,7 @@ dependencies: path_provider: ^2.0.1 pedantic: ^1.9.2 photo_manager: - path: ../flutter_photo_manager + git: "https://github.com/ente-io/flutter_photo_manager.git" photo_view: ^0.11.1 pie_chart: git: "https://github.com/apgapg/pie_chart.git"