forked from facebook/facebook-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FBAEMKit not picking up shared configuration settings.
Summary: In other folders such as FBSDKLoginKit/Configurations the Shared folder is a symlink to ../../Configurations. However for FBAEMKit it looks like the folder was copied over. Removed the Shared folder and created Shared as a symlink to ../../Configurations One effect of this was that the Build During Analyze setting that was disabled in D29748087 (facebook@9df2bc3) was still on for FBAEMKit. Fixed that separately in D30425614 (facebook@047bc57). Reviewed By: joesus Differential Revision: D30205446 fbshipit-source-id: 124f5fd42c8285c336bd729c77f776c61d215748
- Loading branch information
1 parent
4a388f1
commit 03b5505
Showing
19 changed files
with
1 addition
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../Configurations |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
FBAEMKit/Configurations/Shared/Configuration/Debug.xcconfig
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
FBAEMKit/Configurations/Shared/Configuration/Release.xcconfig
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
FBAEMKit/Configurations/Shared/FacebookSDK-Application.xcconfig
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
FBAEMKit/Configurations/Shared/FacebookSDK-ApplicationTests.xcconfig
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
FBAEMKit/Configurations/Shared/FacebookSDK-DynamicFramework.xcconfig
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
FBAEMKit/Configurations/Shared/FacebookSDK-Library.xcconfig
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
FBAEMKit/Configurations/Shared/FacebookSDK-LogicTests.xcconfig
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
FBAEMKit/Configurations/Shared/FacebookSDK-Project-Debug.xcconfig
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.