-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CoreTelephony framework to samples for iOS SDK v6.8 support
- Loading branch information
Eric Leichtenschlag
committed
Mar 21, 2014
1 parent
cd03605
commit 2968abd
Showing
7 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
6B8B483F12E0FE2900EE85B8 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B8B483E12E0FE2900EE85B8 /* AudioToolbox.framework */; }; | ||
90A1B47E16139B74008819C3 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90A1B47D16139B74008819C3 /* AdSupport.framework */; }; | ||
90A1B48016139B7D008819C3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 90A1B47F16139B7D008819C3 /* [email protected] */; }; | ||
CF3523F518A2F9C8002E66C0 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF3523F418A2F9C8002E66C0 /* CoreTelephony.framework */; }; | ||
CF4B68AF162F25E3009C3DEB /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF4B68AE162F25E3009C3DEB /* StoreKit.framework */; }; | ||
CF4B68B6162F2935009C3DEB /* libGoogleAdMobAds.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 90A1B47B16139B56008819C3 /* libGoogleAdMobAds.a */; }; | ||
CFF4F568183D35D600C476FC /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CFF4F567183D35D600C476FC /* AVFoundation.framework */; }; | ||
|
@@ -59,6 +60,7 @@ | |
90A1B47B16139B56008819C3 /* libGoogleAdMobAds.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libGoogleAdMobAds.a; path = GoogleAdMobAdsSDK/libGoogleAdMobAds.a; sourceTree = SOURCE_ROOT; }; | ||
90A1B47D16139B74008819C3 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; }; | ||
90A1B47F16139B7D008819C3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
CF3523F418A2F9C8002E66C0 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; }; | ||
CF4B68AE162F25E3009C3DEB /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | ||
CFF4F567183D35D600C476FC /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; | ||
/* End PBXFileReference section */ | ||
|
@@ -68,6 +70,7 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
CF3523F518A2F9C8002E66C0 /* CoreTelephony.framework in Frameworks */, | ||
CFF4F568183D35D600C476FC /* AVFoundation.framework in Frameworks */, | ||
CF4B68B6162F2935009C3DEB /* libGoogleAdMobAds.a in Frameworks */, | ||
CF4B68AF162F25E3009C3DEB /* StoreKit.framework in Frameworks */, | ||
|
@@ -160,6 +163,7 @@ | |
29B97323FDCFA39411CA2CEA /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
CF3523F418A2F9C8002E66C0 /* CoreTelephony.framework */, | ||
CFF4F567183D35D600C476FC /* AVFoundation.framework */, | ||
CF4B68AE162F25E3009C3DEB /* StoreKit.framework */, | ||
90A1B47D16139B74008819C3 /* AdSupport.framework */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,11 +123,11 @@ | |
900A2B6E158BB96900527176 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 900A2B6D158BB96900527176 /* RootViewController.m */; }; | ||
900A2B71158BB96900527176 /* HelloWorldLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 900A2B70158BB96900527176 /* HelloWorldLayer.m */; }; | ||
900A2B8B158BB98800527176 /* libGoogleAdMobAds.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 900A2B82158BB98800527176 /* libGoogleAdMobAds.a */; }; | ||
900A2B8C158BB98800527176 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 900A2B8A158BB98800527176 /* README.txt */; }; | ||
900A2B8E158BB9BE00527176 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 900A2B8D158BB9BE00527176 /* SystemConfiguration.framework */; }; | ||
900A2B90158BB9C500527176 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 900A2B8F158BB9C500527176 /* MessageUI.framework */; }; | ||
90A1B4C11613D03A008819C3 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90A1B4C01613D03A008819C3 /* AdSupport.framework */; }; | ||
90A1B4C41613D064008819C3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 90A1B4C31613D064008819C3 /* [email protected] */; }; | ||
CF4E1AF518B67E3700833E85 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF4E1AF418B67E3700833E85 /* CoreTelephony.framework */; }; | ||
CF6D954E162F63470087D7B8 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF6D954D162F63470087D7B8 /* StoreKit.framework */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
|
@@ -383,11 +383,11 @@ | |
900A2B87158BB98800527176 /* GADCustomEventInterstitial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADCustomEventInterstitial.h; sourceTree = "<group>"; }; | ||
900A2B88158BB98800527176 /* GADCustomEventInterstitialDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADCustomEventInterstitialDelegate.h; sourceTree = "<group>"; }; | ||
900A2B89158BB98800527176 /* GADCustomEventRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADCustomEventRequest.h; sourceTree = "<group>"; }; | ||
900A2B8A158BB98800527176 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; }; | ||
900A2B8D158BB9BE00527176 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; | ||
900A2B8F158BB9C500527176 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; }; | ||
90A1B4C01613D03A008819C3 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; }; | ||
90A1B4C31613D064008819C3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; }; | ||
CF4E1AF418B67E3700833E85 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; }; | ||
CF6D954D162F63470087D7B8 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | ||
/* End PBXFileReference section */ | ||
|
||
|
@@ -396,6 +396,7 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
CF4E1AF518B67E3700833E85 /* CoreTelephony.framework in Frameworks */, | ||
CF6D954E162F63470087D7B8 /* StoreKit.framework in Frameworks */, | ||
90A1B4C11613D03A008819C3 /* AdSupport.framework in Frameworks */, | ||
900A2B90158BB9C500527176 /* MessageUI.framework in Frameworks */, | ||
|
@@ -436,6 +437,7 @@ | |
900A2A06158BB96600527176 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
CF4E1AF418B67E3700833E85 /* CoreTelephony.framework */, | ||
CF6D954D162F63470087D7B8 /* StoreKit.framework */, | ||
90A1B4C01613D03A008819C3 /* AdSupport.framework */, | ||
900A2B8F158BB9C500527176 /* MessageUI.framework */, | ||
|
@@ -812,7 +814,6 @@ | |
900A2B81158BB98800527176 /* GADRequestError.h */, | ||
900A2B82158BB98800527176 /* libGoogleAdMobAds.a */, | ||
900A2B83158BB98800527176 /* Mediation */, | ||
900A2B8A158BB98800527176 /* README.txt */, | ||
); | ||
name = GoogleAdMobAdsSDK; | ||
path = GoogleAdMobAdsSDK_6.0.3; | ||
|
@@ -890,7 +891,6 @@ | |
900A2A26158BB96600527176 /* Icon.png in Resources */, | ||
900A2A28158BB96600527176 /* [email protected] in Resources */, | ||
900A2A2B158BB96600527176 /* iTunesArtwork in Resources */, | ||
900A2B8C158BB98800527176 /* README.txt in Resources */, | ||
90A1B4C41613D064008819C3 /* [email protected] in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ | |
9037E946153E3E5100141E45 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9037E945153E3E5100141E45 /* SystemConfiguration.framework */; }; | ||
90A1B46A1613986D008819C3 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90A1B4691613986D008819C3 /* AdSupport.framework */; }; | ||
90A1B46C1613988C008819C3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 90A1B46B1613988C008819C3 /* [email protected] */; }; | ||
CF3523F918A2FD2B002E66C0 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF3523F818A2FD2B002E66C0 /* AVFoundation.framework */; }; | ||
CF3523FB18A2FD32002E66C0 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF3523FA18A2FD32002E66C0 /* CoreTelephony.framework */; }; | ||
CFC90497162F3726005E4EE9 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CFC90496162F3726005E4EE9 /* StoreKit.framework */; }; | ||
CFC904A5162F4C39005E4EE9 /* libGoogleAdMobAds.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CFC904A4162F4C39005E4EE9 /* libGoogleAdMobAds.a */; }; | ||
/* End PBXBuildFile section */ | ||
|
@@ -46,6 +48,8 @@ | |
9037E947153E3E6800141E45 /* SampleConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleConstants.h; sourceTree = "<group>"; }; | ||
90A1B4691613986D008819C3 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; }; | ||
90A1B46B1613988C008819C3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; }; | ||
CF3523F818A2FD2B002E66C0 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; | ||
CF3523FA18A2FD32002E66C0 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; }; | ||
CFC90496162F3726005E4EE9 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | ||
CFC9049B162F4C39005E4EE9 /* GADAdMobExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADAdMobExtras.h; sourceTree = "<group>"; }; | ||
CFC9049C162F4C39005E4EE9 /* GADAdNetworkExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADAdNetworkExtras.h; sourceTree = "<group>"; }; | ||
|
@@ -64,6 +68,8 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
CF3523FB18A2FD32002E66C0 /* CoreTelephony.framework in Frameworks */, | ||
CF3523F918A2FD2B002E66C0 /* AVFoundation.framework in Frameworks */, | ||
CFC90497162F3726005E4EE9 /* StoreKit.framework in Frameworks */, | ||
90A1B46A1613986D008819C3 /* AdSupport.framework in Frameworks */, | ||
9037E946153E3E5100141E45 /* SystemConfiguration.framework in Frameworks */, | ||
|
@@ -101,6 +107,8 @@ | |
9037E90C153E3ACA00141E45 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
CF3523FA18A2FD32002E66C0 /* CoreTelephony.framework */, | ||
CF3523F818A2FD2B002E66C0 /* AVFoundation.framework */, | ||
CFC90496162F3726005E4EE9 /* StoreKit.framework */, | ||
90A1B4691613986D008819C3 /* AdSupport.framework */, | ||
9037E945153E3E5100141E45 /* SystemConfiguration.framework */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.