mirror of
https://github.com/ZaidElkurdi/AssistantPlus-Developer-Guide.git
synced 2025-01-22 11:18:30 +00:00
488 lines
25 KiB
Plaintext
488 lines
25 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
B86E66CA1ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.m in Sources */ = {isa = PBXBuildFile; fileRef = B86E66C71ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.m */; };
|
|
B86E66CB1ACA10BC007C6014 /* AFOAuth2Manager.m in Sources */ = {isa = PBXBuildFile; fileRef = B86E66C91ACA10BC007C6014 /* AFOAuth2Manager.m */; };
|
|
B86E66CE1ACA1E6F007C6014 /* SpotifyPlayCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = B86E66CD1ACA1E6F007C6014 /* SpotifyPlayCommands.m */; };
|
|
B8EC46F21AC7670700ED3836 /* libspotifyPlugin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B8EC46E61AC7670700ED3836 /* libspotifyPlugin.a */; };
|
|
B8EC47031AC768A100ED3836 /* spotifySiri.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47021AC768A100ED3836 /* spotifySiri.m */; };
|
|
B8EC47061AC7690E00ED3836 /* SpotifySearchCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47051AC7690E00ED3836 /* SpotifySearchCommands.m */; };
|
|
B8EC470A1AC76D1E00ED3836 /* SpotifySongTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47091AC76D1E00ED3836 /* SpotifySongTableViewCell.m */; };
|
|
B8EC470D1AC76E1000ED3836 /* SpotifySearchResultsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC470C1AC76E1000ED3836 /* SpotifySearchResultsViewController.m */; };
|
|
B8EC47221AC7746E00ED3836 /* AFHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47101AC7746E00ED3836 /* AFHTTPRequestOperation.m */; };
|
|
B8EC47231AC7746E00ED3836 /* AFHTTPRequestOperationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47121AC7746E00ED3836 /* AFHTTPRequestOperationManager.m */; };
|
|
B8EC47241AC7746E00ED3836 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47141AC7746E00ED3836 /* AFHTTPSessionManager.m */; };
|
|
B8EC47251AC7746E00ED3836 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47171AC7746E00ED3836 /* AFNetworkReachabilityManager.m */; };
|
|
B8EC47261AC7746E00ED3836 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47191AC7746E00ED3836 /* AFSecurityPolicy.m */; };
|
|
B8EC47271AC7746E00ED3836 /* AFURLConnectionOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC471B1AC7746E00ED3836 /* AFURLConnectionOperation.m */; };
|
|
B8EC47281AC7746E00ED3836 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC471D1AC7746E00ED3836 /* AFURLRequestSerialization.m */; };
|
|
B8EC47291AC7746E00ED3836 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC471F1AC7746E00ED3836 /* AFURLResponseSerialization.m */; };
|
|
B8EC472A1AC7746E00ED3836 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EC47211AC7746E00ED3836 /* AFURLSessionManager.m */; };
|
|
B8EC472C1AC779D700ED3836 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = B8EC472B1AC779D700ED3836 /* Makefile */; };
|
|
B8EC47301AC77DE400ED3836 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B8EC472F1AC77DE400ED3836 /* Info.plist */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
B8EC46F31AC7670700ED3836 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = B8EC46DE1AC7670700ED3836 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = B8EC46E51AC7670700ED3836;
|
|
remoteInfo = spotifyPlugin;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
B86E66D71ACB560F007C6014 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
B86E66C61ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AFHTTPRequestSerializer+OAuth2.h"; sourceTree = "<group>"; };
|
|
B86E66C71ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AFHTTPRequestSerializer+OAuth2.m"; sourceTree = "<group>"; };
|
|
B86E66C81ACA10BC007C6014 /* AFOAuth2Manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFOAuth2Manager.h; sourceTree = "<group>"; };
|
|
B86E66C91ACA10BC007C6014 /* AFOAuth2Manager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFOAuth2Manager.m; sourceTree = "<group>"; };
|
|
B86E66CC1ACA1E6F007C6014 /* SpotifyPlayCommands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotifyPlayCommands.h; sourceTree = "<group>"; };
|
|
B86E66CD1ACA1E6F007C6014 /* SpotifyPlayCommands.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotifyPlayCommands.m; sourceTree = "<group>"; };
|
|
B8EC46E61AC7670700ED3836 /* libspotifyPlugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libspotifyPlugin.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B8EC46F11AC7670700ED3836 /* spotifyPluginTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = spotifyPluginTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B8EC46F71AC7670700ED3836 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
B8EC47001AC7689100ED3836 /* AssistantPlusHeaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AssistantPlusHeaders.h; sourceTree = "<group>"; };
|
|
B8EC47011AC768A100ED3836 /* spotifySiri.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spotifySiri.h; sourceTree = "<group>"; };
|
|
B8EC47021AC768A100ED3836 /* spotifySiri.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = spotifySiri.m; sourceTree = "<group>"; };
|
|
B8EC47041AC7690E00ED3836 /* SpotifySearchCommands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotifySearchCommands.h; sourceTree = "<group>"; };
|
|
B8EC47051AC7690E00ED3836 /* SpotifySearchCommands.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotifySearchCommands.m; sourceTree = "<group>"; };
|
|
B8EC47071AC76B8800ED3836 /* SpotifySongTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SpotifySongTableViewCell.xib; sourceTree = "<group>"; };
|
|
B8EC47081AC76D1E00ED3836 /* SpotifySongTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotifySongTableViewCell.h; sourceTree = "<group>"; };
|
|
B8EC47091AC76D1E00ED3836 /* SpotifySongTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotifySongTableViewCell.m; sourceTree = "<group>"; };
|
|
B8EC470B1AC76E1000ED3836 /* SpotifySearchResultsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotifySearchResultsViewController.h; sourceTree = "<group>"; };
|
|
B8EC470C1AC76E1000ED3836 /* SpotifySearchResultsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotifySearchResultsViewController.m; sourceTree = "<group>"; };
|
|
B8EC470F1AC7746E00ED3836 /* AFHTTPRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPRequestOperation.h; sourceTree = "<group>"; };
|
|
B8EC47101AC7746E00ED3836 /* AFHTTPRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPRequestOperation.m; sourceTree = "<group>"; };
|
|
B8EC47111AC7746E00ED3836 /* AFHTTPRequestOperationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPRequestOperationManager.h; sourceTree = "<group>"; };
|
|
B8EC47121AC7746E00ED3836 /* AFHTTPRequestOperationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPRequestOperationManager.m; sourceTree = "<group>"; };
|
|
B8EC47131AC7746E00ED3836 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPSessionManager.h; sourceTree = "<group>"; };
|
|
B8EC47141AC7746E00ED3836 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPSessionManager.m; sourceTree = "<group>"; };
|
|
B8EC47151AC7746E00ED3836 /* AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworking.h; sourceTree = "<group>"; };
|
|
B8EC47161AC7746E00ED3836 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworkReachabilityManager.h; sourceTree = "<group>"; };
|
|
B8EC47171AC7746E00ED3836 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFNetworkReachabilityManager.m; sourceTree = "<group>"; };
|
|
B8EC47181AC7746E00ED3836 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFSecurityPolicy.h; sourceTree = "<group>"; };
|
|
B8EC47191AC7746E00ED3836 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFSecurityPolicy.m; sourceTree = "<group>"; };
|
|
B8EC471A1AC7746E00ED3836 /* AFURLConnectionOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLConnectionOperation.h; sourceTree = "<group>"; };
|
|
B8EC471B1AC7746E00ED3836 /* AFURLConnectionOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLConnectionOperation.m; sourceTree = "<group>"; };
|
|
B8EC471C1AC7746E00ED3836 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLRequestSerialization.h; sourceTree = "<group>"; };
|
|
B8EC471D1AC7746E00ED3836 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLRequestSerialization.m; sourceTree = "<group>"; };
|
|
B8EC471E1AC7746E00ED3836 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLResponseSerialization.h; sourceTree = "<group>"; };
|
|
B8EC471F1AC7746E00ED3836 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLResponseSerialization.m; sourceTree = "<group>"; };
|
|
B8EC47201AC7746E00ED3836 /* AFURLSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLSessionManager.h; sourceTree = "<group>"; };
|
|
B8EC47211AC7746E00ED3836 /* AFURLSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLSessionManager.m; sourceTree = "<group>"; };
|
|
B8EC472B1AC779D700ED3836 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
B8EC472F1AC77DE400ED3836 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
B8EC46E31AC7670700ED3836 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B8EC46EE1AC7670700ED3836 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B8EC46F21AC7670700ED3836 /* libspotifyPlugin.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
B8EC46DD1AC7670700ED3836 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B8EC46E81AC7670700ED3836 /* spotifyPlugin */,
|
|
B8EC46F51AC7670700ED3836 /* spotifyPluginTests */,
|
|
B8EC46E71AC7670700ED3836 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
B8EC46E71AC7670700ED3836 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B8EC46E61AC7670700ED3836 /* libspotifyPlugin.a */,
|
|
B8EC46F11AC7670700ED3836 /* spotifyPluginTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
B8EC46E81AC7670700ED3836 /* spotifyPlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B8EC472F1AC77DE400ED3836 /* Info.plist */,
|
|
B8EC470E1AC7746E00ED3836 /* AFNetworking */,
|
|
B8EC47001AC7689100ED3836 /* AssistantPlusHeaders.h */,
|
|
B8EC47011AC768A100ED3836 /* spotifySiri.h */,
|
|
B8EC47021AC768A100ED3836 /* spotifySiri.m */,
|
|
B86E66CC1ACA1E6F007C6014 /* SpotifyPlayCommands.h */,
|
|
B86E66CD1ACA1E6F007C6014 /* SpotifyPlayCommands.m */,
|
|
B8EC47041AC7690E00ED3836 /* SpotifySearchCommands.h */,
|
|
B8EC47051AC7690E00ED3836 /* SpotifySearchCommands.m */,
|
|
B8EC470B1AC76E1000ED3836 /* SpotifySearchResultsViewController.h */,
|
|
B8EC470C1AC76E1000ED3836 /* SpotifySearchResultsViewController.m */,
|
|
B8EC47081AC76D1E00ED3836 /* SpotifySongTableViewCell.h */,
|
|
B8EC47091AC76D1E00ED3836 /* SpotifySongTableViewCell.m */,
|
|
B8EC47071AC76B8800ED3836 /* SpotifySongTableViewCell.xib */,
|
|
B8EC472B1AC779D700ED3836 /* Makefile */,
|
|
);
|
|
path = spotifyPlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
B8EC46F51AC7670700ED3836 /* spotifyPluginTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B8EC46F61AC7670700ED3836 /* Supporting Files */,
|
|
);
|
|
path = spotifyPluginTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
B8EC46F61AC7670700ED3836 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B8EC46F71AC7670700ED3836 /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
B8EC470E1AC7746E00ED3836 /* AFNetworking */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B86E66C61ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.h */,
|
|
B86E66C71ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.m */,
|
|
B86E66C81ACA10BC007C6014 /* AFOAuth2Manager.h */,
|
|
B86E66C91ACA10BC007C6014 /* AFOAuth2Manager.m */,
|
|
B8EC470F1AC7746E00ED3836 /* AFHTTPRequestOperation.h */,
|
|
B8EC47101AC7746E00ED3836 /* AFHTTPRequestOperation.m */,
|
|
B8EC47111AC7746E00ED3836 /* AFHTTPRequestOperationManager.h */,
|
|
B8EC47121AC7746E00ED3836 /* AFHTTPRequestOperationManager.m */,
|
|
B8EC47131AC7746E00ED3836 /* AFHTTPSessionManager.h */,
|
|
B8EC47141AC7746E00ED3836 /* AFHTTPSessionManager.m */,
|
|
B8EC47151AC7746E00ED3836 /* AFNetworking.h */,
|
|
B8EC47161AC7746E00ED3836 /* AFNetworkReachabilityManager.h */,
|
|
B8EC47171AC7746E00ED3836 /* AFNetworkReachabilityManager.m */,
|
|
B8EC47181AC7746E00ED3836 /* AFSecurityPolicy.h */,
|
|
B8EC47191AC7746E00ED3836 /* AFSecurityPolicy.m */,
|
|
B8EC471A1AC7746E00ED3836 /* AFURLConnectionOperation.h */,
|
|
B8EC471B1AC7746E00ED3836 /* AFURLConnectionOperation.m */,
|
|
B8EC471C1AC7746E00ED3836 /* AFURLRequestSerialization.h */,
|
|
B8EC471D1AC7746E00ED3836 /* AFURLRequestSerialization.m */,
|
|
B8EC471E1AC7746E00ED3836 /* AFURLResponseSerialization.h */,
|
|
B8EC471F1AC7746E00ED3836 /* AFURLResponseSerialization.m */,
|
|
B8EC47201AC7746E00ED3836 /* AFURLSessionManager.h */,
|
|
B8EC47211AC7746E00ED3836 /* AFURLSessionManager.m */,
|
|
);
|
|
path = AFNetworking;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
B8EC46E51AC7670700ED3836 /* spotifyPlugin */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B8EC46FA1AC7670700ED3836 /* Build configuration list for PBXNativeTarget "spotifyPlugin" */;
|
|
buildPhases = (
|
|
B8EC46E21AC7670700ED3836 /* Sources */,
|
|
B8EC46E31AC7670700ED3836 /* Frameworks */,
|
|
B86E66D71ACB560F007C6014 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = spotifyPlugin;
|
|
productName = spotifyPlugin;
|
|
productReference = B8EC46E61AC7670700ED3836 /* libspotifyPlugin.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
B8EC46F01AC7670700ED3836 /* spotifyPluginTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B8EC46FD1AC7670700ED3836 /* Build configuration list for PBXNativeTarget "spotifyPluginTests" */;
|
|
buildPhases = (
|
|
B8EC46ED1AC7670700ED3836 /* Sources */,
|
|
B8EC46EE1AC7670700ED3836 /* Frameworks */,
|
|
B8EC46EF1AC7670700ED3836 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
B8EC46F41AC7670700ED3836 /* PBXTargetDependency */,
|
|
);
|
|
name = spotifyPluginTests;
|
|
productName = spotifyPluginTests;
|
|
productReference = B8EC46F11AC7670700ED3836 /* spotifyPluginTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
B8EC46DE1AC7670700ED3836 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0620;
|
|
ORGANIZATIONNAME = "Zaid Elkurdi";
|
|
TargetAttributes = {
|
|
B8EC46E51AC7670700ED3836 = {
|
|
CreatedOnToolsVersion = 6.2;
|
|
};
|
|
B8EC46F01AC7670700ED3836 = {
|
|
CreatedOnToolsVersion = 6.2;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = B8EC46E11AC7670700ED3836 /* Build configuration list for PBXProject "spotifyPlugin" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = B8EC46DD1AC7670700ED3836;
|
|
productRefGroup = B8EC46E71AC7670700ED3836 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
B8EC46E51AC7670700ED3836 /* spotifyPlugin */,
|
|
B8EC46F01AC7670700ED3836 /* spotifyPluginTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
B8EC46EF1AC7670700ED3836 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B8EC47301AC77DE400ED3836 /* Info.plist in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
B8EC46E21AC7670700ED3836 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B8EC47061AC7690E00ED3836 /* SpotifySearchCommands.m in Sources */,
|
|
B86E66CB1ACA10BC007C6014 /* AFOAuth2Manager.m in Sources */,
|
|
B8EC47261AC7746E00ED3836 /* AFSecurityPolicy.m in Sources */,
|
|
B8EC47031AC768A100ED3836 /* spotifySiri.m in Sources */,
|
|
B8EC47231AC7746E00ED3836 /* AFHTTPRequestOperationManager.m in Sources */,
|
|
B8EC47271AC7746E00ED3836 /* AFURLConnectionOperation.m in Sources */,
|
|
B8EC47221AC7746E00ED3836 /* AFHTTPRequestOperation.m in Sources */,
|
|
B8EC470D1AC76E1000ED3836 /* SpotifySearchResultsViewController.m in Sources */,
|
|
B8EC47281AC7746E00ED3836 /* AFURLRequestSerialization.m in Sources */,
|
|
B8EC47241AC7746E00ED3836 /* AFHTTPSessionManager.m in Sources */,
|
|
B8EC47251AC7746E00ED3836 /* AFNetworkReachabilityManager.m in Sources */,
|
|
B8EC47291AC7746E00ED3836 /* AFURLResponseSerialization.m in Sources */,
|
|
B86E66CA1ACA10BC007C6014 /* AFHTTPRequestSerializer+OAuth2.m in Sources */,
|
|
B8EC472A1AC7746E00ED3836 /* AFURLSessionManager.m in Sources */,
|
|
B8EC472C1AC779D700ED3836 /* Makefile in Sources */,
|
|
B86E66CE1ACA1E6F007C6014 /* SpotifyPlayCommands.m in Sources */,
|
|
B8EC470A1AC76D1E00ED3836 /* SpotifySongTableViewCell.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B8EC46ED1AC7670700ED3836 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
B8EC46F41AC7670700ED3836 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = B8EC46E51AC7670700ED3836 /* spotifyPlugin */;
|
|
targetProxy = B8EC46F31AC7670700ED3836 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
B8EC46F81AC7670700ED3836 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B8EC46F91AC7670700ED3836 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
B8EC46FB1AC7670700ED3836 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_IDENTITY = "iPhone Developer: Zaid Elkurdi (4W5YEE5275)";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B8EC46FC1AC7670700ED3836 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_IDENTITY = "iPhone Developer: Zaid Elkurdi (4W5YEE5275)";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
B8EC46FE1AC7670700ED3836 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_IDENTITY = "iPhone Developer: Zaid Elkurdi (4W5YEE5275)";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = spotifyPluginTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
B8EC46FF1AC7670700ED3836 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_IDENTITY = "iPhone Developer: Zaid Elkurdi (4W5YEE5275)";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = spotifyPluginTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
B8EC46E11AC7670700ED3836 /* Build configuration list for PBXProject "spotifyPlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B8EC46F81AC7670700ED3836 /* Debug */,
|
|
B8EC46F91AC7670700ED3836 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B8EC46FA1AC7670700ED3836 /* Build configuration list for PBXNativeTarget "spotifyPlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B8EC46FB1AC7670700ED3836 /* Debug */,
|
|
B8EC46FC1AC7670700ED3836 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B8EC46FD1AC7670700ED3836 /* Build configuration list for PBXNativeTarget "spotifyPluginTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B8EC46FE1AC7670700ED3836 /* Debug */,
|
|
B8EC46FF1AC7670700ED3836 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = B8EC46DE1AC7670700ED3836 /* Project object */;
|
|
}
|