Skip to content

Commit

Permalink
[iOS] Changes SmartLink to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Soto authored and SotoiGhost committed Jan 18, 2022
1 parent e82a9a5 commit 1f1629a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBAudienceNetworkId)'">
<Kind>Framework</Kind>
<ForceLoad>True</ForceLoad>
<SmartLink>False</SmartLink>
<SmartLink>True</SmartLink>
<Frameworks>AudioToolbox StoreKit CoreGraphics UIKit Foundation Security CoreImage AVFoundation CoreMedia</Frameworks>
<WeakFrameworks>AdSupport CFNetwork CoreMotion CoreTelephony LocalAuthentication SafariServices SystemConfiguration VideoToolbox WebKit</WeakFrameworks>
<LinkerFlags>-ObjC -lc++ -lxml2 -lz</LinkerFlags>
Expand Down
2 changes: 1 addition & 1 deletion Facebook.iOS/source/CoreKit/CoreKit.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKCoreKitId)' OR '%(_NativeReference._Id)' == '$(_FBAEMKitId)' OR '%(_NativeReference._Id)' == '$(_FBSDKCoreKit_BasicsId)'">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
</_NativeReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKGamingServicesKitId)' OR '%(_NativeReference._Id)' == '$(_FacebookGamingServicesId)'">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
</_NativeReference>
Expand Down
2 changes: 1 addition & 1 deletion Facebook.iOS/source/LoginKit/LoginKit.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKLoginKitId)'">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
</_NativeReference>
Expand Down
2 changes: 1 addition & 1 deletion Facebook.iOS/source/ShareKit/ShareKit.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKShareKitId)'">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
</_NativeReference>
Expand Down

0 comments on commit 1f1629a

Please sign in to comment.