Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 1f1629a

Browse files
Israel SotoSotoiGhost
authored andcommitted
[iOS] Changes SmartLink to true
1 parent e82a9a5 commit 1f1629a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Facebook.iOS/source/AudienceNetwork/AudienceNetwork.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBAudienceNetworkId)'">
1616
<Kind>Framework</Kind>
1717
<ForceLoad>True</ForceLoad>
18-
<SmartLink>False</SmartLink>
18+
<SmartLink>True</SmartLink>
1919
<Frameworks>AudioToolbox StoreKit CoreGraphics UIKit Foundation Security CoreImage AVFoundation CoreMedia</Frameworks>
2020
<WeakFrameworks>AdSupport CFNetwork CoreMotion CoreTelephony LocalAuthentication SafariServices SystemConfiguration VideoToolbox WebKit</WeakFrameworks>
2121
<LinkerFlags>-ObjC -lc++ -lxml2 -lz</LinkerFlags>

Facebook.iOS/source/CoreKit/CoreKit.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ItemGroup>
2323
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKCoreKitId)' OR '%(_NativeReference._Id)' == '$(_FBAEMKitId)' OR '%(_NativeReference._Id)' == '$(_FBSDKCoreKit_BasicsId)'">
2424
<Kind>Framework</Kind>
25-
<SmartLink>False</SmartLink>
25+
<SmartLink>True</SmartLink>
2626
<ForceLoad>True</ForceLoad>
2727
<LinkerFlags>-ObjC</LinkerFlags>
2828
</_NativeReference>

Facebook.iOS/source/GamingServicesKit/GamingServicesKit.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKGamingServicesKitId)' OR '%(_NativeReference._Id)' == '$(_FacebookGamingServicesId)'">
2020
<Kind>Framework</Kind>
21-
<SmartLink>False</SmartLink>
21+
<SmartLink>True</SmartLink>
2222
<ForceLoad>True</ForceLoad>
2323
<LinkerFlags>-ObjC</LinkerFlags>
2424
</_NativeReference>

Facebook.iOS/source/LoginKit/LoginKit.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKLoginKitId)'">
1616
<Kind>Framework</Kind>
17-
<SmartLink>False</SmartLink>
17+
<SmartLink>True</SmartLink>
1818
<ForceLoad>True</ForceLoad>
1919
<LinkerFlags>-ObjC</LinkerFlags>
2020
</_NativeReference>

Facebook.iOS/source/ShareKit/ShareKit.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<_NativeReference Update="@(_NativeReference)" Condition="'%(_NativeReference._Id)' == '$(_FBSDKShareKitId)'">
1616
<Kind>Framework</Kind>
17-
<SmartLink>False</SmartLink>
17+
<SmartLink>True</SmartLink>
1818
<ForceLoad>True</ForceLoad>
1919
<LinkerFlags>-ObjC</LinkerFlags>
2020
</_NativeReference>

0 commit comments

Comments
 (0)