This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
361 additions
and
55 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 |
---|---|---|
|
@@ -18,6 +18,10 @@ | |
0F850EF41648FF520043090E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 0F850EF31648FF520043090E /* [email protected] */; }; | ||
0F850EF71648FF520043090E /* ZSVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F850EF61648FF520043090E /* ZSVViewController.m */; }; | ||
0F850EFA1648FF520043090E /* ZSVViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0F850EF81648FF520043090E /* ZSVViewController.xib */; }; | ||
0F850F0916491D1A0043090E /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F850F0816491D1A0043090E /* AVFoundation.framework */; }; | ||
0F850F0B16491D2B0043090E /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F850F0A16491D2B0043090E /* MediaPlayer.framework */; }; | ||
0F850F1C164947D30043090E /* ZSVRadionItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F850F1B164947D30043090E /* ZSVRadionItem.m */; }; | ||
0F850F2516495C000043090E /* ZSVRadioPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F850F2416495BFF0043090E /* ZSVRadioPlayer.m */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
|
@@ -37,13 +41,21 @@ | |
0F850EF51648FF520043090E /* ZSVViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZSVViewController.h; sourceTree = "<group>"; }; | ||
0F850EF61648FF520043090E /* ZSVViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ZSVViewController.m; sourceTree = "<group>"; }; | ||
0F850EF91648FF520043090E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ZSVViewController.xib; sourceTree = "<group>"; }; | ||
0F850F0816491D1A0043090E /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; | ||
0F850F0A16491D2B0043090E /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; | ||
0F850F1A164947D30043090E /* ZSVRadionItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZSVRadionItem.h; path = model/radio_item/ZSVRadionItem.h; sourceTree = "<group>"; }; | ||
0F850F1B164947D30043090E /* ZSVRadionItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZSVRadionItem.m; path = model/radio_item/ZSVRadionItem.m; sourceTree = "<group>"; }; | ||
0F850F2316495BFF0043090E /* ZSVRadioPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZSVRadioPlayer.h; path = model/radio_player/ZSVRadioPlayer.h; sourceTree = "<group>"; }; | ||
0F850F2416495BFF0043090E /* ZSVRadioPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZSVRadioPlayer.m; path = model/radio_player/ZSVRadioPlayer.m; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
0F850ED61648FF520043090E /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
0F850F0B16491D2B0043090E /* MediaPlayer.framework in Frameworks */, | ||
0F850F0916491D1A0043090E /* AVFoundation.framework in Frameworks */, | ||
0F850EDE1648FF520043090E /* UIKit.framework in Frameworks */, | ||
0F850EE01648FF520043090E /* Foundation.framework in Frameworks */, | ||
0F850EE21648FF520043090E /* CoreGraphics.framework in Frameworks */, | ||
|
@@ -73,6 +85,8 @@ | |
0F850EDC1648FF520043090E /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
0F850F0A16491D2B0043090E /* MediaPlayer.framework */, | ||
0F850F0816491D1A0043090E /* AVFoundation.framework */, | ||
0F850EDD1648FF520043090E /* UIKit.framework */, | ||
0F850EDF1648FF520043090E /* Foundation.framework */, | ||
0F850EE11648FF520043090E /* CoreGraphics.framework */, | ||
|
@@ -83,6 +97,7 @@ | |
0F850EE31648FF520043090E /* OnlineRadio */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
0F850F14164943420043090E /* model */, | ||
0F850EEC1648FF520043090E /* ZSVAppDelegate.h */, | ||
0F850EED1648FF520043090E /* ZSVAppDelegate.m */, | ||
0F850EF51648FF520043090E /* ZSVViewController.h */, | ||
|
@@ -107,6 +122,17 @@ | |
name = "Supporting Files"; | ||
sourceTree = "<group>"; | ||
}; | ||
0F850F14164943420043090E /* model */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
0F850F1A164947D30043090E /* ZSVRadionItem.h */, | ||
0F850F1B164947D30043090E /* ZSVRadionItem.m */, | ||
0F850F2316495BFF0043090E /* ZSVRadioPlayer.h */, | ||
0F850F2416495BFF0043090E /* ZSVRadioPlayer.m */, | ||
); | ||
name = model; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
|
@@ -177,6 +203,8 @@ | |
0F850EEA1648FF520043090E /* main.m in Sources */, | ||
0F850EEE1648FF520043090E /* ZSVAppDelegate.m in Sources */, | ||
0F850EF71648FF520043090E /* ZSVViewController.m in Sources */, | ||
0F850F1C164947D30043090E /* ZSVRadionItem.m in Sources */, | ||
0F850F2516495C000043090E /* ZSVRadioPlayer.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -256,6 +284,7 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "OnlineRadio/OnlineRadio-Prefix.pch"; | ||
INFOPLIST_FILE = "OnlineRadio/OnlineRadio-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 5.1; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
|
@@ -267,6 +296,7 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "OnlineRadio/OnlineRadio-Prefix.pch"; | ||
INFOPLIST_FILE = "OnlineRadio/OnlineRadio-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 5.1; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
|
@@ -291,6 +321,7 @@ | |
0F850EFF1648FF520043090E /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
|
7 changes: 7 additions & 0 deletions
7
OnlineRadio.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+21.2 KB
...o.xcodeproj/project.xcworkspace/xcuserdata/zsv.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
OnlineRadio.xcodeproj/xcuserdata/zsv.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Bucket | ||
type = "1" | ||
version = "1.0"> | ||
<FileBreakpoints> | ||
<FileBreakpoint | ||
shouldBeEnabled = "Yes" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
filePath = "OnlineRadio/ZSVAppDelegate.m" | ||
timestampString = "373909255.787739" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "41" | ||
endingLineNumber = "41" | ||
landmarkName = "-loadStationsList" | ||
landmarkType = "5"> | ||
</FileBreakpoint> | ||
</FileBreakpoints> | ||
</Bucket> |
86 changes: 86 additions & 0 deletions
86
OnlineRadio.xcodeproj/xcuserdata/zsv.xcuserdatad/xcschemes/OnlineRadio.xcscheme
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 |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "0450" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "0F850ED81648FF520043090E" | ||
BuildableName = "OnlineRadio.app" | ||
BlueprintName = "OnlineRadio" | ||
ReferencedContainer = "container:OnlineRadio.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
buildConfiguration = "Debug"> | ||
<Testables> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "0F850ED81648FF520043090E" | ||
BuildableName = "OnlineRadio.app" | ||
BlueprintName = "OnlineRadio" | ||
ReferencedContainer = "container:OnlineRadio.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</TestAction> | ||
<LaunchAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Debug" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
allowLocationSimulation = "YES"> | ||
<BuildableProductRunnable> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "0F850ED81648FF520043090E" | ||
BuildableName = "OnlineRadio.app" | ||
BlueprintName = "OnlineRadio" | ||
ReferencedContainer = "container:OnlineRadio.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Release" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "0F850ED81648FF520043090E" | ||
BuildableName = "OnlineRadio.app" | ||
BlueprintName = "OnlineRadio" | ||
ReferencedContainer = "container:OnlineRadio.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
22 changes: 22 additions & 0 deletions
22
OnlineRadio.xcodeproj/xcuserdata/zsv.xcuserdatad/xcschemes/xcschememanagement.plist
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>SchemeUserState</key> | ||
<dict> | ||
<key>OnlineRadio.xcscheme</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>0</integer> | ||
</dict> | ||
</dict> | ||
<key>SuppressBuildableAutocreation</key> | ||
<dict> | ||
<key>0F850ED81648FF520043090E</key> | ||
<dict> | ||
<key>primary</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
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 |
---|---|---|
|
@@ -11,4 +11,5 @@ | |
#ifdef __OBJC__ | ||
#import <UIKit/UIKit.h> | ||
#import <Foundation/Foundation.h> | ||
#import "ZSVAppDelegate.h" | ||
#endif |
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
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
Oops, something went wrong.