Skip to content

Commit

Permalink
Fix FBAEMKit not picking up shared configuration settings.
Browse files Browse the repository at this point in the history
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
jawwad authored and facebook-github-bot committed Aug 20, 2021
1 parent 4a388f1 commit 03b5505
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 689 deletions.
1 change: 1 addition & 0 deletions FBAEMKit/Configurations/Shared
23 changes: 0 additions & 23 deletions FBAEMKit/Configurations/Shared/Analyzer.xcconfig

This file was deleted.

64 changes: 0 additions & 64 deletions FBAEMKit/Configurations/Shared/Common.xcconfig

This file was deleted.

37 changes: 0 additions & 37 deletions FBAEMKit/Configurations/Shared/Configuration/Debug.xcconfig

This file was deleted.

38 changes: 0 additions & 38 deletions FBAEMKit/Configurations/Shared/Configuration/Release.xcconfig

This file was deleted.

32 changes: 0 additions & 32 deletions FBAEMKit/Configurations/Shared/FacebookSDK-Application.xcconfig

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions FBAEMKit/Configurations/Shared/FacebookSDK-Library.xcconfig

This file was deleted.

31 changes: 0 additions & 31 deletions FBAEMKit/Configurations/Shared/FacebookSDK-LogicTests.xcconfig

This file was deleted.

34 changes: 0 additions & 34 deletions FBAEMKit/Configurations/Shared/FacebookSDK-Project-Debug.xcconfig

This file was deleted.

Loading

0 comments on commit 03b5505

Please sign in to comment.