Skip to content

Commit

Permalink
Removed core RCTConvert CoreLocation Libraries as well as reference i… (
Browse files Browse the repository at this point in the history
#28300)

Summary:
This PR is to address #28200

Even though GeoLocation was extracted from the Core, there are still libraries i.e. the CoreLocation.h library included which cause Apple to reject Apps, as mentioned here.

This removed all references to the CoreLocation library that where remaining.

## Changelog

[iOS] [Removed] - Message
Pull Request resolved: #28300

Test Plan:
- Flow check passes.
- RNTest built successfully.

Differential Revision: D20441145

Pulled By: shergin

fbshipit-source-id: 03faa4d20dc15cea931b42f34f13814df9c94a01
  • Loading branch information
maschad authored and facebook-github-bot committed Mar 16, 2020
1 parent 65d6f5a commit bcf2a71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/CameraRoll/RCTCameraRollManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#import "RCTCameraRollManager.h"

#import <FBReactNativeSpec/FBReactNativeSpec.h>
#import <CoreLocation/CoreLocation.h>
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <Photos/Photos.h>
Expand Down

0 comments on commit bcf2a71

Please sign in to comment.