Files
AlertKit/SPAlert.xcodeproj/project.pbxproj
T
2020-12-19 19:28:29 +03:00

657 lines
28 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objects = {
/* Begin PBXBuildFile section */
F4283BE02564ECCC009A03FC /* SPAlertLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BDC2564EC22009A03FC /* SPAlertLayout.swift */; };
F43905E9257A19B300F3C1A4 /* SPAlertIconHeartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43905E8257A19B300F3C1A4 /* SPAlertIconHeartView.swift */; };
F43905EA257A19B300F3C1A4 /* SPAlertIconHeartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43905E8257A19B300F3C1A4 /* SPAlertIconHeartView.swift */; };
F43905EE257A19C200F3C1A4 /* SPAlertIconErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43905ED257A19C200F3C1A4 /* SPAlertIconErrorView.swift */; };
F43905EF257A19C200F3C1A4 /* SPAlertIconErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43905ED257A19C200F3C1A4 /* SPAlertIconErrorView.swift */; };
F44B07652564F72700D8603B /* SPAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BEF2564EE87009A03FC /* SPAlertView.swift */; };
F44B076A2564F72900D8603B /* SPAlertIconPreset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BE52564ED8D009A03FC /* SPAlertIconPreset.swift */; };
F44B07712564F72C00D8603B /* SPAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BEB2564EE14009A03FC /* SPAlert.swift */; };
F44B07742564F72F00D8603B /* SPAlertHaptic.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BF52564EF2A009A03FC /* SPAlertHaptic.swift */; };
F48672AE25762E9400EC1A4E /* SPAlertIconAnimatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48672AD25762E9400EC1A4E /* SPAlertIconAnimatable.swift */; };
F48672AF25762E9400EC1A4E /* SPAlertIconAnimatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48672AD25762E9400EC1A4E /* SPAlertIconAnimatable.swift */; };
F48672B625762EC900EC1A4E /* SPAlertIconDoneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48672B525762EC900EC1A4E /* SPAlertIconDoneView.swift */; };
F48672B725762EC900EC1A4E /* SPAlertIconDoneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48672B525762EC900EC1A4E /* SPAlertIconDoneView.swift */; };
F4D6FAE625663EA70046A328 /* PresetsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4D6FAE525663EA70046A328 /* PresetsController.swift */; };
F4E68B2C2572369F00276B45 /* AlertPreset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4E68B2B2572369F00276B45 /* AlertPreset.swift */; };
F4F90B96256647BB000594C4 /* SPAlertIconPreset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BE52564ED8D009A03FC /* SPAlertIconPreset.swift */; };
F4F90B97256647BB000594C4 /* SPAlertHaptic.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BF52564EF2A009A03FC /* SPAlertHaptic.swift */; };
F4F90B98256647BB000594C4 /* SPAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BEF2564EE87009A03FC /* SPAlertView.swift */; };
F4F90B99256647BB000594C4 /* SPAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BEB2564EE14009A03FC /* SPAlert.swift */; };
F4F90B9A256647BB000594C4 /* SPAlertLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4283BDC2564EC22009A03FC /* SPAlertLayout.swift */; };
F4FBB22F2563ACBB00344472 /* SPAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = F4FBB22D2563ACBB00344472 /* SPAlert.h */; settings = {ATTRIBUTES = (Public, ); }; };
F4FBB23D2563ACE900344472 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FBB23C2563ACE900344472 /* AppDelegate.swift */; };
F4FBB2462563ACE900344472 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4FBB2452563ACE900344472 /* Assets.xcassets */; };
F4FBB2492563ACE900344472 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4FBB2472563ACE900344472 /* LaunchScreen.storyboard */; };
F4FBB2732563AFB400344472 /* SPDiffable in Frameworks */ = {isa = PBXBuildFile; productRef = F4FBB2722563AFB400344472 /* SPDiffable */; };
F4FBB2782563AFC200344472 /* SparrowKit in Frameworks */ = {isa = PBXBuildFile; productRef = F4FBB2772563AFC200344472 /* SparrowKit */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F4283BDC2564EC22009A03FC /* SPAlertLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertLayout.swift; sourceTree = "<group>"; };
F4283BE52564ED8D009A03FC /* SPAlertIconPreset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertIconPreset.swift; sourceTree = "<group>"; };
F4283BEB2564EE14009A03FC /* SPAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlert.swift; sourceTree = "<group>"; };
F4283BEF2564EE87009A03FC /* SPAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertView.swift; sourceTree = "<group>"; };
F4283BF52564EF2A009A03FC /* SPAlertHaptic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertHaptic.swift; sourceTree = "<group>"; };
F43905E8257A19B300F3C1A4 /* SPAlertIconHeartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertIconHeartView.swift; sourceTree = "<group>"; };
F43905ED257A19C200F3C1A4 /* SPAlertIconErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertIconErrorView.swift; sourceTree = "<group>"; };
F48672AD25762E9400EC1A4E /* SPAlertIconAnimatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertIconAnimatable.swift; sourceTree = "<group>"; };
F48672B525762EC900EC1A4E /* SPAlertIconDoneView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPAlertIconDoneView.swift; sourceTree = "<group>"; };
F4D0F00B256F80F50089ACBC /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
F4D0F00C256F80F50089ACBC /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
F4D0F00E256F80F50089ACBC /* FUNDING.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = FUNDING.yml; sourceTree = "<group>"; };
F4D0F00F256F80F50089ACBC /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
F4D0F010256F80F50089ACBC /* SPAlert.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SPAlert.podspec; sourceTree = "<group>"; };
F4D0F011256F80F50089ACBC /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
F4D6FAE525663EA70046A328 /* PresetsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PresetsController.swift; sourceTree = "<group>"; };
F4E68B2B2572369F00276B45 /* AlertPreset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertPreset.swift; sourceTree = "<group>"; };
F4FBB22A2563ACBB00344472 /* SPAlert_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SPAlert_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F4FBB22D2563ACBB00344472 /* SPAlert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SPAlert.h; sourceTree = "<group>"; };
F4FBB22E2563ACBB00344472 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F4FBB23A2563ACE900344472 /* Example iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
F4FBB23C2563ACE900344472 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F4FBB2452563ACE900344472 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F4FBB2482563ACE900344472 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F4FBB24A2563ACE900344472 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F4FBB2272563ACBB00344472 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
F4FBB2372563ACE900344472 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F4FBB2782563AFC200344472 /* SparrowKit in Frameworks */,
F4FBB2732563AFB400344472 /* SPDiffable in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F44B075D2564F5E000D8603B /* Models */ = {
isa = PBXGroup;
children = (
F4283BDC2564EC22009A03FC /* SPAlertLayout.swift */,
F48672AD25762E9400EC1A4E /* SPAlertIconAnimatable.swift */,
);
path = Models;
sourceTree = "<group>";
};
F44B075E2564F5F000D8603B /* Services */ = {
isa = PBXGroup;
children = (
F4283BF52564EF2A009A03FC /* SPAlertHaptic.swift */,
);
path = Services;
sourceTree = "<group>";
};
F48672B425762EC000EC1A4E /* Icons */ = {
isa = PBXGroup;
children = (
F48672B525762EC900EC1A4E /* SPAlertIconDoneView.swift */,
F43905E8257A19B300F3C1A4 /* SPAlertIconHeartView.swift */,
F43905ED257A19C200F3C1A4 /* SPAlertIconErrorView.swift */,
);
path = Icons;
sourceTree = "<group>";
};
F4D0F00D256F80F50089ACBC /* .github */ = {
isa = PBXGroup;
children = (
F4D0F00E256F80F50089ACBC /* FUNDING.yml */,
);
path = .github;
sourceTree = "<group>";
};
F4E68B2A2572369700276B45 /* Models */ = {
isa = PBXGroup;
children = (
F4E68B2B2572369F00276B45 /* AlertPreset.swift */,
);
path = Models;
sourceTree = "<group>";
};
F4FBB2202563ACBB00344472 = {
isa = PBXGroup;
children = (
F4D0F00D256F80F50089ACBC /* .github */,
F4D0F00F256F80F50089ACBC /* .gitignore */,
F4D0F00C256F80F50089ACBC /* LICENSE */,
F4D0F011256F80F50089ACBC /* README.md */,
F4D0F00B256F80F50089ACBC /* Package.swift */,
F4D0F010256F80F50089ACBC /* SPAlert.podspec */,
F4FBB2502563ACF100344472 /* Sources */,
F4FBB23B2563ACE900344472 /* Example iOS */,
F4FBB22B2563ACBB00344472 /* Products */,
);
sourceTree = "<group>";
};
F4FBB22B2563ACBB00344472 /* Products */ = {
isa = PBXGroup;
children = (
F4FBB22A2563ACBB00344472 /* SPAlert_iOS.framework */,
F4FBB23A2563ACE900344472 /* Example iOS.app */,
);
name = Products;
sourceTree = "<group>";
};
F4FBB23B2563ACE900344472 /* Example iOS */ = {
isa = PBXGroup;
children = (
F4FBB2672563AF5500344472 /* App */,
F4E68B2A2572369700276B45 /* Models */,
F4FBB26E2563AF7000344472 /* Controllers */,
F4FBB24A2563ACE900344472 /* Info.plist */,
);
path = "Example iOS";
sourceTree = "<group>";
};
F4FBB2502563ACF100344472 /* Sources */ = {
isa = PBXGroup;
children = (
F4FBB2622563AEB100344472 /* SPAlert */,
F4FBB2512563ACFA00344472 /* Supporting Files */,
);
path = Sources;
sourceTree = "<group>";
};
F4FBB2512563ACFA00344472 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F4FBB22D2563ACBB00344472 /* SPAlert.h */,
F4FBB22E2563ACBB00344472 /* Info.plist */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
F4FBB2622563AEB100344472 /* SPAlert */ = {
isa = PBXGroup;
children = (
F48672B425762EC000EC1A4E /* Icons */,
F4283BEB2564EE14009A03FC /* SPAlert.swift */,
F4283BE52564ED8D009A03FC /* SPAlertIconPreset.swift */,
F4283BEF2564EE87009A03FC /* SPAlertView.swift */,
F44B075E2564F5F000D8603B /* Services */,
F44B075D2564F5E000D8603B /* Models */,
);
path = SPAlert;
sourceTree = "<group>";
};
F4FBB2672563AF5500344472 /* App */ = {
isa = PBXGroup;
children = (
F4FBB23C2563ACE900344472 /* AppDelegate.swift */,
F4FBB2452563ACE900344472 /* Assets.xcassets */,
F4FBB2472563ACE900344472 /* LaunchScreen.storyboard */,
);
path = App;
sourceTree = "<group>";
};
F4FBB26E2563AF7000344472 /* Controllers */ = {
isa = PBXGroup;
children = (
F4D6FAE525663EA70046A328 /* PresetsController.swift */,
);
path = Controllers;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
F4FBB2252563ACBB00344472 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
F4FBB22F2563ACBB00344472 /* SPAlert.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
F4FBB2292563ACBB00344472 /* SPAlert iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = F4FBB2322563ACBB00344472 /* Build configuration list for PBXNativeTarget "SPAlert iOS" */;
buildPhases = (
F4FBB2252563ACBB00344472 /* Headers */,
F4FBB2262563ACBB00344472 /* Sources */,
F4FBB2272563ACBB00344472 /* Frameworks */,
F4FBB2282563ACBB00344472 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "SPAlert iOS";
productName = SPAlert;
productReference = F4FBB22A2563ACBB00344472 /* SPAlert_iOS.framework */;
productType = "com.apple.product-type.framework";
};
F4FBB2392563ACE900344472 /* Example iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = F4FBB24B2563ACE900344472 /* Build configuration list for PBXNativeTarget "Example iOS" */;
buildPhases = (
F4FBB2362563ACE900344472 /* Sources */,
F4FBB2372563ACE900344472 /* Frameworks */,
F4FBB2382563ACE900344472 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Example iOS";
packageProductDependencies = (
F4FBB2722563AFB400344472 /* SPDiffable */,
F4FBB2772563AFC200344472 /* SparrowKit */,
);
productName = "Example iOS";
productReference = F4FBB23A2563ACE900344472 /* Example iOS.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F4FBB2212563ACBB00344472 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1220;
LastUpgradeCheck = 1230;
TargetAttributes = {
F4FBB2292563ACBB00344472 = {
CreatedOnToolsVersion = 12.2;
};
F4FBB2392563ACE900344472 = {
CreatedOnToolsVersion = 12.2;
};
};
};
buildConfigurationList = F4FBB2242563ACBB00344472 /* Build configuration list for PBXProject "SPAlert" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F4FBB2202563ACBB00344472;
packageReferences = (
F4FBB2712563AFB400344472 /* XCRemoteSwiftPackageReference "SPDiffable" */,
F4FBB2762563AFC200344472 /* XCRemoteSwiftPackageReference "SparrowKit" */,
);
productRefGroup = F4FBB22B2563ACBB00344472 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F4FBB2392563ACE900344472 /* Example iOS */,
F4FBB2292563ACBB00344472 /* SPAlert iOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F4FBB2282563ACBB00344472 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
F4FBB2382563ACE900344472 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F4FBB2492563ACE900344472 /* LaunchScreen.storyboard in Resources */,
F4FBB2462563ACE900344472 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F4FBB2262563ACBB00344472 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F43905EA257A19B300F3C1A4 /* SPAlertIconHeartView.swift in Sources */,
F48672AF25762E9400EC1A4E /* SPAlertIconAnimatable.swift in Sources */,
F44B07742564F72F00D8603B /* SPAlertHaptic.swift in Sources */,
F44B076A2564F72900D8603B /* SPAlertIconPreset.swift in Sources */,
F48672B725762EC900EC1A4E /* SPAlertIconDoneView.swift in Sources */,
F43905EF257A19C200F3C1A4 /* SPAlertIconErrorView.swift in Sources */,
F44B07652564F72700D8603B /* SPAlertView.swift in Sources */,
F4283BE02564ECCC009A03FC /* SPAlertLayout.swift in Sources */,
F44B07712564F72C00D8603B /* SPAlert.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F4FBB2362563ACE900344472 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F4F90B96256647BB000594C4 /* SPAlertIconPreset.swift in Sources */,
F4F90B99256647BB000594C4 /* SPAlert.swift in Sources */,
F43905EE257A19C200F3C1A4 /* SPAlertIconErrorView.swift in Sources */,
F4FBB23D2563ACE900344472 /* AppDelegate.swift in Sources */,
F4F90B9A256647BB000594C4 /* SPAlertLayout.swift in Sources */,
F4F90B98256647BB000594C4 /* SPAlertView.swift in Sources */,
F43905E9257A19B300F3C1A4 /* SPAlertIconHeartView.swift in Sources */,
F4F90B97256647BB000594C4 /* SPAlertHaptic.swift in Sources */,
F48672AE25762E9400EC1A4E /* SPAlertIconAnimatable.swift in Sources */,
F4D6FAE625663EA70046A328 /* PresetsController.swift in Sources */,
F4E68B2C2572369F00276B45 /* AlertPreset.swift in Sources */,
F48672B625762EC900EC1A4E /* SPAlertIconDoneView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
F4FBB2472563ACE900344472 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
F4FBB2482563ACE900344472 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
F4FBB2302563ACBB00344472 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
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;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 14.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
F4FBB2312563ACBB00344472 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
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;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 14.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
F4FBB2332563ACBB00344472 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Sources/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F4FBB2342563ACBB00344472 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Sources/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
F4FBB24C2563ACE900344472 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Example iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert.example.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F4FBB24D2563ACE900344472 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Example iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert.example.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F4FBB2242563ACBB00344472 /* Build configuration list for PBXProject "SPAlert" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F4FBB2302563ACBB00344472 /* Debug */,
F4FBB2312563ACBB00344472 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F4FBB2322563ACBB00344472 /* Build configuration list for PBXNativeTarget "SPAlert iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F4FBB2332563ACBB00344472 /* Debug */,
F4FBB2342563ACBB00344472 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F4FBB24B2563ACE900344472 /* Build configuration list for PBXNativeTarget "Example iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F4FBB24C2563ACE900344472 /* Debug */,
F4FBB24D2563ACE900344472 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
F4FBB2712563AFB400344472 /* XCRemoteSwiftPackageReference "SPDiffable" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ivanvorobei/SPDiffable";
requirement = {
branch = master;
kind = branch;
};
};
F4FBB2762563AFC200344472 /* XCRemoteSwiftPackageReference "SparrowKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ivanvorobei/SparrowKit";
requirement = {
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
F4FBB2722563AFB400344472 /* SPDiffable */ = {
isa = XCSwiftPackageProductDependency;
package = F4FBB2712563AFB400344472 /* XCRemoteSwiftPackageReference "SPDiffable" */;
productName = SPDiffable;
};
F4FBB2772563AFC200344472 /* SparrowKit */ = {
isa = XCSwiftPackageProductDependency;
package = F4FBB2762563AFC200344472 /* XCRemoteSwiftPackageReference "SparrowKit" */;
productName = SparrowKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F4FBB2212563ACBB00344472 /* Project object */;
}