diff --git a/RadioSpiral.xcodeproj/project.pbxproj b/RadioSpiral.xcodeproj/project.pbxproj index d3b60f47..c79441b6 100644 --- a/RadioSpiral.xcodeproj/project.pbxproj +++ b/RadioSpiral.xcodeproj/project.pbxproj @@ -737,6 +737,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 27; @@ -771,6 +772,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 27; diff --git a/RadioSpiral.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RadioSpiral.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 00000000..5911c266 --- /dev/null +++ b/RadioSpiral.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,33 @@ +{ + "originHash" : "c03022914e54a7652fd2a88118474c6bd04be8d7b4eb153d776df85ac35986a7", + "pins" : [ + { + "identity" : "fradioplayer", + "kind" : "remoteSourceControl", + "location" : "https://github.com/fethica/FRadioPlayer.git", + "state" : { + "branch" : "v0.2.0", + "revision" : "c3f472ed8cb59b442312362bca363863962c88b3" + } + }, + { + "identity" : "nvactivityindicatorview", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ninjaprox/NVActivityIndicatorView.git", + "state" : { + "revision" : "bcb52371f2259254bac6690f92bb474a61768c47", + "version" : "5.1.1" + } + }, + { + "identity" : "spring", + "kind" : "remoteSourceControl", + "location" : "https://github.com/fethica/Spring.git", + "state" : { + "branch" : "master", + "revision" : "63d6b2b4339606181617caddea3a988aa65bcadd" + } + } + ], + "version" : 3 +}