Aplicaciones de ReEvolution y miscelaneas
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

369 lines
15 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
F1D0BA662C56B40200BEC894 /* playtimeApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA652C56B40200BEC894 /* playtimeApp.swift */; };
F1D0BA682C56B40200BEC894 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA672C56B40200BEC894 /* ContentView.swift */; };
F1D0BA6A2C56B40300BEC894 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1D0BA692C56B40300BEC894 /* Assets.xcassets */; };
F1D0BA6D2C56B40300BEC894 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1D0BA6C2C56B40300BEC894 /* Preview Assets.xcassets */; };
F1D0BA742C56B43500BEC894 /* PlaylistView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA732C56B43500BEC894 /* PlaylistView.swift */; };
F1D0BA762C56B44D00BEC894 /* SubsonicAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA752C56B44D00BEC894 /* SubsonicAPI.swift */; };
F1D0BA782C56B47100BEC894 /* SubsonicViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA772C56B47100BEC894 /* SubsonicViewModel.swift */; };
F1D0BA7C2C56B5B800BEC894 /* Playlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA7B2C56B5B800BEC894 /* Playlist.swift */; };
F1D0BA7E2C56B5D900BEC894 /* Track.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D0BA7D2C56B5D900BEC894 /* Track.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F1D0BA622C56B40200BEC894 /* playtime.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playtime.app; sourceTree = BUILT_PRODUCTS_DIR; };
F1D0BA652C56B40200BEC894 /* playtimeApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = playtimeApp.swift; sourceTree = "<group>"; };
F1D0BA672C56B40200BEC894 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
F1D0BA692C56B40300BEC894 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F1D0BA6C2C56B40300BEC894 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
F1D0BA732C56B43500BEC894 /* PlaylistView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaylistView.swift; sourceTree = "<group>"; };
F1D0BA752C56B44D00BEC894 /* SubsonicAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubsonicAPI.swift; sourceTree = "<group>"; };
F1D0BA772C56B47100BEC894 /* SubsonicViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubsonicViewModel.swift; sourceTree = "<group>"; };
F1D0BA7B2C56B5B800BEC894 /* Playlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Playlist.swift; sourceTree = "<group>"; };
F1D0BA7D2C56B5D900BEC894 /* Track.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Track.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F1D0BA5F2C56B40200BEC894 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F1D0BA592C56B40200BEC894 = {
isa = PBXGroup;
children = (
F1D0BA642C56B40200BEC894 /* playtime */,
F1D0BA632C56B40200BEC894 /* Products */,
);
sourceTree = "<group>";
};
F1D0BA632C56B40200BEC894 /* Products */ = {
isa = PBXGroup;
children = (
F1D0BA622C56B40200BEC894 /* playtime.app */,
);
name = Products;
sourceTree = "<group>";
};
F1D0BA642C56B40200BEC894 /* playtime */ = {
isa = PBXGroup;
children = (
F1D0BA652C56B40200BEC894 /* playtimeApp.swift */,
F1D0BA672C56B40200BEC894 /* ContentView.swift */,
F1D0BA772C56B47100BEC894 /* SubsonicViewModel.swift */,
F1D0BA732C56B43500BEC894 /* PlaylistView.swift */,
F1D0BA752C56B44D00BEC894 /* SubsonicAPI.swift */,
F1D0BA7B2C56B5B800BEC894 /* Playlist.swift */,
F1D0BA7D2C56B5D900BEC894 /* Track.swift */,
F1D0BA692C56B40300BEC894 /* Assets.xcassets */,
F1D0BA6B2C56B40300BEC894 /* Preview Content */,
);
path = playtime;
sourceTree = "<group>";
};
F1D0BA6B2C56B40300BEC894 /* Preview Content */ = {
isa = PBXGroup;
children = (
F1D0BA6C2C56B40300BEC894 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F1D0BA612C56B40200BEC894 /* playtime */ = {
isa = PBXNativeTarget;
buildConfigurationList = F1D0BA702C56B40300BEC894 /* Build configuration list for PBXNativeTarget "playtime" */;
buildPhases = (
F1D0BA5E2C56B40200BEC894 /* Sources */,
F1D0BA5F2C56B40200BEC894 /* Frameworks */,
F1D0BA602C56B40200BEC894 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = playtime;
productName = playtime;
productReference = F1D0BA622C56B40200BEC894 /* playtime.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F1D0BA5A2C56B40200BEC894 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1540;
LastUpgradeCheck = 1540;
TargetAttributes = {
F1D0BA612C56B40200BEC894 = {
CreatedOnToolsVersion = 15.4;
};
};
};
buildConfigurationList = F1D0BA5D2C56B40200BEC894 /* Build configuration list for PBXProject "playtime" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F1D0BA592C56B40200BEC894;
productRefGroup = F1D0BA632C56B40200BEC894 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F1D0BA612C56B40200BEC894 /* playtime */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F1D0BA602C56B40200BEC894 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F1D0BA6D2C56B40300BEC894 /* Preview Assets.xcassets in Resources */,
F1D0BA6A2C56B40300BEC894 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F1D0BA5E2C56B40200BEC894 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F1D0BA762C56B44D00BEC894 /* SubsonicAPI.swift in Sources */,
F1D0BA782C56B47100BEC894 /* SubsonicViewModel.swift in Sources */,
F1D0BA742C56B43500BEC894 /* PlaylistView.swift in Sources */,
F1D0BA682C56B40200BEC894 /* ContentView.swift in Sources */,
F1D0BA662C56B40200BEC894 /* playtimeApp.swift in Sources */,
F1D0BA7C2C56B5B800BEC894 /* Playlist.swift in Sources */,
F1D0BA7E2C56B5D900BEC894 /* Track.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
F1D0BA6E2C56B40300BEC894 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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 = 17.5;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
F1D0BA6F2C56B40300BEC894 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
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 = 17.5;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
F1D0BA712C56B40300BEC894 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"playtime/Preview Content\"";
DEVELOPMENT_TEAM = 7U452B58Y2;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = reymota.playtime;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F1D0BA722C56B40300BEC894 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"playtime/Preview Content\"";
DEVELOPMENT_TEAM = 7U452B58Y2;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = reymota.playtime;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F1D0BA5D2C56B40200BEC894 /* Build configuration list for PBXProject "playtime" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F1D0BA6E2C56B40300BEC894 /* Debug */,
F1D0BA6F2C56B40300BEC894 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F1D0BA702C56B40300BEC894 /* Build configuration list for PBXNativeTarget "playtime" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F1D0BA712C56B40300BEC894 /* Debug */,
F1D0BA722C56B40300BEC894 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F1D0BA5A2C56B40200BEC894 /* Project object */;
}