Skip to content

Commit

Permalink
Revert "acquire the iOS6 advertisingIdentifier, if not opted out, and…
Browse files Browse the repository at this point in the history
… send it during publish."

Summary:
This reverts commit 4b156bc.

Conflicts:
	samples/Hackbook/Hackbook.xcodeproj/project.pbxproj
	samples/ProfilePictureSample/ProfilePictureSample.xcodeproj/project.pbxproj
	src/facebook-ios-sdk.xcodeproj/project.pbxproj

Test Plan: verify that the build works and tests pass.

Reviewers: jacl

Reviewed By: jacl

CC: msdkexp@

Differential Revision: https://phabricator.fb.com/D581094
  • Loading branch information
John Ketchpaw committed Sep 21, 2012
1 parent ed924de commit f268f1b
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 63 deletions.
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0BE160306C9002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0BD160306C9002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
84070D1B1540AA2B00E39703 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84070D1A1540AA2B00E39703 /* UIKit.framework */; };
84070D1D1540AA2B00E39703 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84070D1C1540AA2B00E39703 /* Foundation.framework */; };
84070D1F1540AA2B00E39703 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84070D1E1540AA2B00E39703 /* CoreGraphics.framework */; };
Expand Down Expand Up @@ -41,7 +40,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0BD160306C9002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
84070D161540AA2B00E39703 /* BooleanOGSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BooleanOGSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
84070D1A1540AA2B00E39703 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
84070D1C1540AA2B00E39703 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -86,7 +84,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0BE160306C9002CB8BD /* AdSupport.framework in Frameworks */,
84605AB615A77C9300197AA7 /* Accounts.framework in Frameworks */,
84070D1B1540AA2B00E39703 /* UIKit.framework in Frameworks */,
84070D1D1540AA2B00E39703 /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -121,7 +118,6 @@
84070D191540AA2B00E39703 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0BD160306C9002CB8BD /* AdSupport.framework */,
DE1C9C2B15CC8FE400809B9E /* FBUserSettingsViewResources.bundle */,
DE1C9C2915CC8F9A00809B9E /* FacebookSDKResources.bundle */,
DD37EA7E15ABA42D0015966B /* FacebookSDK.framework */,
Expand Down
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0C1160306D2002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0C0160306D2002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
84605AB315A77C2700197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AB215A77C2700197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB4D7158F9C1D000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4D3158F9C1D000AF7F5 /* Icon-72.png */; };
85AFB4D8158F9C1D000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4D4158F9C1D000AF7F5 /* Icon-72@2x.png */; };
Expand All @@ -33,7 +32,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0C0160306D2002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
84605AB215A77C2700197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85AFB4D3158F9C1D000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB4D4158F9C1D000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -68,7 +66,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0C1160306D2002CB8BD /* AdSupport.framework in Frameworks */,
84605AB315A77C2700197AA7 /* Accounts.framework in Frameworks */,
E2D6B81315413A570050835F /* UIKit.framework in Frameworks */,
E2D6B81515413A570050835F /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -103,7 +100,6 @@
E2D6B81115413A570050835F /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C0160306D2002CB8BD /* AdSupport.framework */,
DD37EA8515ABA4670015966B /* FacebookSDKResources.bundle */,
DD37EA8715ABA46B0015966B /* FacebookSDK.framework */,
84605AB215A77C2700197AA7 /* Accounts.framework */,
Expand Down
4 changes: 0 additions & 4 deletions samples/Hackbook/Hackbook.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0C4160306F3002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0C3160306F3002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
3018B43A13F9B94D00F61944 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3018B43813F9B94D00F61944 /* MainWindow-iPad.xib */; };
3085CC291415D68A00456CCC /* MenuButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3085CC281415D68A00456CCC /* MenuButton@2x.png */; };
30EA735E13F5D21B003DC0D2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30EA735D13F5D21B003DC0D2 /* UIKit.framework */; };
Expand Down Expand Up @@ -37,7 +36,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0C3160306F3002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
3018B43913F9B94D00F61944 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "iPad/en.lproj/MainWindow-iPad.xib"; sourceTree = "<group>"; };
3085CC281415D68A00456CCC /* MenuButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "MenuButton@2x.png"; sourceTree = "<group>"; };
30EA735913F5D21B003DC0D2 /* Hackbook.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hackbook.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -99,7 +97,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
84750AA3160A259E00C1A13D /* AdSupport.framework in Frameworks */,
84750AA0160A259400C1A13D /* Accounts.framework in Frameworks */,
30EA73FC13F5D590003DC0D2 /* CoreLocation.framework in Frameworks */,
30EA735E13F5D21B003DC0D2 /* UIKit.framework in Frameworks */,
Expand Down Expand Up @@ -141,7 +138,6 @@
30EA735C13F5D21B003DC0D2 /* Frameworks */ = {
isa = PBXGroup;
children = (
84750AA2160A259E00C1A13D /* AdSupport.framework */,
84750A9F160A259400C1A13D /* Accounts.framework */,
DD37EA8E15ABA4920015966B /* FacebookSDK.framework */,
30EA73FB13F5D590003DC0D2 /* CoreLocation.framework */,
Expand Down
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0C7160306FF002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0C6160306FF002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
5F6AF18E1532A37B00DDBD75 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F6AF18D1532A37B00DDBD75 /* UIKit.framework */; };
5F6AF1901532A37B00DDBD75 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F6AF18F1532A37B00DDBD75 /* Foundation.framework */; };
5F6AF1921532A37B00DDBD75 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F6AF1911532A37B00DDBD75 /* CoreGraphics.framework */; };
Expand All @@ -34,7 +33,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0C6160306FF002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
5F6AF1891532A37B00DDBD75 /* HelloFacebookSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloFacebookSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
5F6AF18D1532A37B00DDBD75 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
5F6AF18F1532A37B00DDBD75 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -70,7 +68,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0C7160306FF002CB8BD /* AdSupport.framework in Frameworks */,
8458462715A63635008A1F16 /* Accounts.framework in Frameworks */,
5F6AF18E1532A37B00DDBD75 /* UIKit.framework in Frameworks */,
5F6AF1901532A37B00DDBD75 /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -106,7 +103,6 @@
5F6AF18C1532A37B00DDBD75 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C6160306FF002CB8BD /* AdSupport.framework */,
5FC4959715C21151007EE54E /* CoreLocation.framework */,
DD37EAC215ABA8FE0015966B /* FacebookSDKResources.bundle */,
DD37EABF15ABA8FA0015966B /* FacebookSDK.framework */,
Expand Down
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0ED16030D18002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F09A16030334002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
84605AB015A77B8600197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AAF15A77B8600197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB4FF158F9D32000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4FB158F9D32000AF7F5 /* Icon-72.png */; };
85AFB500158F9D32000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4FC158F9D32000AF7F5 /* Icon-72@2x.png */; };
Expand All @@ -29,7 +28,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F09A16030334002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
84605AAF15A77B8600197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85AFB4FB158F9D32000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB4FC158F9D32000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -60,7 +58,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0ED16030D18002CB8BD /* AdSupport.framework in Frameworks */,
84605AB015A77B8600197AA7 /* Accounts.framework in Frameworks */,
E2511742152BB6FE00CB342A /* UIKit.framework in Frameworks */,
E2511744152BB6FE00CB342A /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -92,7 +89,6 @@
E2511740152BB6FE00CB342A /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F09A16030334002CB8BD /* AdSupport.framework */,
DDA290AC15ABA96200F533F9 /* FacebookSDK.framework */,
84605AAF15A77B8600197AA7 /* Accounts.framework */,
E2511741152BB6FE00CB342A /* UIKit.framework */,
Expand Down
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0CA16030708002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0C916030708002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
84605AAA15A777A800197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AA915A777A800197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB515158FA0A6000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB511158FA0A6000AF7F5 /* Icon-72.png */; };
85AFB516158FA0A6000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB512158FA0A6000AF7F5 /* Icon-72@2x.png */; };
Expand All @@ -31,7 +30,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0C916030708002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
84605AA915A777A800197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85AFB511158FA0A6000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB512158FA0A6000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -64,7 +62,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0CA16030708002CB8BD /* AdSupport.framework in Frameworks */,
84605AAA15A777A800197AA7 /* Accounts.framework in Frameworks */,
B9AF4C37152E449300E9BA6C /* CoreLocation.framework in Frameworks */,
B9AF4BA9152E43EE00E9BA6C /* UIKit.framework in Frameworks */,
Expand Down Expand Up @@ -97,7 +94,6 @@
B9AF4BA7152E43EE00E9BA6C /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C916030708002CB8BD /* AdSupport.framework */,
DD37EA7715ABA3E70015966B /* FacebookSDK.framework */,
DD37EA7515ABA3DF0015966B /* FacebookSDKResources.bundle */,
84605AA915A777A800197AA7 /* Accounts.framework */,
Expand Down
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0CD16030711002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0CC16030711002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
847BBEAA160B88E8004EC7CB /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 847BBEA9160B88E8004EC7CB /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB522158FA1C4000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB51E158FA1C4000AF7F5 /* Icon-72.png */; };
85AFB523158FA1C4000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB51F158FA1C4000AF7F5 /* Icon-72@2x.png */; };
Expand All @@ -30,7 +29,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0CC16030711002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
847BBEA9160B88E8004EC7CB /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85AFB51E158FA1C4000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB51F158FA1C4000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -63,7 +61,6 @@
buildActionMask = 2147483647;
files = (
847BBEAA160B88E8004EC7CB /* Accounts.framework in Frameworks */,
2A84F0CD16030711002CB8BD /* AdSupport.framework in Frameworks */,
B98686BD151D0B3700616412 /* UIKit.framework in Frameworks */,
B98686BF151D0B3700616412 /* Foundation.framework in Frameworks */,
B98686C1151D0B3700616412 /* CoreGraphics.framework in Frameworks */,
Expand Down Expand Up @@ -95,7 +92,6 @@
B98686BB151D0B3700616412 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0CC16030711002CB8BD /* AdSupport.framework */,
DD37EA6E15ABA3AC0015966B /* FacebookSDK.framework */,
DD37EA6C15ABA39D0015966B /* FacebookSDKResources.bundle */,
B98686BC151D0B3700616412 /* UIKit.framework */,
Expand Down
4 changes: 0 additions & 4 deletions samples/Scrumptious/Scrumptious.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0D01603071A002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0CF1603071A002CB8BD /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
846809C1158F85A100F2DBB9 /* action-eating.png in Resources */ = {isa = PBXBuildFile; fileRef = 846809BD158F85A100F2DBB9 /* action-eating.png */; };
846809C2158F85A100F2DBB9 /* action-location.png in Resources */ = {isa = PBXBuildFile; fileRef = 846809BE158F85A100F2DBB9 /* action-location.png */; };
846809C3158F85A100F2DBB9 /* action-people.png in Resources */ = {isa = PBXBuildFile; fileRef = 846809BF158F85A100F2DBB9 /* action-people.png */; };
Expand Down Expand Up @@ -41,7 +40,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2A84F0CF1603071A002CB8BD /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
846809BD158F85A100F2DBB9 /* action-eating.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "action-eating.png"; path = "scrumptious/images/action-eating.png"; sourceTree = SOURCE_ROOT; };
846809BE158F85A100F2DBB9 /* action-location.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "action-location.png"; path = "scrumptious/images/action-location.png"; sourceTree = SOURCE_ROOT; };
846809BF158F85A100F2DBB9 /* action-people.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "action-people.png"; path = "scrumptious/images/action-people.png"; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -88,7 +86,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0D01603071A002CB8BD /* AdSupport.framework in Frameworks */,
84A5DA9615A68A3D00FE54AF /* Accounts.framework in Frameworks */,
B9C1C35915129F0E008FA5D1 /* CoreLocation.framework in Frameworks */,
B9CD0A74150EA4DD00560A93 /* UIKit.framework in Frameworks */,
Expand Down Expand Up @@ -122,7 +119,6 @@
B9CD0A72150EA4DD00560A93 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0CF1603071A002CB8BD /* AdSupport.framework */,
8534B4DE15CC657900348ED2 /* FBUserSettingsViewResources.bundle */,
DD55EAB015ABA246000A64B8 /* FacebookSDKResources.bundle */,
DD55EAAE15AB9EDF000A64B8 /* FacebookSDK.framework */,
Expand Down

0 comments on commit f268f1b

Please sign in to comment.