This commit is contained in:
Avneet Singh 2024-08-14 20:01:08 +05:30 committed by GitHub
parent 94ba91a5c1
commit c972741d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 152 additions and 516 deletions

View File

@ -2,7 +2,7 @@
accompanistPagerVersion = "0.34.0"
androidPdfViewerVersion = "2.8.2"
appcompatVersion = "1.7.0"
androidGradlePlugin = "8.5.1"
androidGradlePlugin = "8.4.0"
checkstyleVersion = "10.16.0"
compileSdk = "34"
constraintlayoutVersion = "2.1.4"

View File

@ -7,62 +7,22 @@
objects = {
/* Begin PBXBuildFile section */
E58CD68D2C4D4EDB00782C38 /* iosAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58CD68C2C4D4EDB00782C38 /* iosAppApp.swift */; };
E58CD68F2C4D4EDB00782C38 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58CD68E2C4D4EDB00782C38 /* ContentView.swift */; };
E58CD6912C4D4EDD00782C38 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E58CD6902C4D4EDD00782C38 /* Assets.xcassets */; };
E58CD6952C4D4EDD00782C38 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E58CD6942C4D4EDD00782C38 /* Preview Assets.xcassets */; };
E58CD69F2C4D4EDD00782C38 /* iosAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58CD69E2C4D4EDD00782C38 /* iosAppTests.swift */; };
E58CD6A92C4D4EDD00782C38 /* iosAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58CD6A82C4D4EDD00782C38 /* iosAppUITests.swift */; };
E58CD6AB2C4D4EDD00782C38 /* iosAppUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58CD6AA2C4D4EDD00782C38 /* iosAppUITestsLaunchTests.swift */; };
189117BD2C6CC76200DABAA8 /* iosAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 189117BC2C6CC76200DABAA8 /* iosAppApp.swift */; };
189117BF2C6CC76200DABAA8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 189117BE2C6CC76200DABAA8 /* ContentView.swift */; };
189117C12C6CC76400DABAA8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 189117C02C6CC76400DABAA8 /* Assets.xcassets */; };
189117C42C6CC76400DABAA8 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 189117C32C6CC76400DABAA8 /* Preview Assets.xcassets */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
E58CD69B2C4D4EDD00782C38 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E58CD6812C4D4EDB00782C38 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E58CD6882C4D4EDB00782C38;
remoteInfo = iosApp;
};
E58CD6A52C4D4EDD00782C38 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E58CD6812C4D4EDB00782C38 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E58CD6882C4D4EDB00782C38;
remoteInfo = iosApp;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
E58CD6892C4D4EDB00782C38 /* iosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
E58CD68C2C4D4EDB00782C38 /* iosAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosAppApp.swift; sourceTree = "<group>"; };
E58CD68E2C4D4EDB00782C38 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
E58CD6902C4D4EDD00782C38 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E58CD6922C4D4EDD00782C38 /* iosApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iosApp.entitlements; sourceTree = "<group>"; };
E58CD6942C4D4EDD00782C38 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
E58CD69A2C4D4EDD00782C38 /* iosAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iosAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E58CD69E2C4D4EDD00782C38 /* iosAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosAppTests.swift; sourceTree = "<group>"; };
E58CD6A42C4D4EDD00782C38 /* iosAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iosAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E58CD6A82C4D4EDD00782C38 /* iosAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosAppUITests.swift; sourceTree = "<group>"; };
E58CD6AA2C4D4EDD00782C38 /* iosAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosAppUITestsLaunchTests.swift; sourceTree = "<group>"; };
189117B92C6CC76200DABAA8 /* iosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
189117BC2C6CC76200DABAA8 /* iosAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosAppApp.swift; sourceTree = "<group>"; };
189117BE2C6CC76200DABAA8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
189117C02C6CC76400DABAA8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
189117C32C6CC76400DABAA8 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E58CD6862C4D4EDB00782C38 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E58CD6972C4D4EDD00782C38 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E58CD6A12C4D4EDD00782C38 /* Frameworks */ = {
189117B62C6CC76200DABAA8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
@ -72,73 +32,52 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
E58CD6802C4D4EDB00782C38 = {
189117B02C6CC76200DABAA8 = {
isa = PBXGroup;
children = (
E58CD68B2C4D4EDB00782C38 /* iosApp */,
E58CD69D2C4D4EDD00782C38 /* iosAppTests */,
E58CD6A72C4D4EDD00782C38 /* iosAppUITests */,
E58CD68A2C4D4EDB00782C38 /* Products */,
189117BB2C6CC76200DABAA8 /* iosApp */,
189117BA2C6CC76200DABAA8 /* Products */,
);
sourceTree = "<group>";
};
E58CD68A2C4D4EDB00782C38 /* Products */ = {
189117BA2C6CC76200DABAA8 /* Products */ = {
isa = PBXGroup;
children = (
E58CD6892C4D4EDB00782C38 /* iosApp.app */,
E58CD69A2C4D4EDD00782C38 /* iosAppTests.xctest */,
E58CD6A42C4D4EDD00782C38 /* iosAppUITests.xctest */,
189117B92C6CC76200DABAA8 /* iosApp.app */,
);
name = Products;
sourceTree = "<group>";
};
E58CD68B2C4D4EDB00782C38 /* iosApp */ = {
189117BB2C6CC76200DABAA8 /* iosApp */ = {
isa = PBXGroup;
children = (
E58CD68C2C4D4EDB00782C38 /* iosAppApp.swift */,
E58CD68E2C4D4EDB00782C38 /* ContentView.swift */,
E58CD6902C4D4EDD00782C38 /* Assets.xcassets */,
E58CD6922C4D4EDD00782C38 /* iosApp.entitlements */,
E58CD6932C4D4EDD00782C38 /* Preview Content */,
189117BC2C6CC76200DABAA8 /* iosAppApp.swift */,
189117BE2C6CC76200DABAA8 /* ContentView.swift */,
189117C02C6CC76400DABAA8 /* Assets.xcassets */,
189117C22C6CC76400DABAA8 /* Preview Content */,
);
path = iosApp;
sourceTree = "<group>";
};
E58CD6932C4D4EDD00782C38 /* Preview Content */ = {
189117C22C6CC76400DABAA8 /* Preview Content */ = {
isa = PBXGroup;
children = (
E58CD6942C4D4EDD00782C38 /* Preview Assets.xcassets */,
189117C32C6CC76400DABAA8 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
E58CD69D2C4D4EDD00782C38 /* iosAppTests */ = {
isa = PBXGroup;
children = (
E58CD69E2C4D4EDD00782C38 /* iosAppTests.swift */,
);
path = iosAppTests;
sourceTree = "<group>";
};
E58CD6A72C4D4EDD00782C38 /* iosAppUITests */ = {
isa = PBXGroup;
children = (
E58CD6A82C4D4EDD00782C38 /* iosAppUITests.swift */,
E58CD6AA2C4D4EDD00782C38 /* iosAppUITestsLaunchTests.swift */,
);
path = iosAppUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
E58CD6882C4D4EDB00782C38 /* iosApp */ = {
189117B82C6CC76200DABAA8 /* iosApp */ = {
isa = PBXNativeTarget;
buildConfigurationList = E58CD6AE2C4D4EDD00782C38 /* Build configuration list for PBXNativeTarget "iosApp" */;
buildConfigurationList = 189117C72C6CC76400DABAA8 /* Build configuration list for PBXNativeTarget "iosApp" */;
buildPhases = (
E58CD6852C4D4EDB00782C38 /* Sources */,
E58CD6862C4D4EDB00782C38 /* Frameworks */,
E58CD6872C4D4EDB00782C38 /* Resources */,
189117CA2C6CC79C00DABAA8 /* ShellScript */,
189117B52C6CC76200DABAA8 /* Sources */,
189117B62C6CC76200DABAA8 /* Frameworks */,
189117B72C6CC76200DABAA8 /* Resources */,
);
buildRules = (
);
@ -146,69 +85,25 @@
);
name = iosApp;
productName = iosApp;
productReference = E58CD6892C4D4EDB00782C38 /* iosApp.app */;
productReference = 189117B92C6CC76200DABAA8 /* iosApp.app */;
productType = "com.apple.product-type.application";
};
E58CD6992C4D4EDD00782C38 /* iosAppTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E58CD6B12C4D4EDD00782C38 /* Build configuration list for PBXNativeTarget "iosAppTests" */;
buildPhases = (
E58CD6962C4D4EDD00782C38 /* Sources */,
E58CD6972C4D4EDD00782C38 /* Frameworks */,
E58CD6982C4D4EDD00782C38 /* Resources */,
);
buildRules = (
);
dependencies = (
E58CD69C2C4D4EDD00782C38 /* PBXTargetDependency */,
);
name = iosAppTests;
productName = iosAppTests;
productReference = E58CD69A2C4D4EDD00782C38 /* iosAppTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
E58CD6A32C4D4EDD00782C38 /* iosAppUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E58CD6B42C4D4EDD00782C38 /* Build configuration list for PBXNativeTarget "iosAppUITests" */;
buildPhases = (
E58CD6A02C4D4EDD00782C38 /* Sources */,
E58CD6A12C4D4EDD00782C38 /* Frameworks */,
E58CD6A22C4D4EDD00782C38 /* Resources */,
);
buildRules = (
);
dependencies = (
E58CD6A62C4D4EDD00782C38 /* PBXTargetDependency */,
);
name = iosAppUITests;
productName = iosAppUITests;
productReference = E58CD6A42C4D4EDD00782C38 /* iosAppUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E58CD6812C4D4EDB00782C38 /* Project object */ = {
189117B12C6CC76200DABAA8 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1540;
LastUpgradeCheck = 1540;
LastSwiftUpdateCheck = 1530;
LastUpgradeCheck = 1530;
TargetAttributes = {
E58CD6882C4D4EDB00782C38 = {
CreatedOnToolsVersion = 15.4;
};
E58CD6992C4D4EDD00782C38 = {
CreatedOnToolsVersion = 15.4;
TestTargetID = E58CD6882C4D4EDB00782C38;
};
E58CD6A32C4D4EDD00782C38 = {
CreatedOnToolsVersion = 15.4;
TestTargetID = E58CD6882C4D4EDB00782C38;
189117B82C6CC76200DABAA8 = {
CreatedOnToolsVersion = 15.3;
};
};
};
buildConfigurationList = E58CD6842C4D4EDB00782C38 /* Build configuration list for PBXProject "iosApp" */;
buildConfigurationList = 189117B42C6CC76200DABAA8 /* Build configuration list for PBXProject "iosApp" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
@ -216,88 +111,62 @@
en,
Base,
);
mainGroup = E58CD6802C4D4EDB00782C38;
productRefGroup = E58CD68A2C4D4EDB00782C38 /* Products */;
mainGroup = 189117B02C6CC76200DABAA8;
productRefGroup = 189117BA2C6CC76200DABAA8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E58CD6882C4D4EDB00782C38 /* iosApp */,
E58CD6992C4D4EDD00782C38 /* iosAppTests */,
E58CD6A32C4D4EDD00782C38 /* iosAppUITests */,
189117B82C6CC76200DABAA8 /* iosApp */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E58CD6872C4D4EDB00782C38 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E58CD6952C4D4EDD00782C38 /* Preview Assets.xcassets in Resources */,
E58CD6912C4D4EDD00782C38 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E58CD6982C4D4EDD00782C38 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E58CD6A22C4D4EDD00782C38 /* Resources */ = {
189117B72C6CC76200DABAA8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
189117C42C6CC76400DABAA8 /* Preview Assets.xcassets in Resources */,
189117C12C6CC76400DABAA8 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
189117CA2C6CC79C00DABAA8 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncd \"$SRCROOT/..\"\n./gradlew :shared:embedAndSignAppleFrameworkForXcode\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
E58CD6852C4D4EDB00782C38 /* Sources */ = {
189117B52C6CC76200DABAA8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E58CD68F2C4D4EDB00782C38 /* ContentView.swift in Sources */,
E58CD68D2C4D4EDB00782C38 /* iosAppApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E58CD6962C4D4EDD00782C38 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E58CD69F2C4D4EDD00782C38 /* iosAppTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E58CD6A02C4D4EDD00782C38 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E58CD6AB2C4D4EDD00782C38 /* iosAppUITestsLaunchTests.swift in Sources */,
E58CD6A92C4D4EDD00782C38 /* iosAppUITests.swift in Sources */,
189117BF2C6CC76200DABAA8 /* ContentView.swift in Sources */,
189117BD2C6CC76200DABAA8 /* iosAppApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
E58CD69C2C4D4EDD00782C38 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E58CD6882C4D4EDB00782C38 /* iosApp */;
targetProxy = E58CD69B2C4D4EDD00782C38 /* PBXContainerItemProxy */;
};
E58CD6A62C4D4EDD00782C38 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E58CD6882C4D4EDB00782C38 /* iosApp */;
targetProxy = E58CD6A52C4D4EDD00782C38 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
E58CD6AC2C4D4EDD00782C38 /* Debug */ = {
189117C52C6CC76400DABAA8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@ -349,16 +218,18 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E58CD6AD2C4D4EDD00782C38 /* Release */ = {
189117C62C6CC76400DABAA8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@ -404,211 +275,110 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E58CD6AF2C4D4EDD00782C38 /* Debug */ = {
189117C82C6CC76400DABAA8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = iosApp/iosApp.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
DEVELOPMENT_TEAM = Z52R6G56V8;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)";
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.mifos.iosApp.iosApp;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
shared,
);
PRODUCT_BUNDLE_IDENTIFIER = org.mifospay.iosApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
E58CD6B02C4D4EDD00782C38 /* Release */ = {
189117C92C6CC76400DABAA8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = iosApp/iosApp.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
DEVELOPMENT_TEAM = Z52R6G56V8;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)";
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.2;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.mifos.iosApp.iosApp;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
shared,
);
PRODUCT_BUNDLE_IDENTIFIER = org.mifospay.iosApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
E58CD6B22C4D4EDD00782C38 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.mifos.iosApp.iosAppTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/iosApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/iosApp";
};
name = Debug;
};
E58CD6B32C4D4EDD00782C38 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.mifos.iosApp.iosAppTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/iosApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/iosApp";
};
name = Release;
};
E58CD6B52C4D4EDD00782C38 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.mifos.iosApp.iosAppUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = iosApp;
};
name = Debug;
};
E58CD6B62C4D4EDD00782C38 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.mifos.iosApp.iosAppUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = iosApp;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E58CD6842C4D4EDB00782C38 /* Build configuration list for PBXProject "iosApp" */ = {
189117B42C6CC76200DABAA8 /* Build configuration list for PBXProject "iosApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E58CD6AC2C4D4EDD00782C38 /* Debug */,
E58CD6AD2C4D4EDD00782C38 /* Release */,
189117C52C6CC76400DABAA8 /* Debug */,
189117C62C6CC76400DABAA8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E58CD6AE2C4D4EDD00782C38 /* Build configuration list for PBXNativeTarget "iosApp" */ = {
189117C72C6CC76400DABAA8 /* Build configuration list for PBXNativeTarget "iosApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E58CD6AF2C4D4EDD00782C38 /* Debug */,
E58CD6B02C4D4EDD00782C38 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E58CD6B12C4D4EDD00782C38 /* Build configuration list for PBXNativeTarget "iosAppTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E58CD6B22C4D4EDD00782C38 /* Debug */,
E58CD6B32C4D4EDD00782C38 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E58CD6B42C4D4EDD00782C38 /* Build configuration list for PBXNativeTarget "iosAppUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E58CD6B52C4D4EDD00782C38 /* Debug */,
E58CD6B62C4D4EDD00782C38 /* Release */,
189117C82C6CC76400DABAA8 /* Debug */,
189117C92C6CC76400DABAA8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E58CD6812C4D4EDB00782C38 /* Project object */;
rootObject = 189117B12C6CC76200DABAA8 /* Project object */;
}

View File

@ -1,10 +1,5 @@
<?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.files.user-selected.read-only</key>
<true/>
</dict>
<dict />
</plist>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction>
<BuildActionEntries>
<BuildActionEntry
buildForRunning = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "189117B82C6CC76200DABAA8"
BuildableName = "iosApp.app"
BlueprintName = "iosApp"
ReferencedContainer = "container:iosApp.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<LaunchAction
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "189117B82C6CC76200DABAA8"
BuildableName = "iosApp.app"
BlueprintName = "iosApp"
ReferencedContainer = "container:iosApp.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
</Scheme>

View File

@ -4,7 +4,7 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>iosApp.xcscheme_^#shared#^_</key>
<key>iosApp.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>

View File

@ -4,56 +4,6 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {

View File

@ -2,19 +2,15 @@
// ContentView.swift
// iosApp
//
// Created by Pratyush Singh on 21/07/24.
// Created by Apple on 14/08/24.
//
import SwiftUI
import shared
struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
}
Text(Greeting().greet())
.padding()
}
}

View File

@ -2,7 +2,7 @@
// iosAppApp.swift
// iosApp
//
// Created by Pratyush Singh on 21/07/24.
// Created by Apple on 14/08/24.
//
import SwiftUI

View File

@ -1,35 +0,0 @@
//
// iosAppTests.swift
// iosAppTests
//
// Created by Pratyush Singh on 21/07/24.
//
import XCTest
final class iosAppTests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
// Any test you write for XCTest can be annotated as throws and async.
// Mark your test throws to produce an unexpected failure when your test encounters an uncaught error.
// Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards.
}
func testPerformanceExample() throws {
// This is an example of a performance test case.
measure {
// Put the code you want to measure the time of here.
}
}
}

View File

@ -1,41 +0,0 @@
//
// iosAppUITests.swift
// iosAppUITests
//
// Created by Pratyush Singh on 21/07/24.
//
import XCTest
final class iosAppUITests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
// In UI tests its important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func testExample() throws {
// UI tests must launch the application that they test.
let app = XCUIApplication()
app.launch()
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
func testLaunchPerformance() throws {
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
// This measures how long it takes to launch your application.
measure(metrics: [XCTApplicationLaunchMetric()]) {
XCUIApplication().launch()
}
}
}
}

View File

@ -1,32 +0,0 @@
//
// iosAppUITestsLaunchTests.swift
// iosAppUITests
//
// Created by Pratyush Singh on 21/07/24.
//
import XCTest
final class iosAppUITestsLaunchTests: XCTestCase {
override class var runsForEachTargetApplicationUIConfiguration: Bool {
true
}
override func setUpWithError() throws {
continueAfterFailure = false
}
func testLaunch() throws {
let app = XCUIApplication()
app.launch()
// Insert steps here to perform after app launch but before taking a screenshot,
// such as logging into a test account or navigating somewhere in the app
let attachment = XCTAttachment(screenshot: app.screenshot())
attachment.name = "Launch Screen"
attachment.lifetime = .keepAlways
add(attachment)
}
}

View File

@ -28,6 +28,7 @@ kotlin {
//put your multiplatform dependencies here
}
}
task("testClasses")
}
android {