Skip to content

Commit

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

Summary: Apple has added a new API in iOS6, and we should use it when available.

Test Plan:
run a publish in all 4 scenarios of iOS5/6 device X all sample applications.
Verify the the build never fails.
make sure to delete the apps on the phone before/after each test.
Only on ios6 should the advertiser_id value be set when publishing to facebook.

Reviewers: jacl, clang

Reviewed By: jacl

CC: vijaye, teck, calvin, msdkexp@, neko-dev@, suhas

Differential Revision: https://phabricator.fb.com/D574669

Conflicts:
	src/facebook-ios-sdk.xcodeproj/project.pbxproj
  • Loading branch information
John Ketchpaw committed Sep 19, 2012
1 parent 4dfb45b commit 4b156bc
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 6 deletions.
Expand Up @@ -7,6 +7,7 @@
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 @@ -40,6 +41,7 @@
/* 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 @@ -84,6 +86,7 @@
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 @@ -118,6 +121,7 @@
84070D191540AA2B00E39703 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0BD160306C9002CB8BD /* AdSupport.framework */,
DE1C9C2B15CC8FE400809B9E /* FBUserSettingsViewResources.bundle */,
DE1C9C2915CC8F9A00809B9E /* FacebookSDKResources.bundle */,
DD37EA7E15ABA42D0015966B /* FacebookSDK.framework */,
Expand Down
Expand Up @@ -7,6 +7,7 @@
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 @@ -32,6 +33,7 @@
/* 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 @@ -66,6 +68,7 @@
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 @@ -100,6 +103,7 @@
E2D6B81115413A570050835F /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C0160306D2002CB8BD /* AdSupport.framework */,
DD37EA8515ABA4670015966B /* FacebookSDKResources.bundle */,
DD37EA8715ABA46B0015966B /* FacebookSDK.framework */,
84605AB215A77C2700197AA7 /* Accounts.framework */,
Expand Down
4 changes: 4 additions & 0 deletions samples/Hackbook/Hackbook.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
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 @@ -34,6 +35,7 @@
/* 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 @@ -93,6 +95,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0C4160306F3002CB8BD /* AdSupport.framework in Frameworks */,
30EA73FC13F5D590003DC0D2 /* CoreLocation.framework in Frameworks */,
30EA735E13F5D21B003DC0D2 /* UIKit.framework in Frameworks */,
30EA736013F5D21B003DC0D2 /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -133,6 +136,7 @@
30EA735C13F5D21B003DC0D2 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C3160306F3002CB8BD /* AdSupport.framework */,
DD37EA8E15ABA4920015966B /* FacebookSDK.framework */,
30EA73FB13F5D590003DC0D2 /* CoreLocation.framework */,
30EA735D13F5D21B003DC0D2 /* UIKit.framework */,
Expand Down
Expand Up @@ -7,6 +7,7 @@
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 @@ -33,6 +34,7 @@
/* 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 @@ -68,6 +70,7 @@
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 @@ -103,6 +106,7 @@
5F6AF18C1532A37B00DDBD75 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C6160306FF002CB8BD /* AdSupport.framework */,
5FC4959715C21151007EE54E /* CoreLocation.framework */,
DD37EAC215ABA8FE0015966B /* FacebookSDKResources.bundle */,
DD37EABF15ABA8FA0015966B /* FacebookSDK.framework */,
Expand Down
Expand Up @@ -7,6 +7,7 @@
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 @@ -28,6 +29,7 @@
/* 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 @@ -58,6 +60,7 @@
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 @@ -89,6 +92,7 @@
E2511740152BB6FE00CB342A /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F09A16030334002CB8BD /* AdSupport.framework */,
DDA290AC15ABA96200F533F9 /* FacebookSDK.framework */,
84605AAF15A77B8600197AA7 /* Accounts.framework */,
E2511741152BB6FE00CB342A /* UIKit.framework */,
Expand Down
Expand Up @@ -7,6 +7,7 @@
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 @@ -30,6 +31,7 @@
/* 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 @@ -62,6 +64,7 @@
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 @@ -94,6 +97,7 @@
B9AF4BA7152E43EE00E9BA6C /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0C916030708002CB8BD /* AdSupport.framework */,
DD37EA7715ABA3E70015966B /* FacebookSDK.framework */,
DD37EA7515ABA3DF0015966B /* FacebookSDKResources.bundle */,
84605AA915A777A800197AA7 /* Accounts.framework */,
Expand Down
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
2A84F0CD16030711002CB8BD /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A84F0CC16030711002CB8BD /* AdSupport.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 */; };
85AFB524158FA1C4000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB520158FA1C4000AF7F5 /* Icon.png */; };
Expand All @@ -28,6 +29,7 @@
/* 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; };
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>"; };
85AFB520158FA1C4000AF7F5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -58,6 +60,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A84F0CD16030711002CB8BD /* AdSupport.framework in Frameworks */,
B98686BD151D0B3700616412 /* UIKit.framework in Frameworks */,
B98686BF151D0B3700616412 /* Foundation.framework in Frameworks */,
B98686C1151D0B3700616412 /* CoreGraphics.framework in Frameworks */,
Expand Down Expand Up @@ -88,6 +91,7 @@
B98686BB151D0B3700616412 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0CC16030711002CB8BD /* AdSupport.framework */,
DD37EA6E15ABA3AC0015966B /* FacebookSDK.framework */,
DD37EA6C15ABA39D0015966B /* FacebookSDKResources.bundle */,
B98686BC151D0B3700616412 /* UIKit.framework */,
Expand Down
4 changes: 4 additions & 0 deletions samples/Scrumptious/Scrumptious.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
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 @@ -40,6 +41,7 @@
/* 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 @@ -86,6 +88,7 @@
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 @@ -119,6 +122,7 @@
B9CD0A72150EA4DD00560A93 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A84F0CF1603071A002CB8BD /* AdSupport.framework */,
8534B4DE15CC657900348ED2 /* FBUserSettingsViewResources.bundle */,
DD55EAB015ABA246000A64B8 /* FacebookSDKResources.bundle */,
DD55EAAE15AB9EDF000A64B8 /* FacebookSDK.framework */,
Expand Down

0 comments on commit 4b156bc

Please sign in to comment.