Files
doneit-web/ios/App/App.xcodeproj/project.pbxproj
T

639 lines
25 KiB
Plaintext
Raw Normal View History

2023-01-16 15:06:27 +01:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
2023-01-16 15:06:27 +01:00
objects = {
/* Begin PBXBuildFile section */
2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
2024-03-05 09:29:36 +01:00
A99931862B9691C4001D9C4F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A99931852B9691C4001D9C4F /* GoogleService-Info.plist */; };
A9D8C5192B87B08300C95FBB /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9D8C5182B87B08300C95FBB /* ShareViewController.swift */; };
A9D8C51C2B87B08300C95FBB /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A9D8C51A2B87B08300C95FBB /* MainInterface.storyboard */; };
A9D8C5202B87B08300C95FBB /* Share.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = A9D8C5162B87B08300C95FBB /* Share.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
2023-01-16 15:06:27 +01:00
/* End PBXBuildFile section */
2024-02-08 12:37:57 +01:00
/* Begin PBXContainerItemProxy section */
A9D8C51E2B87B08300C95FBB /* PBXContainerItemProxy */ = {
2024-02-08 12:37:57 +01:00
isa = PBXContainerItemProxy;
containerPortal = 504EC2FC1FED79650016851F /* Project object */;
proxyType = 1;
remoteGlobalIDString = A9D8C5152B87B08300C95FBB;
remoteInfo = Share;
2024-02-08 12:37:57 +01:00
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
A9D8C5242B87B08300C95FBB /* Embed Foundation Extensions */ = {
2024-02-08 12:37:57 +01:00
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
A9D8C5202B87B08300C95FBB /* Share.appex in Embed Foundation Extensions */,
2024-02-08 12:37:57 +01:00
);
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
2023-01-16 15:06:27 +01:00
/* Begin PBXFileReference section */
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
2024-03-05 09:29:36 +01:00
A99931852B9691C4001D9C4F /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../Downloads/GoogleService-Info.plist"; sourceTree = "<group>"; };
A9D8C5162B87B08300C95FBB /* Share.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Share.appex; sourceTree = BUILT_PRODUCTS_DIR; };
A9D8C5182B87B08300C95FBB /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
A9D8C51B2B87B08300C95FBB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
A9D8C51D2B87B08300C95FBB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A9D8C5252B888E8300C95FBB /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
A9D8C5262B888EAB00C95FBB /* Share.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Share.entitlements; sourceTree = "<group>"; };
2023-01-16 15:06:27 +01:00
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
504EC3011FED79650016851F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
A9D8C5132B87B08300C95FBB /* Frameworks */ = {
2024-02-08 12:37:57 +01:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
2023-01-16 15:06:27 +01:00
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
isa = PBXGroup;
children = (
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
504EC2FB1FED79650016851F = {
isa = PBXGroup;
children = (
504EC3061FED79650016851F /* App */,
A9D8C5172B87B08300C95FBB /* Share */,
2023-01-16 15:06:27 +01:00
504EC3051FED79650016851F /* Products */,
7F8756D8B27F46E3366F6CEA /* Pods */,
27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
);
sourceTree = "<group>";
};
504EC3051FED79650016851F /* Products */ = {
isa = PBXGroup;
children = (
504EC3041FED79650016851F /* App.app */,
A9D8C5162B87B08300C95FBB /* Share.appex */,
2023-01-16 15:06:27 +01:00
);
name = Products;
sourceTree = "<group>";
};
504EC3061FED79650016851F /* App */ = {
isa = PBXGroup;
children = (
2024-03-05 09:29:36 +01:00
A99931852B9691C4001D9C4F /* GoogleService-Info.plist */,
A9D8C5252B888E8300C95FBB /* App.entitlements */,
2023-01-16 15:06:27 +01:00
50379B222058CBB4000EE86E /* capacitor.config.json */,
504EC3071FED79650016851F /* AppDelegate.swift */,
504EC30B1FED79650016851F /* Main.storyboard */,
504EC30E1FED79650016851F /* Assets.xcassets */,
504EC3101FED79650016851F /* LaunchScreen.storyboard */,
504EC3131FED79650016851F /* Info.plist */,
2FAD9762203C412B000D30F8 /* config.xml */,
50B271D01FEDC1A000F3C39B /* public */,
);
path = App;
sourceTree = "<group>";
};
7F8756D8B27F46E3366F6CEA /* Pods */ = {
isa = PBXGroup;
children = (
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
A9D8C5172B87B08300C95FBB /* Share */ = {
2024-02-08 12:37:57 +01:00
isa = PBXGroup;
children = (
A9D8C5262B888EAB00C95FBB /* Share.entitlements */,
A9D8C5182B87B08300C95FBB /* ShareViewController.swift */,
A9D8C51A2B87B08300C95FBB /* MainInterface.storyboard */,
A9D8C51D2B87B08300C95FBB /* Info.plist */,
2024-02-08 12:37:57 +01:00
);
path = Share;
2024-02-08 12:37:57 +01:00
sourceTree = "<group>";
};
2023-01-16 15:06:27 +01:00
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
504EC3031FED79650016851F /* App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
buildPhases = (
6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
504EC3001FED79650016851F /* Sources */,
504EC3011FED79650016851F /* Frameworks */,
504EC3021FED79650016851F /* Resources */,
9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
AA1461F6B6F9477889FFC1DD /* [CP] Copy Pods Resources */,
A9D8C5242B87B08300C95FBB /* Embed Foundation Extensions */,
2023-01-16 15:06:27 +01:00
);
buildRules = (
);
dependencies = (
A9D8C51F2B87B08300C95FBB /* PBXTargetDependency */,
2023-01-16 15:06:27 +01:00
);
name = App;
productName = App;
productReference = 504EC3041FED79650016851F /* App.app */;
productType = "com.apple.product-type.application";
};
A9D8C5152B87B08300C95FBB /* Share */ = {
2024-02-08 12:37:57 +01:00
isa = PBXNativeTarget;
buildConfigurationList = A9D8C5212B87B08300C95FBB /* Build configuration list for PBXNativeTarget "Share" */;
2024-02-08 12:37:57 +01:00
buildPhases = (
A9D8C5122B87B08300C95FBB /* Sources */,
A9D8C5132B87B08300C95FBB /* Frameworks */,
A9D8C5142B87B08300C95FBB /* Resources */,
2024-02-08 12:37:57 +01:00
);
buildRules = (
);
dependencies = (
);
name = Share;
productName = Share;
productReference = A9D8C5162B87B08300C95FBB /* Share.appex */;
2024-02-08 12:37:57 +01:00
productType = "com.apple.product-type.app-extension";
};
2023-01-16 15:06:27 +01:00
/* End PBXNativeTarget section */
/* Begin PBXProject section */
504EC2FC1FED79650016851F /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 1520;
LastUpgradeCheck = 1520;
2023-01-16 15:06:27 +01:00
TargetAttributes = {
504EC3031FED79650016851F = {
CreatedOnToolsVersion = 9.2;
LastSwiftMigration = 1100;
ProvisioningStyle = Automatic;
2023-01-16 15:06:27 +01:00
};
A9D8C5152B87B08300C95FBB = {
CreatedOnToolsVersion = 15.2;
2024-02-08 12:37:57 +01:00
};
2023-01-16 15:06:27 +01:00
};
};
buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 504EC2FB1FED79650016851F;
productRefGroup = 504EC3051FED79650016851F /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
504EC3031FED79650016851F /* App */,
A9D8C5152B87B08300C95FBB /* Share */,
2023-01-16 15:06:27 +01:00
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
504EC3021FED79650016851F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
50B271D11FEDC1A000F3C39B /* public in Resources */,
504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
504EC30D1FED79650016851F /* Main.storyboard in Resources */,
2FAD9763203C412B000D30F8 /* config.xml in Resources */,
2024-03-05 09:29:36 +01:00
A99931862B9691C4001D9C4F /* GoogleService-Info.plist in Resources */,
2023-01-16 15:06:27 +01:00
);
runOnlyForDeploymentPostprocessing = 0;
};
A9D8C5142B87B08300C95FBB /* Resources */ = {
2024-02-08 12:37:57 +01:00
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9D8C51C2B87B08300C95FBB /* MainInterface.storyboard in Resources */,
2024-02-08 12:37:57 +01:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2023-01-16 15:06:27 +01:00
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
2023-01-16 15:06:27 +01:00
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
2023-01-16 15:06:27 +01:00
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
2023-01-16 15:06:27 +01:00
);
name = "[CP] Check Pods Manifest.lock";
2023-01-16 15:06:27 +01:00
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
2023-01-16 15:06:27 +01:00
);
runOnlyForDeploymentPostprocessing = 0;
2023-01-16 15:06:27 +01:00
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
2023-01-16 15:06:27 +01:00
showEnvVarsInLog = 0;
};
9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
2023-01-16 15:06:27 +01:00
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
2023-01-16 15:06:27 +01:00
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
2023-01-16 15:06:27 +01:00
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
2023-01-16 15:06:27 +01:00
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
2023-01-16 15:06:27 +01:00
showEnvVarsInLog = 0;
};
AA1461F6B6F9477889FFC1DD /* [CP] Copy Pods Resources */ = {
2023-01-16 15:06:27 +01:00
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
2023-01-16 15:06:27 +01:00
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
2023-01-16 15:06:27 +01:00
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
2023-01-16 15:06:27 +01:00
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
2023-01-16 15:06:27 +01:00
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
504EC3001FED79650016851F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
A9D8C5122B87B08300C95FBB /* Sources */ = {
2024-02-08 12:37:57 +01:00
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9D8C5192B87B08300C95FBB /* ShareViewController.swift in Sources */,
2024-02-08 12:37:57 +01:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2023-01-16 15:06:27 +01:00
/* End PBXSourcesBuildPhase section */
2024-02-08 12:37:57 +01:00
/* Begin PBXTargetDependency section */
A9D8C51F2B87B08300C95FBB /* PBXTargetDependency */ = {
2024-02-08 12:37:57 +01:00
isa = PBXTargetDependency;
target = A9D8C5152B87B08300C95FBB /* Share */;
targetProxy = A9D8C51E2B87B08300C95FBB /* PBXContainerItemProxy */;
2024-02-08 12:37:57 +01:00
};
/* End PBXTargetDependency section */
2023-01-16 15:06:27 +01:00
/* Begin PBXVariantGroup section */
504EC30B1FED79650016851F /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
504EC30C1FED79650016851F /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
504EC3111FED79650016851F /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
A9D8C51A2B87B08300C95FBB /* MainInterface.storyboard */ = {
2024-02-08 12:37:57 +01:00
isa = PBXVariantGroup;
children = (
A9D8C51B2B87B08300C95FBB /* Base */,
2024-02-08 12:37:57 +01:00
);
name = MainInterface.storyboard;
sourceTree = "<group>";
};
2023-01-16 15:06:27 +01:00
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
504EC3141FED79650016851F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
2023-01-16 15:06:27 +01:00
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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
2023-10-09 14:15:21 +01:00
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
2023-01-16 15:06:27 +01:00
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;
2023-10-09 14:15:21 +01:00
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2023-01-16 15:06:27 +01:00
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2023-10-09 14:15:21 +01:00
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2023-01-16 15:06:27 +01:00
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;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
2023-01-16 15:06:27 +01:00
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 = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
504EC3151FED79650016851F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
2023-01-16 15:06:27 +01:00
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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
2023-10-09 14:15:21 +01:00
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
2023-01-16 15:06:27 +01:00
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;
2023-10-09 14:15:21 +01:00
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2023-01-16 15:06:27 +01:00
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2023-10-09 14:15:21 +01:00
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2023-01-16 15:06:27 +01:00
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;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
2023-01-16 15:06:27 +01:00
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 = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
2023-10-05 17:02:05 +01:00
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
2023-01-16 15:06:27 +01:00
VALIDATE_PRODUCT = YES;
};
name = Release;
};
504EC3171FED79650016851F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
buildSettings = {
2024-02-08 12:37:57 +01:00
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
2023-01-16 15:06:27 +01:00
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2023-10-09 14:15:21 +01:00
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
2024-03-14 15:39:08 +01:00
CURRENT_PROJECT_VERSION = 94;
DEVELOPMENT_TEAM = 94BRNM2LSS;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
2023-01-16 15:06:27 +01:00
INFOPLIST_FILE = App/Info.plist;
2024-03-05 09:29:36 +01:00
IPHONEOS_DEPLOYMENT_TARGET = 16.3;
2023-10-05 17:02:05 +01:00
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
2024-03-14 15:39:08 +01:00
MARKETING_VERSION = 4.4;
2023-01-16 15:06:27 +01:00
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.gpr.gabinetedigital.teste;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
504EC3181FED79650016851F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
buildSettings = {
2024-02-08 12:37:57 +01:00
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
2023-01-16 15:06:27 +01:00
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2023-10-09 14:15:21 +01:00
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
2024-03-14 15:39:08 +01:00
CURRENT_PROJECT_VERSION = 94;
DEVELOPMENT_TEAM = 94BRNM2LSS;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
2023-01-16 15:06:27 +01:00
INFOPLIST_FILE = App/Info.plist;
2024-03-05 09:29:36 +01:00
IPHONEOS_DEPLOYMENT_TARGET = 16.3;
2023-10-05 17:02:05 +01:00
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
2024-03-14 15:39:08 +01:00
MARKETING_VERSION = 4.4;
2023-01-16 15:06:27 +01:00
PRODUCT_BUNDLE_IDENTIFIER = com.gpr.gabinetedigital.teste;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
A9D8C5222B87B08300C95FBB /* Debug */ = {
2024-02-08 12:37:57 +01:00
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
2024-02-08 12:37:57 +01:00
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 94BRNM2LSS;
GCC_C_LANGUAGE_STANDARD = gnu17;
2024-02-08 12:37:57 +01:00
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Share/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Share;
2024-02-08 12:37:57 +01:00
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
2024-02-08 12:37:57 +01:00
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
2024-02-08 12:37:57 +01:00
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.gpr.gabinetedigital.teste.Share;
2024-02-08 12:37:57 +01:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
2024-02-08 12:37:57 +01:00
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
A9D8C5232B87B08300C95FBB /* Release */ = {
2024-02-08 12:37:57 +01:00
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
2024-02-08 12:37:57 +01:00
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 94BRNM2LSS;
GCC_C_LANGUAGE_STANDARD = gnu17;
2024-02-08 12:37:57 +01:00
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Share/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Share;
2024-02-08 12:37:57 +01:00
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
2024-02-08 12:37:57 +01:00
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
2024-02-08 12:37:57 +01:00
MARKETING_VERSION = 1.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.gpr.gabinetedigital.teste.Share;
2024-02-08 12:37:57 +01:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
2023-01-16 15:06:27 +01:00
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
504EC3141FED79650016851F /* Debug */,
504EC3151FED79650016851F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
504EC3171FED79650016851F /* Debug */,
504EC3181FED79650016851F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A9D8C5212B87B08300C95FBB /* Build configuration list for PBXNativeTarget "Share" */ = {
2024-02-08 12:37:57 +01:00
isa = XCConfigurationList;
buildConfigurations = (
A9D8C5222B87B08300C95FBB /* Debug */,
A9D8C5232B87B08300C95FBB /* Release */,
2024-02-08 12:37:57 +01:00
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2023-01-16 15:06:27 +01:00
/* End XCConfigurationList section */
};
rootObject = 504EC2FC1FED79650016851F /* Project object */;
}