Skip to content

Commit

Permalink
[ios-sdk] Implemented FBNativeDialogs support for iOS 6 share dialog.
Browse files Browse the repository at this point in the history
Summary:
Fleshed out the implementation, including error handling. Added Social.framework to sample
applications.

Test Plan:
- Ran modified HelloFacebook sample that calls new API.

Revert Plan:

Reviewers: jacl

Reviewed By: jacl

CC: msdkexp@, caabernathy

Differential Revision: https://phabricator.fb.com/D583323
  • Loading branch information
Chris Lang committed Sep 25, 2012
1 parent 28fd0a0 commit 530bdc3
Show file tree
Hide file tree
Showing 16 changed files with 192 additions and 9 deletions.
Expand Up @@ -24,6 +24,7 @@
84070D421540AA2B00E39703 /* BOGSecondViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84070D401540AA2B00E39703 /* BOGSecondViewController_iPhone.xib */; };
84070D451540AA2B00E39703 /* BOGSecondViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84070D431540AA2B00E39703 /* BOGSecondViewController_iPad.xib */; };
84605AB615A77C9300197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AB515A77C9300197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928C716114684008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928C616114684008699F1 /* Social.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB4CA158F9B8B000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4C6158F9B8B000AF7F5 /* Icon-72.png */; };
85AFB4CB158F9B8B000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4C7158F9B8B000AF7F5 /* Icon-72@2x.png */; };
85AFB4CC158F9B8B000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4C8158F9B8B000AF7F5 /* Icon.png */; };
Expand Down Expand Up @@ -61,6 +62,7 @@
84070D441540AA2B00E39703 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BOGSecondViewController_iPad.xib; sourceTree = "<group>"; };
8409694E1545D10B00479AD9 /* OGProtocols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OGProtocols.h; sourceTree = "<group>"; };
84605AB515A77C9300197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85A928C616114684008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
85AFB4C6158F9B8B000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB4C7158F9B8B000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
85AFB4C8158F9B8B000AF7F5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
Expand All @@ -78,6 +80,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
85A928C716114684008699F1 /* Social.framework in Frameworks */,
84605AB615A77C9300197AA7 /* Accounts.framework in Frameworks */,
84070D1B1540AA2B00E39703 /* UIKit.framework in Frameworks */,
84070D1D1540AA2B00E39703 /* Foundation.framework in Frameworks */,
Expand All @@ -92,6 +95,7 @@
84070D0B1540AA2B00E39703 = {
isa = PBXGroup;
children = (
85A928C616114684008699F1 /* Social.framework */,
84070D201540AA2B00E39703 /* BooleanOGSample */,
84070D191540AA2B00E39703 /* Frameworks */,
84070D171540AA2B00E39703 /* Products */,
Expand Down
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
84605AB315A77C2700197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AB215A77C2700197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928B91611462C008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928B81611462C008699F1 /* Social.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 */; };
85AFB4D9158F9C1D000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4D5158F9C1D000AF7F5 /* Icon.png */; };
Expand All @@ -30,6 +31,7 @@

