|
@@ -19,6 +19,7 @@
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
|
|
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
|
|
|
|
|
+ 3ADCC9692973F95500429B0F /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
|
|
|
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; 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; };
|
|
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>"; };
|
|
504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
@@ -73,6 +74,7 @@
|
|
|
504EC3061FED79650016851F /* App */ = {
|
|
504EC3061FED79650016851F /* App */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 3ADCC9692973F95500429B0F /* App.entitlements */,
|
|
|
50379B222058CBB4000EE86E /* capacitor.config.json */,
|
|
50379B222058CBB4000EE86E /* capacitor.config.json */,
|
|
|
504EC3071FED79650016851F /* AppDelegate.swift */,
|
|
504EC3071FED79650016851F /* AppDelegate.swift */,
|
|
|
504EC30B1FED79650016851F /* Main.storyboard */,
|
|
504EC30B1FED79650016851F /* Main.storyboard */,
|
|
@@ -237,6 +239,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
|
+ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
@@ -294,6 +297,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
|
+ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
@@ -345,8 +349,11 @@
|
|
|
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
|
|
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
|
+ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
+ DEFINES_MODULE = NO;
|
|
|
DEVELOPMENT_TEAM = 72P5Y6N578;
|
|
DEVELOPMENT_TEAM = 72P5Y6N578;
|
|
|
INFOPLIST_FILE = App/Info.plist;
|
|
INFOPLIST_FILE = App/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
@@ -356,6 +363,7 @@
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bigauction.mobile;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bigauction.mobile;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "";
|
|
|
SWIFT_VERSION = 5.0;
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
};
|
|
@@ -366,8 +374,11 @@
|
|
|
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
|
|
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
|
+ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
+ DEFINES_MODULE = NO;
|
|
|
DEVELOPMENT_TEAM = 72P5Y6N578;
|
|
DEVELOPMENT_TEAM = 72P5Y6N578;
|
|
|
INFOPLIST_FILE = App/Info.plist;
|
|
INFOPLIST_FILE = App/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
@@ -376,6 +387,7 @@
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bigauction.mobile;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bigauction.mobile;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
|
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "";
|
|
|
SWIFT_VERSION = 5.0;
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
};
|