Feat: - Using Tauri framework by default - Add new configuration to initiate mobile app and its command for dev - Add dependencies needed for mobile build Test: - Confirm to be built successfully
438 lines
19 KiB
Plaintext
438 lines
19 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 77;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
2D5E1EF41FD40AD14A32AECB /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 9CF7145F5BEB31A48C039CAA /* assets */; };
|
|
55727D4BF5F8903F3F82CA8E /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18194592748C25E86740316E /* WebKit.framework */; };
|
|
80C8C51DBFFC5948E5E1F7D5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C50BBD71E279CD823209B08F /* UIKit.framework */; };
|
|
8432E6CB5F590CC36407993D /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A5D3DAC8CD890F715884A7 /* Metal.framework */; };
|
|
912B704D12AE5ABBB617F3A6 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F49DC7457B07DC5B5FFD9AD1 /* Security.framework */; };
|
|
9921188051A8BAECF6072DF9 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1491DA99FB1892188AF47CA9 /* main.mm */; };
|
|
AB05F879632F4635A3358098 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3912A7B1D3C66C8CE02A2670 /* Assets.xcassets */; };
|
|
B7AF5D0792B2C6EAD6B27D42 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE225DE6DD839E98AAD07B2A /* MetalKit.framework */; };
|
|
C4D01ECFFFCA54D4D72E5F37 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25D61A2E7AD2C2C071E000EC /* QuartzCore.framework */; };
|
|
E7D8A866EF752607B300AB8A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8E0ADE5A4C5563C271ED7CE /* CoreGraphics.framework */; };
|
|
F10514A4225EEAA362BEC498 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CA2AA407C21744939A37F83F /* LaunchScreen.storyboard */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
1491DA99FB1892188AF47CA9 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
|
|
18194592748C25E86740316E /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
|
25D61A2E7AD2C2C071E000EC /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
3912A7B1D3C66C8CE02A2670 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
53E965D2090F070AD1B0785E /* jan-mobile_iOS.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = "jan-mobile_iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
66A5D3DAC8CD890F715884A7 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
|
|
7D7AE12BBEB1576A7D52D387 /* main.rs */ = {isa = PBXFileReference; path = main.rs; sourceTree = "<group>"; };
|
|
823F1AC49B5FEF2C26EF9664 /* bindings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bindings.h; sourceTree = "<group>"; };
|
|
9623F20A757134A351169D4F /* lib.rs */ = {isa = PBXFileReference; path = lib.rs; sourceTree = "<group>"; };
|
|
9CF7145F5BEB31A48C039CAA /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = assets; sourceTree = SOURCE_ROOT; };
|
|
AE225DE6DD839E98AAD07B2A /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
|
|
BF865FB8CA77765A92773B35 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
|
C50BBD71E279CD823209B08F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
C8E0ADE5A4C5563C271ED7CE /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
CA2AA407C21744939A37F83F /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
D28A658735980B59FF740559 /* jan-mobile_iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "jan-mobile_iOS.entitlements"; sourceTree = "<group>"; };
|
|
F49DC7457B07DC5B5FFD9AD1 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
E2C01FFE4278315B7D657888 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E7D8A866EF752607B300AB8A /* CoreGraphics.framework in Frameworks */,
|
|
8432E6CB5F590CC36407993D /* Metal.framework in Frameworks */,
|
|
B7AF5D0792B2C6EAD6B27D42 /* MetalKit.framework in Frameworks */,
|
|
C4D01ECFFFCA54D4D72E5F37 /* QuartzCore.framework in Frameworks */,
|
|
912B704D12AE5ABBB617F3A6 /* Security.framework in Frameworks */,
|
|
80C8C51DBFFC5948E5E1F7D5 /* UIKit.framework in Frameworks */,
|
|
55727D4BF5F8903F3F82CA8E /* WebKit.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0B36BC28CB06B690294C30BC /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53E965D2090F070AD1B0785E /* jan-mobile_iOS.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
4D9F3E19A730ABBD53863285 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9CF7145F5BEB31A48C039CAA /* assets */,
|
|
3912A7B1D3C66C8CE02A2670 /* Assets.xcassets */,
|
|
CA2AA407C21744939A37F83F /* LaunchScreen.storyboard */,
|
|
B33B42C897C443872C9E4FED /* jan-mobile_iOS */,
|
|
AA9698029C5175D1DF2AA03A /* Sources */,
|
|
50BE4EC8312DBC49DB0CFBB7 /* src */,
|
|
5563DA3623750B17CDE53221 /* Frameworks */,
|
|
0B36BC28CB06B690294C30BC /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
50BE4EC8312DBC49DB0CFBB7 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9623F20A757134A351169D4F /* lib.rs */,
|
|
7D7AE12BBEB1576A7D52D387 /* main.rs */,
|
|
);
|
|
name = src;
|
|
path = ../../src;
|
|
sourceTree = "<group>";
|
|
};
|
|
5563DA3623750B17CDE53221 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C8E0ADE5A4C5563C271ED7CE /* CoreGraphics.framework */,
|
|
66A5D3DAC8CD890F715884A7 /* Metal.framework */,
|
|
AE225DE6DD839E98AAD07B2A /* MetalKit.framework */,
|
|
25D61A2E7AD2C2C071E000EC /* QuartzCore.framework */,
|
|
F49DC7457B07DC5B5FFD9AD1 /* Security.framework */,
|
|
C50BBD71E279CD823209B08F /* UIKit.framework */,
|
|
18194592748C25E86740316E /* WebKit.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA9698029C5175D1DF2AA03A /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E23954EB0CF38DAA5463246D /* jan-mobile */,
|
|
);
|
|
path = Sources;
|
|
sourceTree = "<group>";
|
|
};
|
|
B33B42C897C443872C9E4FED /* jan-mobile_iOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BF865FB8CA77765A92773B35 /* Info.plist */,
|
|
D28A658735980B59FF740559 /* jan-mobile_iOS.entitlements */,
|
|
);
|
|
path = "jan-mobile_iOS";
|
|
sourceTree = "<group>";
|
|
};
|
|
BCF569B51213D550E5EE2ECF /* bindings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
823F1AC49B5FEF2C26EF9664 /* bindings.h */,
|
|
);
|
|
path = bindings;
|
|
sourceTree = "<group>";
|
|
};
|
|
E23954EB0CF38DAA5463246D /* jan-mobile */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1491DA99FB1892188AF47CA9 /* main.mm */,
|
|
BCF569B51213D550E5EE2ECF /* bindings */,
|
|
);
|
|
path = "jan-mobile";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
C3CE77689C09622CD69F6888 /* jan-mobile_iOS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 4037C541E7B0045FBEAECB76 /* Build configuration list for PBXNativeTarget "jan-mobile_iOS" */;
|
|
buildPhases = (
|
|
AE13105D63BDA4619A7EAF52 /* Build Rust Code */,
|
|
0CED95022BED9EC0685EB54B /* Sources */,
|
|
9EBD46F1F0A085BEDED360F1 /* Resources */,
|
|
E2C01FFE4278315B7D657888 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "jan-mobile_iOS";
|
|
packageProductDependencies = (
|
|
);
|
|
productName = "jan-mobile_iOS";
|
|
productReference = 53E965D2090F070AD1B0785E /* jan-mobile_iOS.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0F604C37BDFD2F51A95D9820 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = YES;
|
|
LastUpgradeCheck = 1430;
|
|
};
|
|
buildConfigurationList = 55A1CCE9EF24EE89D8EE6635 /* Build configuration list for PBXProject "jan-mobile" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
Base,
|
|
en,
|
|
);
|
|
mainGroup = 4D9F3E19A730ABBD53863285;
|
|
minimizedProjectReferenceProxies = 1;
|
|
preferredProjectObjectVersion = 77;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
C3CE77689C09622CD69F6888 /* jan-mobile_iOS */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
9EBD46F1F0A085BEDED360F1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AB05F879632F4635A3358098 /* Assets.xcassets in Resources */,
|
|
F10514A4225EEAA362BEC498 /* LaunchScreen.storyboard in Resources */,
|
|
2D5E1EF41FD40AD14A32AECB /* assets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
AE13105D63BDA4619A7EAF52 /* Build Rust Code */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
alwaysOutOfDate = 1;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Build Rust Code";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"$(SRCROOT)/Externals/arm64/${CONFIGURATION}/libapp.a",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "export PATH=\"$HOME/.cargo/bin:$PATH\"\ncd ../../../src-tauri\nunset RUSTC_WRAPPER\n\n# Set iOS SDK environment variables\nexport IPHONEOS_DEPLOYMENT_TARGET=13.0\nexport CC_aarch64_apple_ios_sim=clang\nexport CXX_aarch64_apple_ios_sim=clang++\nexport CFLAGS_aarch64_apple_ios_sim=\"-target aarch64-apple-ios13.0-simulator -isysroot ${SDKROOT}\"\nexport CARGO_TARGET_AARCH64_APPLE_IOS_SIM_LINKER=clang\nexport CARGO_TARGET_AARCH64_APPLE_IOS_SIM_RUSTFLAGS=\"-C link-arg=-target -C link-arg=aarch64-apple-ios13.0-simulator -C link-arg=-isysroot -C link-arg=${SDKROOT}\"\n\nif [ \"$CONFIGURATION\" = \"debug\" ]; then\n mkdir -p ../gen/apple/Externals/arm64/Debug\n cargo build --target aarch64-apple-ios-sim --lib\n cp target/aarch64-apple-ios-sim/debug/libapp.a ../gen/apple/Externals/arm64/Debug/libapp.a\nelse\n mkdir -p ../gen/apple/Externals/arm64/Release\n cargo build --target aarch64-apple-ios-sim --lib --release\n cp target/aarch64-apple-ios-sim/release/libapp.a ../gen/apple/Externals/arm64/Release/libapp.a\nfi\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
0CED95022BED9EC0685EB54B /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9921188051A8BAECF6072DF9 /* main.mm in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
24C8568C6640CB41D71B7DA4 /* 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;
|
|
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 = (
|
|
"$(inherited)",
|
|
"DEBUG=1",
|
|
);
|
|
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 = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = debug;
|
|
};
|
|
DBAC9EAB4830B0DC7EABC879 /* 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;
|
|
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 = 13.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = release;
|
|
};
|
|
E35C03F46C651D514C58F24F /* release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
ARCHS = (
|
|
arm64,
|
|
);
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = "jan-mobile_iOS/jan-mobile_iOS.entitlements";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
ENABLE_BITCODE = NO;
|
|
"EXCLUDED_ARCHS[sdk=iphoneos*]" = x86_64;
|
|
INFOPLIST_FILE = "jan-mobile_iOS/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(inherited) $(PROJECT_DIR)/Externals/arm64/Debug $(PROJECT_DIR)/Externals/arm64/Release $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
|
|
OTHER_LDFLAGS = "-lapp";
|
|
PRODUCT_BUNDLE_IDENTIFIER = jan.ai.mobile;
|
|
PRODUCT_NAME = "Jan Mobile";
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALID_ARCHS = arm64;
|
|
};
|
|
name = release;
|
|
};
|
|
FDCD7223935B85075857AACC /* debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
ARCHS = (
|
|
arm64,
|
|
);
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = "jan-mobile_iOS/jan-mobile_iOS.entitlements";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
ENABLE_BITCODE = NO;
|
|
"EXCLUDED_ARCHS[sdk=iphoneos*]" = x86_64;
|
|
INFOPLIST_FILE = "jan-mobile_iOS/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(inherited) $(PROJECT_DIR)/Externals/arm64/Debug $(PROJECT_DIR)/Externals/arm64/Release $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
|
|
OTHER_LDFLAGS = "-lapp";
|
|
PRODUCT_BUNDLE_IDENTIFIER = jan.ai.mobile;
|
|
PRODUCT_NAME = "Jan Mobile";
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALID_ARCHS = arm64;
|
|
};
|
|
name = debug;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
4037C541E7B0045FBEAECB76 /* Build configuration list for PBXNativeTarget "jan-mobile_iOS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FDCD7223935B85075857AACC /* debug */,
|
|
E35C03F46C651D514C58F24F /* release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = debug;
|
|
};
|
|
55A1CCE9EF24EE89D8EE6635 /* Build configuration list for PBXProject "jan-mobile" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
24C8568C6640CB41D71B7DA4 /* debug */,
|
|
DBAC9EAB4830B0DC7EABC879 /* release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = debug;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0F604C37BDFD2F51A95D9820 /* Project object */;
|
|
}
|