Rename project and files to Pi-helper for consistency with other projects

This commit is contained in:
William Brawner 2021-11-28 20:09:07 -07:00
parent 8438f8c800
commit ea47113615
67 changed files with 99 additions and 81 deletions

View file

@ -62,10 +62,10 @@
28212678235926EB00072D52 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 28212678235926EB00072D52 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
2821267B235926EB00072D52 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 2821267B235926EB00072D52 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2821267D235926EB00072D52 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 2821267D235926EB00072D52 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28212682235926EB00072D52 /* Pi-HelperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pi-HelperTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 28212682235926EB00072D52 /* Pi-helperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pi-helperTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
28212686235926EB00072D52 /* Pi_HelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pi_HelperTests.swift; sourceTree = "<group>"; }; 28212686235926EB00072D52 /* Pi_HelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pi_HelperTests.swift; sourceTree = "<group>"; };
28212688235926EB00072D52 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 28212688235926EB00072D52 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2821268D235926EB00072D52 /* Pi-HelperUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pi-HelperUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 2821268D235926EB00072D52 /* Pi-helperUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pi-helperUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
28212691235926EB00072D52 /* Pi_HelperUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pi_HelperUITests.swift; sourceTree = "<group>"; }; 28212691235926EB00072D52 /* Pi_HelperUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pi_HelperUITests.swift; sourceTree = "<group>"; };
28212693235926EB00072D52 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 28212693235926EB00072D52 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
282126A5235BE6EE00072D52 /* PiHoleDataStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PiHoleDataStore.swift; sourceTree = "<group>"; }; 282126A5235BE6EE00072D52 /* PiHoleDataStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PiHoleDataStore.swift; sourceTree = "<group>"; };
@ -86,6 +86,7 @@
28D7205B2380C2090038D439 /* resolver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = resolver.c; sourceTree = "<group>"; }; 28D7205B2380C2090038D439 /* resolver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = resolver.c; sourceTree = "<group>"; };
28EC1E3923A441F30088BA26 /* OrDivider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrDivider.swift; sourceTree = "<group>"; }; 28EC1E3923A441F30088BA26 /* OrDivider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrDivider.swift; sourceTree = "<group>"; };
28EC1E3B23A448940088BA26 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; }; 28EC1E3B23A448940088BA26 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; };
80436C6C27555BDE003D48E4 /* Pi-helper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Pi-helper.entitlements"; sourceTree = "<group>"; };
80654D7A24B0E92A007B1E1A /* DisableCustomTimeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisableCustomTimeView.swift; sourceTree = "<group>"; }; 80654D7A24B0E92A007B1E1A /* DisableCustomTimeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisableCustomTimeView.swift; sourceTree = "<group>"; };
80E91FA623DE160100B7FB55 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; }; 80E91FA623DE160100B7FB55 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
@ -119,9 +120,9 @@
28212663235926E700072D52 = { 28212663235926E700072D52 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
2821266E235926E700072D52 /* PiHelper */, 2821266E235926E700072D52 /* Pi-helper */,
28212685235926EB00072D52 /* PiHelperTests */, 28212685235926EB00072D52 /* Pi-helperTests */,
28212690235926EB00072D52 /* PiHelperUITests */, 28212690235926EB00072D52 /* Pi-helperUITests */,
2821266D235926E700072D52 /* Products */, 2821266D235926E700072D52 /* Products */,
28D7204D238067B20038D439 /* Frameworks */, 28D7204D238067B20038D439 /* Frameworks */,
); );
@ -131,15 +132,16 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
2821266C235926E700072D52 /* Pi-helper.app */, 2821266C235926E700072D52 /* Pi-helper.app */,
28212682235926EB00072D52 /* Pi-HelperTests.xctest */, 28212682235926EB00072D52 /* Pi-helperTests.xctest */,
2821268D235926EB00072D52 /* Pi-HelperUITests.xctest */, 2821268D235926EB00072D52 /* Pi-helperUITests.xctest */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
2821266E235926E700072D52 /* PiHelper */ = { 2821266E235926E700072D52 /* Pi-helper */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
80436C6C27555BDE003D48E4 /* Pi-helper.entitlements */,
28D720522380689E0038D439 /* PiHelper-Bridging-Header.h */, 28D720522380689E0038D439 /* PiHelper-Bridging-Header.h */,
2821266F235926E700072D52 /* AppDelegate.swift */, 2821266F235926E700072D52 /* AppDelegate.swift */,
28212671235926E700072D52 /* SceneDelegate.swift */, 28212671235926E700072D52 /* SceneDelegate.swift */,
@ -166,7 +168,7 @@
280F0D6223DA9B1800D341B7 /* KeyboardHelper.swift */, 280F0D6223DA9B1800D341B7 /* KeyboardHelper.swift */,
80E91FA623DE160100B7FB55 /* AboutView.swift */, 80E91FA623DE160100B7FB55 /* AboutView.swift */,
); );
path = PiHelper; path = "Pi-helper";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
28212677235926EB00072D52 /* Preview Content */ = { 28212677235926EB00072D52 /* Preview Content */ = {
@ -177,22 +179,22 @@
path = "Preview Content"; path = "Preview Content";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
28212685235926EB00072D52 /* PiHelperTests */ = { 28212685235926EB00072D52 /* Pi-helperTests */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
28212686235926EB00072D52 /* Pi_HelperTests.swift */, 28212686235926EB00072D52 /* Pi_HelperTests.swift */,
28212688235926EB00072D52 /* Info.plist */, 28212688235926EB00072D52 /* Info.plist */,
); );
path = PiHelperTests; path = "Pi-helperTests";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
28212690235926EB00072D52 /* PiHelperUITests */ = { 28212690235926EB00072D52 /* Pi-helperUITests */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
28212691235926EB00072D52 /* Pi_HelperUITests.swift */, 28212691235926EB00072D52 /* Pi_HelperUITests.swift */,
28212693235926EB00072D52 /* Info.plist */, 28212693235926EB00072D52 /* Info.plist */,
); );
path = PiHelperUITests; path = "Pi-helperUITests";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
28D7204D238067B20038D439 /* Frameworks */ = { 28D7204D238067B20038D439 /* Frameworks */ = {
@ -207,9 +209,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
2821266B235926E700072D52 /* Pi-Helper */ = { 2821266B235926E700072D52 /* Pi-helper */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 28212696235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-Helper" */; buildConfigurationList = 28212696235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-helper" */;
buildPhases = ( buildPhases = (
28212668235926E700072D52 /* Sources */, 28212668235926E700072D52 /* Sources */,
28212669235926E700072D52 /* Frameworks */, 28212669235926E700072D52 /* Frameworks */,
@ -219,14 +221,14 @@
); );
dependencies = ( dependencies = (
); );
name = "Pi-Helper"; name = "Pi-helper";
productName = "Pi-Helper"; productName = "Pi-Helper";
productReference = 2821266C235926E700072D52 /* Pi-helper.app */; productReference = 2821266C235926E700072D52 /* Pi-helper.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
28212681235926EB00072D52 /* Pi-HelperTests */ = { 28212681235926EB00072D52 /* Pi-helperTests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 28212699235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-HelperTests" */; buildConfigurationList = 28212699235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-helperTests" */;
buildPhases = ( buildPhases = (
2821267E235926EB00072D52 /* Sources */, 2821267E235926EB00072D52 /* Sources */,
2821267F235926EB00072D52 /* Frameworks */, 2821267F235926EB00072D52 /* Frameworks */,
@ -237,14 +239,14 @@
dependencies = ( dependencies = (
28212684235926EB00072D52 /* PBXTargetDependency */, 28212684235926EB00072D52 /* PBXTargetDependency */,
); );
name = "Pi-HelperTests"; name = "Pi-helperTests";
productName = "Pi-HelperTests"; productName = "Pi-HelperTests";
productReference = 28212682235926EB00072D52 /* Pi-HelperTests.xctest */; productReference = 28212682235926EB00072D52 /* Pi-helperTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test"; productType = "com.apple.product-type.bundle.unit-test";
}; };
2821268C235926EB00072D52 /* Pi-HelperUITests */ = { 2821268C235926EB00072D52 /* Pi-helperUITests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 2821269C235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-HelperUITests" */; buildConfigurationList = 2821269C235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-helperUITests" */;
buildPhases = ( buildPhases = (
28212689235926EB00072D52 /* Sources */, 28212689235926EB00072D52 /* Sources */,
2821268A235926EB00072D52 /* Frameworks */, 2821268A235926EB00072D52 /* Frameworks */,
@ -255,9 +257,9 @@
dependencies = ( dependencies = (
2821268F235926EB00072D52 /* PBXTargetDependency */, 2821268F235926EB00072D52 /* PBXTargetDependency */,
); );
name = "Pi-HelperUITests"; name = "Pi-helperUITests";
productName = "Pi-HelperUITests"; productName = "Pi-HelperUITests";
productReference = 2821268D235926EB00072D52 /* Pi-HelperUITests.xctest */; productReference = 2821268D235926EB00072D52 /* Pi-helperUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing"; productType = "com.apple.product-type.bundle.ui-testing";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
@ -267,7 +269,7 @@
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastSwiftUpdateCheck = 1100; LastSwiftUpdateCheck = 1100;
LastUpgradeCheck = 1100; LastUpgradeCheck = 1310;
ORGANIZATIONNAME = "William Brawner"; ORGANIZATIONNAME = "William Brawner";
TargetAttributes = { TargetAttributes = {
2821266B235926E700072D52 = { 2821266B235926E700072D52 = {
@ -284,7 +286,7 @@
}; };
}; };
}; };
buildConfigurationList = 28212667235926E700072D52 /* Build configuration list for PBXProject "PiHelper" */; buildConfigurationList = 28212667235926E700072D52 /* Build configuration list for PBXProject "Pi-helper" */;
compatibilityVersion = "Xcode 9.3"; compatibilityVersion = "Xcode 9.3";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
@ -298,9 +300,9 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
2821266B235926E700072D52 /* Pi-Helper */, 2821266B235926E700072D52 /* Pi-helper */,
28212681235926EB00072D52 /* Pi-HelperTests */, 28212681235926EB00072D52 /* Pi-helperTests */,
2821268C235926EB00072D52 /* Pi-HelperUITests */, 2821268C235926EB00072D52 /* Pi-helperUITests */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@ -380,12 +382,12 @@
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
28212684235926EB00072D52 /* PBXTargetDependency */ = { 28212684235926EB00072D52 /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 2821266B235926E700072D52 /* Pi-Helper */; target = 2821266B235926E700072D52 /* Pi-helper */;
targetProxy = 28212683235926EB00072D52 /* PBXContainerItemProxy */; targetProxy = 28212683235926EB00072D52 /* PBXContainerItemProxy */;
}; };
2821268F235926EB00072D52 /* PBXTargetDependency */ = { 2821268F235926EB00072D52 /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 2821266B235926E700072D52 /* Pi-Helper */; target = 2821266B235926E700072D52 /* Pi-helper */;
targetProxy = 2821268E235926EB00072D52 /* PBXContainerItemProxy */; targetProxy = 2821268E235926EB00072D52 /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
@ -439,6 +441,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES;
@ -463,7 +466,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
@ -500,6 +503,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES;
@ -518,7 +522,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
@ -533,12 +537,14 @@
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Pi-helper/Pi-helper.entitlements";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PiHelper/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"Pi-helper/Preview Content\"";
DEVELOPMENT_TEAM = 9Z6DE6KNJ9; DEVELOPMENT_TEAM = 9Z6DE6KNJ9;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = PiHelper/Info.plist; INFOPLIST_FILE = "Pi-helper/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
@ -546,10 +552,11 @@
MARKETING_VERSION = 1.3; MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.wbrawner.pihelper; PRODUCT_BUNDLE_IDENTIFIER = com.wbrawner.pihelper;
PRODUCT_NAME = "Pi-helper"; PRODUCT_NAME = "Pi-helper";
SWIFT_OBJC_BRIDGING_HEADER = "PiHelper/PiHelper-Bridging-Header.h"; SUPPORTS_MACCATALYST = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Pi-helper/PiHelper-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2,6";
}; };
name = Debug; name = Debug;
}; };
@ -558,12 +565,14 @@
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Pi-helper/Pi-helper.entitlements";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PiHelper/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"Pi-helper/Preview Content\"";
DEVELOPMENT_TEAM = 9Z6DE6KNJ9; DEVELOPMENT_TEAM = 9Z6DE6KNJ9;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = PiHelper/Info.plist; INFOPLIST_FILE = "Pi-helper/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
@ -571,9 +580,10 @@
MARKETING_VERSION = 1.3; MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.wbrawner.pihelper; PRODUCT_BUNDLE_IDENTIFIER = com.wbrawner.pihelper;
PRODUCT_NAME = "Pi-helper"; PRODUCT_NAME = "Pi-helper";
SWIFT_OBJC_BRIDGING_HEADER = "PiHelper/PiHelper-Bridging-Header.h"; SUPPORTS_MACCATALYST = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Pi-helper/PiHelper-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2,6";
}; };
name = Release; name = Release;
}; };
@ -595,7 +605,7 @@
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pi-Helper.app/Pi-Helper"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pi-helper.app/Pi-helper";
}; };
name = Debug; name = Debug;
}; };
@ -617,7 +627,7 @@
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pi-Helper.app/Pi-Helper"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pi-helper.app/Pi-helper";
}; };
name = Release; name = Release;
}; };
@ -664,7 +674,7 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
28212667235926E700072D52 /* Build configuration list for PBXProject "PiHelper" */ = { 28212667235926E700072D52 /* Build configuration list for PBXProject "Pi-helper" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
28212694235926EB00072D52 /* Debug */, 28212694235926EB00072D52 /* Debug */,
@ -673,7 +683,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
28212696235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-Helper" */ = { 28212696235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-helper" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
28212697235926EB00072D52 /* Debug */, 28212697235926EB00072D52 /* Debug */,
@ -682,7 +692,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
28212699235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-HelperTests" */ = { 28212699235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-helperTests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
2821269A235926EB00072D52 /* Debug */, 2821269A235926EB00072D52 /* Debug */,
@ -691,7 +701,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
2821269C235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-HelperUITests" */ = { 2821269C235926EB00072D52 /* Build configuration list for PBXNativeTarget "Pi-helperUITests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
2821269D235926EB00072D52 /* Debug */, 2821269D235926EB00072D52 /* Debug */,

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "1120" LastUpgradeVersion = "1310"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"
@ -15,9 +15,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "2821266B235926E700072D52" BlueprintIdentifier = "2821266B235926E700072D52"
BuildableName = "Pi-Helper.app" BuildableName = "Pi-helper.app"
BlueprintName = "Pi-Helper" BlueprintName = "Pi-helper"
ReferencedContainer = "container:Pi-Helper.xcodeproj"> ReferencedContainer = "container:Pi-helper.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildActionEntry> </BuildActionEntry>
</BuildActionEntries> </BuildActionEntries>
@ -33,9 +33,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "28212681235926EB00072D52" BlueprintIdentifier = "28212681235926EB00072D52"
BuildableName = "Pi-HelperTests.xctest" BuildableName = "PihelperTests.xctest"
BlueprintName = "Pi-HelperTests" BlueprintName = "Pi-helperTests"
ReferencedContainer = "container:Pi-Helper.xcodeproj"> ReferencedContainer = "container:Pi-helper.xcodeproj">
</BuildableReference> </BuildableReference>
</TestableReference> </TestableReference>
<TestableReference <TestableReference
@ -43,9 +43,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "2821268C235926EB00072D52" BlueprintIdentifier = "2821268C235926EB00072D52"
BuildableName = "Pi-HelperUITests.xctest" BuildableName = "PihelperUITests.xctest"
BlueprintName = "Pi-HelperUITests" BlueprintName = "Pi-helperUITests"
ReferencedContainer = "container:Pi-Helper.xcodeproj"> ReferencedContainer = "container:Pi-helper.xcodeproj">
</BuildableReference> </BuildableReference>
</TestableReference> </TestableReference>
</Testables> </Testables>
@ -66,19 +66,10 @@
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "2821266B235926E700072D52" BlueprintIdentifier = "2821266B235926E700072D52"
BuildableName = "Pi-helper.app" BuildableName = "Pi-helper.app"
BlueprintName = "Pi-Helper" BlueprintName = "Pi-helper"
ReferencedContainer = "container:PiHelper.xcodeproj"> ReferencedContainer = "container:Pi-helper.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2821266B235926E700072D52"
BuildableName = "Pi-Helper.app"
BlueprintName = "Pi-Helper"
ReferencedContainer = "container:Pi-Helper.xcodeproj">
</BuildableReference>
</MacroExpansion>
</LaunchAction> </LaunchAction>
<ProfileAction <ProfileAction
buildConfiguration = "Release" buildConfiguration = "Release"
@ -91,9 +82,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "2821266B235926E700072D52" BlueprintIdentifier = "2821266B235926E700072D52"
BuildableName = "Pi-Helper.app" BuildableName = "Pi-helper.app"
BlueprintName = "Pi-Helper" BlueprintName = "Pi-helper"
ReferencedContainer = "container:Pi-Helper.xcodeproj"> ReferencedContainer = "container:Pi-helper.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
</ProfileAction> </ProfileAction>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:/Users/wbrawner/Projects/pihelper-ios/Pi-helper.xcodeproj">
</FileRef>
</Workspace>

View file

@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View file

Before

Width:  |  Height:  |  Size: 594 KiB

After

Width:  |  Height:  |  Size: 594 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 4 KiB

View file

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -18,6 +18,8 @@
<string>$(MARKETING_VERSION)</string> <string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>

View file

@ -0,0 +1,10 @@
<?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>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Pi-Helper.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>