Skip to content

Commit

Permalink
Adjust Info.plist name and copying
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcmahon committed Nov 26, 2023
1 parent 5429c35 commit 196a38e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions RadioSpiral.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
CE9EE8DF293BB41300F62041 /* BaseController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9EE8DD293BB41300F62041 /* BaseController.swift */; };
CE9EE8E1293C048A00F62041 /* LoaderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9EE8E0293C048A00F62041 /* LoaderController.swift */; };
CE9EE8E2293C048A00F62041 /* LoaderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE9EE8E0293C048A00F62041 /* LoaderController.swift */; };
CEA82F4A2921F260009E9FA0 /* Info-CarPlay.plist in Resources */ = {isa = PBXBuildFile; fileRef = CEA82F492921F260009E9FA0 /* Info-CarPlay.plist */; };
CED6353B293081ED002B216F /* Handoffable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED6353A293081ED002B216F /* Handoffable.swift */; };
CED6353C293081ED002B216F /* Handoffable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED6353A293081ED002B216F /* Handoffable.swift */; };
CEDABBEB291217AF00C0367F /* UIImageView+Cache.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEDABBEA291217AF00C0367F /* UIImageView+Cache.swift */; };
Expand Down Expand Up @@ -190,7 +189,6 @@
9409E1181ABF6FEA00312E2B /* RadioSpiral */,
2C5545BB1C1124DE00728469 /* RadioSpiralUITests */,
9409E1171ABF6FEA00312E2B /* Products */,
CE6036262A48F70A00E15E15 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -246,13 +244,6 @@
path = Views;
sourceTree = "<group>";
};
CE6036262A48F70A00E15E15 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
CE6ECCF8292F139D008B3C16 /* Coordinators */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -459,7 +450,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CEA82F4A2921F260009E9FA0 /* Info-CarPlay.plist in Resources */,
945DB3C21AD58E3A00495EBB /* stations.json in Resources */,
945DB3C51AD5A6E200495EBB /* NothingFoundCell.xib in Resources */,
6258DCDA22D93A5400166C65 /* LogoShareView.xib in Resources */,
Expand Down Expand Up @@ -579,7 +569,7 @@
buildSettings = {
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = SwiftRadioUITests/Info.plist;
INFOPLIST_FILE = RadioSpiralUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -599,7 +589,7 @@
buildSettings = {
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = SwiftRadioUITests/Info.plist;
INFOPLIST_FILE = RadioSpiralUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -663,6 +653,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
"INFOPLIST_FILE[sdk=*]" = "";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down

0 comments on commit 196a38e

Please sign in to comment.