/* Begin PBXFileReference section */
84605AB215A77C2700197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85A928B81611462C008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.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>"; };
85AFB4D5158F9C1D000AF7F5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -60,6 +62,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
85A928B91611462C008699F1 /* Social.framework in Frameworks */,
84605AB315A77C2700197AA7 /* Accounts.framework in Frameworks */,
E2D6B81315413A570050835F /* UIKit.framework in Frameworks */,
E2D6B81515413A570050835F /* Foundation.framework in Frameworks */,
Expand All @@ -74,6 +77,7 @@
E2D6B80315413A560050835F = {
isa = PBXGroup;
children = (
85A928B81611462C008699F1 /* Social.framework */,
E2D6B81815413A570050835F /* FriendPickerSample */,
E2D6B81115413A570050835F /* Frameworks */,
E2D6B80F15413A570050835F /* Products */,
Expand Down
6 changes: 4 additions & 2 deletions samples/Hackbook/Hackbook.xcodeproj/project.pbxproj
Expand Up @@ -25,7 +25,7 @@
30EA73FC13F5D590003DC0D2 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30EA73FB13F5D590003DC0D2 /* CoreLocation.framework */; };
30ED588C14358F8A00A226C3 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30ED588B14358F8A00A226C3 /* Default@2x.png */; };
84750AA0160A259400C1A13D /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84750A9F160A259400C1A13D /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
84750AA3160A259E00C1A13D /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84750AA2160A259E00C1A13D /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928C016114663008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928BF16114663008699F1 /* Social.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB4E4158F9C5B000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4E0158F9C5B000AF7F5 /* Icon-72.png */; };
85AFB4E5158F9C5B000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4E1158F9C5B000AF7F5 /* Icon-72@2x.png */; };
85AFB4E6158F9C5B000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4E2158F9C5B000AF7F5 /* Icon.png */; };
Expand Down Expand Up @@ -62,7 +62,7 @@
30EA73FB13F5D590003DC0D2 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
30ED588B14358F8A00A226C3 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
84750A9F160A259400C1A13D /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
84750AA2160A259E00C1A13D /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
85A928BF16114663008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
85AFB4E0158F9C5B000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB4E1158F9C5B000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
85AFB4E2158F9C5B000AF7F5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -97,6 +97,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
85A928C016114663008699F1 /* Social.framework in Frameworks */,
84750AA0160A259400C1A13D /* Accounts.framework in Frameworks */,
30EA73FC13F5D590003DC0D2 /* CoreLocation.framework in Frameworks */,
30EA735E13F5D21B003DC0D2 /* UIKit.framework in Frameworks */,
Expand All @@ -120,6 +121,7 @@
30EA734E13F5D21B003DC0D2 = {
isa = PBXGroup;
children = (
85A928BF16114663008699F1 /* Social.framework */,
30EA73CC13F5D50D003DC0D2 /* FBConnect */,
30EA736313F5D21B003DC0D2 /* Hackbook */,
30EA735C13F5D21B003DC0D2 /* Frameworks */,
Expand Down
Expand Up @@ -18,6 +18,7 @@
5F6AF1A71532A37B00DDBD75 /* HFViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F6AF1A51532A37B00DDBD75 /* HFViewController_iPad.xib */; };
5FC4959815C21151007EE54E /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FC4959715C21151007EE54E /* CoreLocation.framework */; };
8458462715A63635008A1F16 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8458462615A63635008A1F16 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928A31611305A008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928A21611305A008699F1 /* Social.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85AFB50C158F9D78000AF7F5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB508158F9D78000AF7F5 /* Icon-72.png */; };
85AFB50D158F9D78000AF7F5 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB509158F9D78000AF7F5 /* Icon-72@2x.png */; };
85AFB50E158F9D78000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB50A158F9D78000AF7F5 /* Icon.png */; };
Expand Down Expand Up @@ -46,6 +47,7 @@
5F6AF1A61532A37B00DDBD75 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/HFViewController_iPad.xib; sourceTree = "<group>"; };
5FC4959715C21151007EE54E /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
8458462615A63635008A1F16 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85A928A21611305A008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
85AFB508158F9D78000AF7F5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
85AFB509158F9D78000AF7F5 /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
85AFB50A158F9D78000AF7F5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
Expand All @@ -62,6 +64,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
85A928A31611305A008699F1 /* Social.framework in Frameworks */,
8458462715A63635008A1F16 /* Accounts.framework in Frameworks */,
5F6AF18E1532A37B00DDBD75 /* UIKit.framework in Frameworks */,
5F6AF1901532A37B00DDBD75 /* Foundation.framework in Frameworks */,
Expand All @@ -77,6 +80,7 @@
5F6AF17E1532A37B00DDBD75 = {
isa = PBXGroup;
children = (
85A928A21611305A008699F1 /* Social.framework */,
5F6AF1931532A37B00DDBD75 /* HelloFacebookSample */,
5F6AF18C1532A37B00DDBD75 /* Frameworks */,
5F6AF18A1532A37B00DDBD75 /* Products */,
Expand Down
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
84605AB015A77B8600197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AAF15A77B8600197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928CE161146AC008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928CD161146AC008699F1 /* Social.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 */; };
85AFB501158F9D32000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB4FD158F9D32000AF7F5 /* Icon.png */; };
Expand All @@ -29,6 +30,7 @@

