diff --git a/ios/RNCCameraRollManager.m b/ios/RNCCameraRollManager.m index 7170483..0f3f120 100644 --- a/ios/RNCCameraRollManager.m +++ b/ios/RNCCameraRollManager.m @@ -123,7 +123,6 @@ RCT_EXPORT_METHOD(saveToCameraRoll:(NSURLRequest *)request // URLs, `data:` URIs, etc. Video URLs are passed directly through for now; it may be nice to support // more ways of loading videos in the future. __block NSURL *inputURI = nil; - __block UIImage *inputImage = nil; __block PHFetchResult *photosAsset; __block PHAssetCollection *collection; __block PHObjectPlaceholder *placeholder; diff --git a/ios/RNCCameraroll.podspec b/ios/RNCCameraroll.podspec index b56fac9..fa2b5e0 100644 --- a/ios/RNCCameraroll.podspec +++ b/ios/RNCCameraroll.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/author/RNCCameraroll.git", :tag => "master" } + s.source = { :git => "https://github.com/react-native-community/react-native-cameraroll.git", :tag => "master" } s.source_files = "RNCCameraroll/**/*.{h,m}" s.requires_arc = true @@ -21,4 +21,4 @@ Pod::Spec.new do |s| end - \ No newline at end of file + diff --git a/ios/RNCCameraroll.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/RNCCameraroll.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/RNCCameraroll.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +