Skip to content

Commit

Permalink
project import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitrevs committed Jun 16, 2019
0 parents commit 2e2ed8f
Show file tree
Hide file tree
Showing 17 changed files with 844 additions and 0 deletions.
363 changes: 363 additions & 0 deletions TextRecognizerSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,363 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
E80C7A8F22B67BA700E76B68 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80C7A8E22B67BA700E76B68 /* AppDelegate.swift */; };
E80C7A9122B67BA700E76B68 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80C7A9022B67BA700E76B68 /* SceneDelegate.swift */; };
E80C7A9322B67BA700E76B68 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80C7A9222B67BA700E76B68 /* ContentView.swift */; };
E80C7A9522B67BA800E76B68 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E80C7A9422B67BA800E76B68 /* Assets.xcassets */; };
E80C7A9822B67BA800E76B68 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E80C7A9722B67BA800E76B68 /* Preview Assets.xcassets */; };
E80C7A9B22B67BA800E76B68 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E80C7A9922B67BA800E76B68 /* LaunchScreen.storyboard */; };
E80C7AA522B67BD500E76B68 /* RecongizedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80C7AA222B67BD500E76B68 /* RecongizedText.swift */; };
E80C7AA722B67BD500E76B68 /* TextRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80C7AA422B67BD500E76B68 /* TextRecognizer.swift */; };
E80C7AAA22B67C6B00E76B68 /* ScanningView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80C7AA822B67BF300E76B68 /* ScanningView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E80C7A8B22B67BA700E76B68 /* TextRecognizerSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TextRecognizerSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
E80C7A8E22B67BA700E76B68 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E80C7A9022B67BA700E76B68 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
E80C7A9222B67BA700E76B68 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
E80C7A9422B67BA800E76B68 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E80C7A9722B67BA800E76B68 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
E80C7A9A22B67BA800E76B68 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E80C7A9C22B67BA800E76B68 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E80C7AA222B67BD500E76B68 /* RecongizedText.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecongizedText.swift; sourceTree = "<group>"; };
E80C7AA422B67BD500E76B68 /* TextRecognizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextRecognizer.swift; sourceTree = "<group>"; };
E80C7AA822B67BF300E76B68 /* ScanningView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScanningView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E80C7A8822B67BA700E76B68 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
E80C7A8222B67BA700E76B68 = {
isa = PBXGroup;
children = (
E80C7A8D22B67BA700E76B68 /* TextRecognizerSwiftUI */,
E80C7A8C22B67BA700E76B68 /* Products */,
);
sourceTree = "<group>";
};
E80C7A8C22B67BA700E76B68 /* Products */ = {
isa = PBXGroup;
children = (
E80C7A8B22B67BA700E76B68 /* TextRecognizerSwiftUI.app */,
);
name = Products;
sourceTree = "<group>";
};
E80C7A8D22B67BA700E76B68 /* TextRecognizerSwiftUI */ = {
isa = PBXGroup;
children = (
E80C7A8E22B67BA700E76B68 /* AppDelegate.swift */,
E80C7A9022B67BA700E76B68 /* SceneDelegate.swift */,
E80C7A9222B67BA700E76B68 /* ContentView.swift */,
E80C7AA822B67BF300E76B68 /* ScanningView.swift */,
E80C7AA222B67BD500E76B68 /* RecongizedText.swift */,
E80C7AA422B67BD500E76B68 /* TextRecognizer.swift */,
E80C7A9422B67BA800E76B68 /* Assets.xcassets */,
E80C7A9922B67BA800E76B68 /* LaunchScreen.storyboard */,
E80C7A9C22B67BA800E76B68 /* Info.plist */,
E80C7A9622B67BA800E76B68 /* Preview Content */,
);
path = TextRecognizerSwiftUI;
sourceTree = "<group>";
};
E80C7A9622B67BA800E76B68 /* Preview Content */ = {
isa = PBXGroup;
children = (
E80C7A9722B67BA800E76B68 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E80C7A8A22B67BA700E76B68 /* TextRecognizerSwiftUI */ = {
isa = PBXNativeTarget;
buildConfigurationList = E80C7A9F22B67BA800E76B68 /* Build configuration list for PBXNativeTarget "TextRecognizerSwiftUI" */;
buildPhases = (
E80C7A8722B67BA700E76B68 /* Sources */,
E80C7A8822B67BA700E76B68 /* Frameworks */,
E80C7A8922B67BA700E76B68 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = TextRecognizerSwiftUI;
productName = TextRecognizerSwiftUI;
productReference = E80C7A8B22B67BA700E76B68 /* TextRecognizerSwiftUI.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E80C7A8322B67BA700E76B68 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1100;
LastUpgradeCheck = 1100;
ORGANIZATIONNAME = Mitrevski;
TargetAttributes = {
E80C7A8A22B67BA700E76B68 = {
CreatedOnToolsVersion = 11.0;
};
};
};
buildConfigurationList = E80C7A8622B67BA700E76B68 /* Build configuration list for PBXProject "TextRecognizerSwiftUI" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E80C7A8222B67BA700E76B68;
productRefGroup = E80C7A8C22B67BA700E76B68 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E80C7A8A22B67BA700E76B68 /* TextRecognizerSwiftUI */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E80C7A8922B67BA700E76B68 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E80C7A9B22B67BA800E76B68 /* LaunchScreen.storyboard in Resources */,
E80C7A9822B67BA800E76B68 /* Preview Assets.xcassets in Resources */,
E80C7A9522B67BA800E76B68 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E80C7A8722B67BA700E76B68 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E80C7A8F22B67BA700E76B68 /* AppDelegate.swift in Sources */,
E80C7A9122B67BA700E76B68 /* SceneDelegate.swift in Sources */,
E80C7AAA22B67C6B00E76B68 /* ScanningView.swift in Sources */,
E80C7AA522B67BD500E76B68 /* RecongizedText.swift in Sources */,
E80C7AA722B67BD500E76B68 /* TextRecognizer.swift in Sources */,
E80C7A9322B67BA700E76B68 /* ContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
E80C7A9922B67BA800E76B68 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E80C7A9A22B67BA800E76B68 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E80C7A9D22B67BA800E76B68 /* 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_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 = (
"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 = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E80C7A9E22B67BA800E76B68 /* 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_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;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E80C7AA022B67BA800E76B68 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_ASSET_PATHS = "TextRecognizerSwiftUI/Preview\\ Content";
DEVELOPMENT_TEAM = H5LSGDFDEZ;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = TextRecognizerSwiftUI/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mitrevski.TextRecognizerSwiftUI;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = Wildcard;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
E80C7AA122B67BA800E76B68 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_ASSET_PATHS = "TextRecognizerSwiftUI/Preview\\ Content";
DEVELOPMENT_TEAM = H5LSGDFDEZ;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = TextRecognizerSwiftUI/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mitrevski.TextRecognizerSwiftUI;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = Wildcard;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E80C7A8622B67BA700E76B68 /* Build configuration list for PBXProject "TextRecognizerSwiftUI" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E80C7A9D22B67BA800E76B68 /* Debug */,
E80C7A9E22B67BA800E76B68 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E80C7A9F22B67BA800E76B68 /* Build configuration list for PBXNativeTarget "TextRecognizerSwiftUI" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E80C7AA022B67BA800E76B68 /* Debug */,
E80C7AA122B67BA800E76B68 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E80C7A8322B67BA700E76B68 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "7CAFB0E8-2554-4844-9430-9BD3BD6B8EA9"
type = "1"
version = "2.0">
</Bucket>
Loading

0 comments on commit 2e2ed8f

Please sign in to comment.