/* Begin PBXFileReference section */
84605AAF15A77B8600197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85A928CD161146AC008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.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>"; };
85AFB4FD158F9D32000AF7F5 /* 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 = (
85A928CE161146AC008699F1 /* Social.framework in Frameworks */,
84605AB015A77B8600197AA7 /* Accounts.framework in Frameworks */,
E2511742152BB6FE00CB342A /* UIKit.framework in Frameworks */,
E2511744152BB6FE00CB342A /* Foundation.framework in Frameworks */,
Expand All @@ -72,6 +75,7 @@
E2511732152BB6FE00CB342A = {
isa = PBXGroup;
children = (
85A928CD161146AC008699F1 /* Social.framework */,
E2511747152BB6FE00CB342A /* JustRequestSample */,
E2511740152BB6FE00CB342A /* Frameworks */,
E251173E152BB6FE00CB342A /* Products */,
Expand Down
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
84605AAA15A777A800197AA7 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84605AA915A777A800197AA7 /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928D5161146C7008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928D4161146C7008699F1 /* Social.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 */; };
85AFB517158FA0A6000AF7F5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 85AFB513158FA0A6000AF7F5 /* Icon.png */; };
Expand All @@ -31,6 +32,7 @@

/* Begin PBXFileReference section */
84605AA915A777A800197AA7 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85A928D4161146C7008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.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>"; };
85AFB513158FA0A6000AF7F5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -62,6 +64,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
85A928D5161146C7008699F1 /* Social.framework in Frameworks */,
84605AAA15A777A800197AA7 /* Accounts.framework in Frameworks */,
B9AF4C37152E449300E9BA6C /* CoreLocation.framework in Frameworks */,
B9AF4BA9152E43EE00E9BA6C /* UIKit.framework in Frameworks */,
Expand All @@ -77,6 +80,7 @@
B9AF4B99152E43EE00E9BA6C = {
isa = PBXGroup;
children = (
85A928D4161146C7008699F1 /* Social.framework */,
B9AF4BAE152E43EE00E9BA6C /* PlacePickerSample */,
B9AF4BA7152E43EE00E9BA6C /* Frameworks */,
B9AF4BA5152E43EE00E9BA6C /* Products */,
Expand Down
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
847BBEAA160B88E8004EC7CB /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 847BBEA9160B88E8004EC7CB /* Accounts.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
85A928DC161146E2008699F1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A928DB161146E2008699F1 /* Social.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 @@ -30,6 +31,7 @@

/* Begin PBXFileReference section */
847BBEA9160B88E8004EC7CB /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
85A928DB161146E2008699F1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.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 @@ -60,6 +62,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
85A928DC161146E2008699F1 /* Social.framework in Frameworks */,
847BBEAA160B88E8004EC7CB /* Accounts.framework in Frameworks */,
B98686BD151D0B3700616412 /* UIKit.framework in Frameworks */,
B98686BF151D0B3700616412 /* Foundation.framework in Frameworks */,
Expand All @@ -74,6 +77,7 @@
B98686AD151D0B3700616412 = {
isa = PBXGroup;
children = (
85A928DB161146E2008699F1 /* Social.framework */,
847BBEA9160B88E8004EC7CB /* Accounts.framework */,
B98686C2151D0B3700616412 /* ProfilePictureSample */,
B98686BB151D0B3700616412 /* Frameworks */,
Expand Down

0 comments on commit 530bdc3

Please sign in to comment.