Skip to content

Commit 5c10109

Browse files
committed
fixed crash when run demo app
1 parent 5dd73b8 commit 5c10109

File tree

6 files changed

+168
-28
lines changed

6 files changed

+168
-28
lines changed

Cartfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
github "vazarkevych/Bolts-ObjC" "spm"
1+
github "BoltsFramework/Bolts-ObjC" ~> 1.9.1
22
github "facebook/facebook-ios-sdk" == 15.1.0
3+

Package.resolved

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"object": {
3+
"pins": [
4+
{
5+
"package": "Bolts",
6+
"repositoryURL": "https://github.com/rocxteady/Bolts-ObjC",
7+
"state": {
8+
"branch": null,
9+
"revision": "0419586ce3df0a004fbf94533198132de9c9aa0a",
10+
"version": null
11+
}
12+
},
13+
{
14+
"package": "Facebook",
15+
"repositoryURL": "https://github.com/facebook/facebook-ios-sdk",
16+
"state": {
17+
"branch": null,
18+
"revision": "7fd8a930a5b2c940a22efafe0e214ed0df671312",
19+
"version": "15.1.0"
20+
}
21+
}
22+
]
23+
},
24+
"version": 1
25+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "facebook-ios-sdk",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/facebook/facebook-ios-sdk.git",
7+
"state" : {
8+
"branch" : "main",
9+
"revision" : "46f2c431d2cbf89c811e5f6c92ef76d4ec6c9b29"
10+
}
11+
}
12+
],
13+
"version" : 2
14+
}

ParseFacebookUtils/ParseFacebookUtils.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@
2727
7C5F7D3F2921015D0035B219 /* PFFacebookUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7D1A292101370035B219 /* PFFacebookUtils.m */; };
2828
7C5F7D402921015E0035B219 /* PFFacebookAuthenticationProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7D1C292101370035B219 /* PFFacebookAuthenticationProvider.m */; };
2929
7C5F7D422921015E0035B219 /* PFFacebookUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7D1A292101370035B219 /* PFFacebookUtils.m */; };
30-
7C5F7DF2292105640035B219 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7D26292101370035B219 /* File.swift */; };
3130
7C5F7DF4292105800035B219 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C5F7DF3292105800035B219 /* libc++.tbd */; };
3231
7C5F7DF6292105880035B219 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C5F7DF5292105880035B219 /* Accelerate.framework */; };
33-
7C5F7DF9292106B90035B219 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7D26292101370035B219 /* File.swift */; };
3432
7C77D01C2929115F00C4D90E /* FBAEMKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C78240329290C9B00E9364E /* FBAEMKit.xcframework */; };
3533
7C77D01D2929115F00C4D90E /* FBSDKCoreKit_Basics.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C78240129290C9A00E9364E /* FBSDKCoreKit_Basics.xcframework */; };
3634
7C77D01E2929115F00C4D90E /* FBSDKCoreKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C78240029290C9A00E9364E /* FBSDKCoreKit.xcframework */; };
@@ -186,7 +184,6 @@
186184
7C5F7D22292101370035B219 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
187185
7C5F7D23292101370035B219 /* Localizable.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
188186
7C5F7D24292101370035B219 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
189-
7C5F7D26292101370035B219 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
190187
7C5F7DF3292105800035B219 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/lib/libc++.tbd"; sourceTree = DEVELOPER_DIR; };
191188
7C5F7DF5292105880035B219 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; };
192189
7C77CFA529290F4000C4D90E /* Parse.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Parse.xcodeproj; path = ../Parse/Parse.xcodeproj; sourceTree = "<group>"; };
@@ -326,7 +323,6 @@
326323
7C5F7D25292101370035B219 /* exclude */ = {
327324
isa = PBXGroup;
328325
children = (
329-
7C5F7D26292101370035B219 /* File.swift */,
330326
);
331327
path = exclude;
332328
sourceTree = "<group>";
@@ -796,7 +792,6 @@
796792
buildActionMask = 2147483647;
797793
files = (
798794
7C5F7D3C2921015D0035B219 /* PFFacebookUtils.m in Sources */,
799-
7C5F7DF2292105640035B219 /* File.swift in Sources */,
800795
7C5F7D3A2921015D0035B219 /* PFFacebookAuthenticationProvider.m in Sources */,
801796
);
802797
runOnlyForDeploymentPostprocessing = 0;
@@ -806,7 +801,6 @@
806801
buildActionMask = 2147483647;
807802
files = (
808803
7C5F7D392921015C0035B219 /* PFFacebookUtils.m in Sources */,
809-
7C5F7DF9292106B90035B219 /* File.swift in Sources */,
810804
7C5F7D372921015C0035B219 /* PFFacebookAuthenticationProvider.m in Sources */,
811805
);
812806
runOnlyForDeploymentPostprocessing = 0;

ParseFacebookUtilsiOS/ParseFacebookUtilsiOS.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
7C5F7E93292114350035B219 /* PFFacebookMobileAuthenticationProvider_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CACE629291EA75A003359B5 /* PFFacebookMobileAuthenticationProvider_Private.h */; };
2626
7C5F7E94292114410035B219 /* PFFacebookUtilsDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CACE623291EA75A003359B5 /* PFFacebookUtilsDevice.m */; };
2727
7C5F7E95292114410035B219 /* PFFacebookMobileAuthenticationProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CACE627291EA75A003359B5 /* PFFacebookMobileAuthenticationProvider.m */; };
28-
7C5F7E98292116A80035B219 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7E97292116A80035B219 /* File.swift */; };
2928
7C5F7ED729211E120035B219 /* OCMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C5F7EAC292119EA0035B219 /* OCMock.framework */; };
30-
7C5F7ED829211E390035B219 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F7E97292116A80035B219 /* File.swift */; };
3129
7C5F7EDA29211E5E0035B219 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C5F7ED929211E5E0035B219 /* libsqlite3.tbd */; };
3230
7C5F7EDC29211E640035B219 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C5F7EDB29211E640035B219 /* libc++.tbd */; };
3331
7C5F7EDE29211E6A0035B219 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C5F7EDD29211E6A0035B219 /* SystemConfiguration.framework */; };
@@ -179,7 +177,6 @@
179177
7C5F7E2C29210CF30035B219 /* ParseFacebookTestApplication.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ParseFacebookTestApplication.xcconfig; sourceTree = "<group>"; };
180178
7C5F7E2D29210CF30035B219 /* ParseFacebookUtils-UnitTests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ParseFacebookUtils-UnitTests.xcconfig"; sourceTree = "<group>"; };
181179
7C5F7E3929210E580035B219 /* ParseFacebookUtils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseFacebookUtils.xcodeproj; path = ../ParseFacebookUtils/ParseFacebookUtils.xcodeproj; sourceTree = "<group>"; };
182-
7C5F7E97292116A80035B219 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
183180
7C5F7E99292119EA0035B219 /* OCMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OCMock.xcodeproj; path = ../Carthage/Checkouts/OCMock/Source/OCMock.xcodeproj; sourceTree = "<group>"; };
184181
7C5F7ED929211E5E0035B219 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
185182
7C5F7EDB29211E640035B219 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
@@ -397,7 +394,6 @@
397394
7C5F7E96292116960035B219 /* exclude */ = {
398395
isa = PBXGroup;
399396
children = (
400-
7C5F7E97292116A80035B219 /* File.swift */,
401397
);
402398
path = exclude;
403399
sourceTree = "<group>";
@@ -818,7 +814,6 @@
818814
buildActionMask = 2147483647;
819815
files = (
820816
7C5F7E94292114410035B219 /* PFFacebookUtilsDevice.m in Sources */,
821-
7C5F7E98292116A80035B219 /* File.swift in Sources */,
822817
7C5F7E95292114410035B219 /* PFFacebookMobileAuthenticationProvider.m in Sources */,
823818
);
824819
runOnlyForDeploymentPostprocessing = 0;
@@ -828,7 +823,6 @@
828823
buildActionMask = 2147483647;
829824
files = (
830825
7C5F7E2929210C9C0035B219 /* FacebookAuthenticationProviderTests.m in Sources */,
831-
7C5F7ED829211E390035B219 /* File.swift in Sources */,
832826
7C5F7E2A29210CA00035B219 /* PFFacebookTestCase.m in Sources */,
833827
7C5F7E2829210C9C0035B219 /* FacebookUtilsTests.m in Sources */,
834828
);

ParseUI/ParseUI.xcodeproj/project.pbxproj

Lines changed: 127 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,6 @@
268268
remoteGlobalIDString = 4AE33A0B1F5451AD0088DCA0;
269269
remoteInfo = "ParseUnitTests-iOS-host";
270270
};
271-
7C77D14C292A50C400C4D90E /* PBXContainerItemProxy */ = {
272-
isa = PBXContainerItemProxy;
273-
containerPortal = 7C77D129292A50BF00C4D90E /* Parse.xcodeproj */;
274-
proxyType = 1;
275-
remoteGlobalIDString = 81C3821B19CCA89E0066284A;
276-
remoteInfo = "Parse-iOS";
277-
};
278271
7C77D14E292A50F600C4D90E /* PBXContainerItemProxy */ = {
279272
isa = PBXContainerItemProxy;
280273
containerPortal = 7C77D129292A50BF00C4D90E /* Parse.xcodeproj */;
@@ -387,6 +380,62 @@
387380
remoteGlobalIDString = 8DE97CA022B43EE60098C63F;
388381
remoteInfo = "OCMock watchOS";
389382
};
383+
84745C482939EE77002D00B2 /* PBXContainerItemProxy */ = {
384+
isa = PBXContainerItemProxy;
385+
containerPortal = 84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */;
386+
proxyType = 2;
387+
remoteGlobalIDString = D2AAC07E0554694100DB518D;
388+
remoteInfo = "ParseFacebookUtilsV4-iOS";
389+
};
390+
84745C4A2939EE77002D00B2 /* PBXContainerItemProxy */ = {
391+
isa = PBXContainerItemProxy;
392+
containerPortal = 84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */;
393+
proxyType = 2;
394+
remoteGlobalIDString = 81FE7F8B1C17790400E6BD34;
395+
remoteInfo = "ParseFacebookUtilsV4-tvOS";
396+
};
397+
84745C4C2939EE77002D00B2 /* PBXContainerItemProxy */ = {
398+
isa = PBXContainerItemProxy;
399+
containerPortal = 84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */;
400+
proxyType = 2;
401+
remoteGlobalIDString = 4AAEAA75200C020E00AA7479;
402+
remoteInfo = "ParseFacebookUtilsV4-iOS-Dynamic";
403+
};
404+
84745C4E2939EE77002D00B2 /* PBXContainerItemProxy */ = {
405+
isa = PBXContainerItemProxy;
406+
containerPortal = 84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */;
407+
proxyType = 2;
408+
remoteGlobalIDString = 4AAEAA90200C022300AA7479;
409+
remoteInfo = "ParseFacebookUtilsV4-tvOS-Dynamic";
410+
};
411+
84745C622939EFD7002D00B2 /* PBXContainerItemProxy */ = {
412+
isa = PBXContainerItemProxy;
413+
containerPortal = 7C77D129292A50BF00C4D90E /* Parse.xcodeproj */;
414+
proxyType = 1;
415+
remoteGlobalIDString = 81C3821B19CCA89E0066284A;
416+
remoteInfo = "Parse-iOS";
417+
};
418+
84745C6B293B3F03002D00B2 /* PBXContainerItemProxy */ = {
419+
isa = PBXContainerItemProxy;
420+
containerPortal = 7C77D1A8292A51AA00C4D90E /* ParseTwitterUtils.xcodeproj */;
421+
proxyType = 1;
422+
remoteGlobalIDString = D2AAC07D0554694100DB518D;
423+
remoteInfo = "ParseTwitterUtils-iOS";
424+
};
425+
84745C6D293B3F09002D00B2 /* PBXContainerItemProxy */ = {
426+
isa = PBXContainerItemProxy;
427+
containerPortal = 84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */;
428+
proxyType = 1;
429+
remoteGlobalIDString = D2AAC07D0554694100DB518D;
430+
remoteInfo = "ParseFacebookUtilsV4-iOS";
431+
};
432+
84745C6F293B3F46002D00B2 /* PBXContainerItemProxy */ = {
433+
isa = PBXContainerItemProxy;
434+
containerPortal = 7C77D1D5292A522800C4D90E /* ParseFacebookUtilsiOS.xcodeproj */;
435+
proxyType = 1;
436+
remoteGlobalIDString = D2AAC07D0554694100DB518D;
437+
remoteInfo = ParseFacebookUtilsiOS;
438+
};
390439
BCCBE8CF23BFB89D0044A79C /* PBXContainerItemProxy */ = {
391440
isa = PBXContainerItemProxy;
392441
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
@@ -563,6 +612,7 @@
563612
81FC6B6B1A9D1CE900104E45 /* SubtitleImageCollectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubtitleImageCollectionViewController.swift; sourceTree = "<group>"; };
564613
81FC6B711A9D1CFD00104E45 /* SimpleQueryCollectionStoryboard-Swift.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = "SimpleQueryCollectionStoryboard-Swift.storyboard"; path = "ParseUIDemo/Swift/Resources/SimpleQueryCollectionStoryboard-Swift.storyboard"; sourceTree = SOURCE_ROOT; };
565614
81FC6B741A9D1D4700104E45 /* CustomProductTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomProductTableViewController.swift; sourceTree = "<group>"; };
615+
84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseFacebookUtils.xcodeproj; path = "/Users/admin/Documents/Projects/Parse-SDK-iOS-OSX/ParseFacebookUtils/ParseFacebookUtils.xcodeproj"; sourceTree = "<absolute>"; };
566616
BC32E14523ABAE04009BDFCD /* ParseUIDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = ParseUIDemo.entitlements; path = ParseUIDemo/ParseUIDemo.entitlements; sourceTree = "<group>"; };
567617
BCCBE8CB23BFB89D0044A79C /* SignInWithAppleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SignInWithAppleTests.m; sourceTree = "<group>"; };
568618
BCCBE8CD23BFB89D0044A79C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -630,6 +680,7 @@
630680
7C77D22D292A604700C4D90E /* ParseUI.framework */,
631681
7C77D22F292A604700C4D90E /* ParseUIDemo.app */,
632682
7C77D230292A604700C4D90E /* SignInWithAppleTests.xctest */,
683+
84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */,
633684
);
634685
name = Breakpad;
635686
sourceTree = "<group>";
@@ -1132,6 +1183,17 @@
11321183
path = ProductTableViewController;
11331184
sourceTree = "<group>";
11341185
};
1186+
84745C402939EE77002D00B2 /* Products */ = {
1187+
isa = PBXGroup;
1188+
children = (
1189+
84745C492939EE77002D00B2 /* ParseFacebookUtilsV4.framework */,
1190+
84745C4B2939EE77002D00B2 /* ParseFacebookUtilsV4.framework */,
1191+
84745C4D2939EE77002D00B2 /* ParseFacebookUtilsV4.framework */,
1192+
84745C4F2939EE77002D00B2 /* ParseFacebookUtilsV4.framework */,
1193+
);
1194+
name = Products;
1195+
sourceTree = "<group>";
1196+
};
11351197
BCCBE8CA23BFB89D0044A79C /* SignInWithAppleTests */ = {
11361198
isa = PBXGroup;
11371199
children = (
@@ -1254,7 +1316,10 @@
12541316
buildRules = (
12551317
);
12561318
dependencies = (
1257-
7C77D14D292A50C400C4D90E /* PBXTargetDependency */,
1319+
84745C70293B3F46002D00B2 /* PBXTargetDependency */,
1320+
84745C6E293B3F09002D00B2 /* PBXTargetDependency */,
1321+
84745C6C293B3F03002D00B2 /* PBXTargetDependency */,
1322+
84745C632939EFD7002D00B2 /* PBXTargetDependency */,
12581323
);
12591324
name = ParseUI;
12601325
productName = ParseUI;
@@ -1378,6 +1443,10 @@
13781443
ProductGroup = 7C77D12A292A50BF00C4D90E /* Products */;
13791444
ProjectRef = 7C77D129292A50BF00C4D90E /* Parse.xcodeproj */;
13801445
},
1446+
{
1447+
ProductGroup = 84745C402939EE77002D00B2 /* Products */;
1448+
ProjectRef = 84745C3F2939EE77002D00B2 /* ParseFacebookUtils.xcodeproj */;
1449+
},
13811450
{
13821451
ProductGroup = 7C77D1D6292A522800C4D90E /* Products */;
13831452
ProjectRef = 7C77D1D5292A522800C4D90E /* ParseFacebookUtilsiOS.xcodeproj */;
@@ -1574,6 +1643,34 @@
15741643
remoteRef = 7C77D205292A534D00C4D90E /* PBXContainerItemProxy */;
15751644
sourceTree = BUILT_PRODUCTS_DIR;
15761645
};
1646+
84745C492939EE77002D00B2 /* ParseFacebookUtilsV4.framework */ = {
1647+
isa = PBXReferenceProxy;
1648+
fileType = wrapper.framework;
1649+
path = ParseFacebookUtilsV4.framework;
1650+
remoteRef = 84745C482939EE77002D00B2 /* PBXContainerItemProxy */;
1651+
sourceTree = BUILT_PRODUCTS_DIR;
1652+
};
1653+
84745C4B2939EE77002D00B2 /* ParseFacebookUtilsV4.framework */ = {
1654+
isa = PBXReferenceProxy;
1655+
fileType = wrapper.framework;
1656+
path = ParseFacebookUtilsV4.framework;
1657+
remoteRef = 84745C4A2939EE77002D00B2 /* PBXContainerItemProxy */;
1658+
sourceTree = BUILT_PRODUCTS_DIR;
1659+
};
1660+
84745C4D2939EE77002D00B2 /* ParseFacebookUtilsV4.framework */ = {
1661+
isa = PBXReferenceProxy;
1662+
fileType = wrapper.framework;
1663+
path = ParseFacebookUtilsV4.framework;
1664+
remoteRef = 84745C4C2939EE77002D00B2 /* PBXContainerItemProxy */;
1665+
sourceTree = BUILT_PRODUCTS_DIR;
1666+
};
1667+
84745C4F2939EE77002D00B2 /* ParseFacebookUtilsV4.framework */ = {
1668+
isa = PBXReferenceProxy;
1669+
fileType = wrapper.framework;
1670+
path = ParseFacebookUtilsV4.framework;
1671+
remoteRef = 84745C4E2939EE77002D00B2 /* PBXContainerItemProxy */;
1672+
sourceTree = BUILT_PRODUCTS_DIR;
1673+
};
15771674
/* End PBXReferenceProxy section */
15781675

15791676
/* Begin PBXResourcesBuildPhase section */
@@ -1770,16 +1867,31 @@
17701867
target = 4A0ECBE4200D8C0200BA84A3 /* ParseUI-Dynamic */;
17711868
targetProxy = 4A0ECCB0200DA8DC00BA84A3 /* PBXContainerItemProxy */;
17721869
};
1773-
7C77D14D292A50C400C4D90E /* PBXTargetDependency */ = {
1774-
isa = PBXTargetDependency;
1775-
name = "Parse-iOS";
1776-
targetProxy = 7C77D14C292A50C400C4D90E /* PBXContainerItemProxy */;
1777-
};
17781870
7C77D14F292A50F600C4D90E /* PBXTargetDependency */ = {
17791871
isa = PBXTargetDependency;
17801872
name = "Parse-iOS-Dynamic";
17811873
targetProxy = 7C77D14E292A50F600C4D90E /* PBXContainerItemProxy */;
17821874
};
1875+
84745C632939EFD7002D00B2 /* PBXTargetDependency */ = {
1876+
isa = PBXTargetDependency;
1877+
name = "Parse-iOS";
1878+
targetProxy = 84745C622939EFD7002D00B2 /* PBXContainerItemProxy */;
1879+
};
1880+
84745C6C293B3F03002D00B2 /* PBXTargetDependency */ = {
1881+
isa = PBXTargetDependency;
1882+
name = "ParseTwitterUtils-iOS";
1883+
targetProxy = 84745C6B293B3F03002D00B2 /* PBXContainerItemProxy */;
1884+
};
1885+
84745C6E293B3F09002D00B2 /* PBXTargetDependency */ = {
1886+
isa = PBXTargetDependency;
1887+
name = "ParseFacebookUtilsV4-iOS";
1888+
targetProxy = 84745C6D293B3F09002D00B2 /* PBXContainerItemProxy */;
1889+
};
1890+
84745C70293B3F46002D00B2 /* PBXTargetDependency */ = {
1891+
isa = PBXTargetDependency;
1892+
name = ParseFacebookUtilsiOS;
1893+
targetProxy = 84745C6F293B3F46002D00B2 /* PBXContainerItemProxy */;
1894+
};
17831895
BCCBE8D023BFB89D0044A79C /* PBXTargetDependency */ = {
17841896
isa = PBXTargetDependency;
17851897
target = 4A9A9496200D0329005D8F4B /* ParseUI */;
@@ -2256,7 +2368,7 @@
22562368
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
22572369
INFOPLIST_FILE = ParseUIDemo/Other/Info.plist;
22582370
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
2259-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
2371+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) /usr/lib/swift @executable_path/Frameworks";
22602372
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseUIDemo;
22612373
PRODUCT_NAME = "$(TARGET_NAME)";
22622374
TARGETED_DEVICE_FAMILY = "1,2";
@@ -2291,7 +2403,7 @@
22912403
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
22922404
INFOPLIST_FILE = ParseUIDemo/Other/Info.plist;
22932405
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
2294-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
2406+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) /usr/lib/swift @executable_path/Frameworks";
22952407
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseUIDemo;
22962408
PRODUCT_NAME = "$(TARGET_NAME)";
22972409
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)