From 43a3eb5a33e385c29b520da2d14b66a290808918 Mon Sep 17 00:00:00 2001 From: Dmytro Omelchuk Date: Tue, 17 Mar 2015 16:59:39 +0200 Subject: [PATCH] Initial commit --- .../project.pbxproj | 435 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../UserInterfaceState.xcuserstate | Bin 0 -> 8782 bytes .../xcschemes/CSNCensorNetUaProject.xcscheme | 112 +++++ .../xcschemes/xcschememanagement.plist | 27 ++ CSNCensorNetUaProject/AppDelegate.h | 17 + CSNCensorNetUaProject/AppDelegate.m | 45 ++ .../Base.lproj/LaunchScreen.xib | 41 ++ .../Base.lproj/Main.storyboard | 111 +++++ CSNCensorNetUaProject/FirstViewController.h | 15 + CSNCensorNetUaProject/FirstViewController.m | 27 ++ .../AppIcon.appiconset/Contents.json | 68 +++ .../first.imageset/Contents.json | 12 + .../Images.xcassets/first.imageset/first.pdf | Bin 0 -> 2465 bytes .../second.imageset/Contents.json | 12 + .../second.imageset/second.pdf | Bin 0 -> 2423 bytes CSNCensorNetUaProject/Info.plist | 57 +++ CSNCensorNetUaProject/SecondViewController.h | 15 + CSNCensorNetUaProject/SecondViewController.m | 27 ++ CSNCensorNetUaProject/main.m | 16 + .../CSNCensorNetUaProjectTests.m | 40 ++ CSNCensorNetUaProjectTests/Info.plist | 24 + 22 files changed, 1108 insertions(+) create mode 100644 CSNCensorNetUaProject.xcodeproj/project.pbxproj create mode 100644 CSNCensorNetUaProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 CSNCensorNetUaProject.xcodeproj/project.xcworkspace/xcuserdata/omel.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/CSNCensorNetUaProject.xcscheme create mode 100644 CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 CSNCensorNetUaProject/AppDelegate.h create mode 100644 CSNCensorNetUaProject/AppDelegate.m create mode 100644 CSNCensorNetUaProject/Base.lproj/LaunchScreen.xib create mode 100644 CSNCensorNetUaProject/Base.lproj/Main.storyboard create mode 100644 CSNCensorNetUaProject/FirstViewController.h create mode 100644 CSNCensorNetUaProject/FirstViewController.m create mode 100644 CSNCensorNetUaProject/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 CSNCensorNetUaProject/Images.xcassets/first.imageset/Contents.json create mode 100644 CSNCensorNetUaProject/Images.xcassets/first.imageset/first.pdf create mode 100644 CSNCensorNetUaProject/Images.xcassets/second.imageset/Contents.json create mode 100644 CSNCensorNetUaProject/Images.xcassets/second.imageset/second.pdf create mode 100644 CSNCensorNetUaProject/Info.plist create mode 100644 CSNCensorNetUaProject/SecondViewController.h create mode 100644 CSNCensorNetUaProject/SecondViewController.m create mode 100644 CSNCensorNetUaProject/main.m create mode 100644 CSNCensorNetUaProjectTests/CSNCensorNetUaProjectTests.m create mode 100644 CSNCensorNetUaProjectTests/Info.plist diff --git a/CSNCensorNetUaProject.xcodeproj/project.pbxproj b/CSNCensorNetUaProject.xcodeproj/project.pbxproj new file mode 100644 index 0000000..576fe67 --- /dev/null +++ b/CSNCensorNetUaProject.xcodeproj/project.pbxproj @@ -0,0 +1,435 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1AF3C58E1AB877F4006FB959 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF3C58D1AB877F4006FB959 /* main.m */; }; + 1AF3C5911AB877F4006FB959 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF3C5901AB877F4006FB959 /* AppDelegate.m */; }; + 1AF3C5941AB877F4006FB959 /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF3C5931AB877F4006FB959 /* FirstViewController.m */; }; + 1AF3C5971AB877F4006FB959 /* SecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF3C5961AB877F4006FB959 /* SecondViewController.m */; }; + 1AF3C59A1AB877F4006FB959 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1AF3C5981AB877F4006FB959 /* Main.storyboard */; }; + 1AF3C59C1AB877F4006FB959 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1AF3C59B1AB877F4006FB959 /* Images.xcassets */; }; + 1AF3C59F1AB877F4006FB959 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1AF3C59D1AB877F4006FB959 /* LaunchScreen.xib */; }; + 1AF3C5AB1AB877F4006FB959 /* CSNCensorNetUaProjectTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF3C5AA1AB877F4006FB959 /* CSNCensorNetUaProjectTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 1AF3C5A51AB877F4006FB959 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 1AF3C5801AB877F4006FB959 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1AF3C5871AB877F4006FB959; + remoteInfo = CSNCensorNetUaProject; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 1AF3C5881AB877F4006FB959 /* CSNCensorNetUaProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CSNCensorNetUaProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1AF3C58C1AB877F4006FB959 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1AF3C58D1AB877F4006FB959 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 1AF3C58F1AB877F4006FB959 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 1AF3C5901AB877F4006FB959 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 1AF3C5921AB877F4006FB959 /* FirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstViewController.h; sourceTree = ""; }; + 1AF3C5931AB877F4006FB959 /* FirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstViewController.m; sourceTree = ""; }; + 1AF3C5951AB877F4006FB959 /* SecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = ""; }; + 1AF3C5961AB877F4006FB959 /* SecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = ""; }; + 1AF3C5991AB877F4006FB959 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 1AF3C59B1AB877F4006FB959 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 1AF3C59E1AB877F4006FB959 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + 1AF3C5A41AB877F4006FB959 /* CSNCensorNetUaProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CSNCensorNetUaProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 1AF3C5A91AB877F4006FB959 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1AF3C5AA1AB877F4006FB959 /* CSNCensorNetUaProjectTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CSNCensorNetUaProjectTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1AF3C5851AB877F4006FB959 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1AF3C5A11AB877F4006FB959 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1AF3C57F1AB877F4006FB959 = { + isa = PBXGroup; + children = ( + 1AF3C58A1AB877F4006FB959 /* CSNCensorNetUaProject */, + 1AF3C5A71AB877F4006FB959 /* CSNCensorNetUaProjectTests */, + 1AF3C5891AB877F4006FB959 /* Products */, + ); + sourceTree = ""; + }; + 1AF3C5891AB877F4006FB959 /* Products */ = { + isa = PBXGroup; + children = ( + 1AF3C5881AB877F4006FB959 /* CSNCensorNetUaProject.app */, + 1AF3C5A41AB877F4006FB959 /* CSNCensorNetUaProjectTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 1AF3C58A1AB877F4006FB959 /* CSNCensorNetUaProject */ = { + isa = PBXGroup; + children = ( + 1AF3C58F1AB877F4006FB959 /* AppDelegate.h */, + 1AF3C5901AB877F4006FB959 /* AppDelegate.m */, + 1AF3C5921AB877F4006FB959 /* FirstViewController.h */, + 1AF3C5931AB877F4006FB959 /* FirstViewController.m */, + 1AF3C5951AB877F4006FB959 /* SecondViewController.h */, + 1AF3C5961AB877F4006FB959 /* SecondViewController.m */, + 1AF3C5981AB877F4006FB959 /* Main.storyboard */, + 1AF3C59B1AB877F4006FB959 /* Images.xcassets */, + 1AF3C59D1AB877F4006FB959 /* LaunchScreen.xib */, + 1AF3C58B1AB877F4006FB959 /* Supporting Files */, + ); + path = CSNCensorNetUaProject; + sourceTree = ""; + }; + 1AF3C58B1AB877F4006FB959 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 1AF3C58C1AB877F4006FB959 /* Info.plist */, + 1AF3C58D1AB877F4006FB959 /* main.m */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 1AF3C5A71AB877F4006FB959 /* CSNCensorNetUaProjectTests */ = { + isa = PBXGroup; + children = ( + 1AF3C5AA1AB877F4006FB959 /* CSNCensorNetUaProjectTests.m */, + 1AF3C5A81AB877F4006FB959 /* Supporting Files */, + ); + path = CSNCensorNetUaProjectTests; + sourceTree = ""; + }; + 1AF3C5A81AB877F4006FB959 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 1AF3C5A91AB877F4006FB959 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 1AF3C5871AB877F4006FB959 /* CSNCensorNetUaProject */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1AF3C5AE1AB877F4006FB959 /* Build configuration list for PBXNativeTarget "CSNCensorNetUaProject" */; + buildPhases = ( + 1AF3C5841AB877F4006FB959 /* Sources */, + 1AF3C5851AB877F4006FB959 /* Frameworks */, + 1AF3C5861AB877F4006FB959 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = CSNCensorNetUaProject; + productName = CSNCensorNetUaProject; + productReference = 1AF3C5881AB877F4006FB959 /* CSNCensorNetUaProject.app */; + productType = "com.apple.product-type.application"; + }; + 1AF3C5A31AB877F4006FB959 /* CSNCensorNetUaProjectTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1AF3C5B11AB877F4006FB959 /* Build configuration list for PBXNativeTarget "CSNCensorNetUaProjectTests" */; + buildPhases = ( + 1AF3C5A01AB877F4006FB959 /* Sources */, + 1AF3C5A11AB877F4006FB959 /* Frameworks */, + 1AF3C5A21AB877F4006FB959 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 1AF3C5A61AB877F4006FB959 /* PBXTargetDependency */, + ); + name = CSNCensorNetUaProjectTests; + productName = CSNCensorNetUaProjectTests; + productReference = 1AF3C5A41AB877F4006FB959 /* CSNCensorNetUaProjectTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 1AF3C5801AB877F4006FB959 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0620; + ORGANIZATIONNAME = "Dmytro Omelchuk"; + TargetAttributes = { + 1AF3C5871AB877F4006FB959 = { + CreatedOnToolsVersion = 6.2; + }; + 1AF3C5A31AB877F4006FB959 = { + CreatedOnToolsVersion = 6.2; + TestTargetID = 1AF3C5871AB877F4006FB959; + }; + }; + }; + buildConfigurationList = 1AF3C5831AB877F4006FB959 /* Build configuration list for PBXProject "CSNCensorNetUaProject" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 1AF3C57F1AB877F4006FB959; + productRefGroup = 1AF3C5891AB877F4006FB959 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1AF3C5871AB877F4006FB959 /* CSNCensorNetUaProject */, + 1AF3C5A31AB877F4006FB959 /* CSNCensorNetUaProjectTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 1AF3C5861AB877F4006FB959 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1AF3C59A1AB877F4006FB959 /* Main.storyboard in Resources */, + 1AF3C59F1AB877F4006FB959 /* LaunchScreen.xib in Resources */, + 1AF3C59C1AB877F4006FB959 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1AF3C5A21AB877F4006FB959 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 1AF3C5841AB877F4006FB959 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1AF3C5971AB877F4006FB959 /* SecondViewController.m in Sources */, + 1AF3C5911AB877F4006FB959 /* AppDelegate.m in Sources */, + 1AF3C5941AB877F4006FB959 /* FirstViewController.m in Sources */, + 1AF3C58E1AB877F4006FB959 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1AF3C5A01AB877F4006FB959 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1AF3C5AB1AB877F4006FB959 /* CSNCensorNetUaProjectTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 1AF3C5A61AB877F4006FB959 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1AF3C5871AB877F4006FB959 /* CSNCensorNetUaProject */; + targetProxy = 1AF3C5A51AB877F4006FB959 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 1AF3C5981AB877F4006FB959 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 1AF3C5991AB877F4006FB959 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 1AF3C59D1AB877F4006FB959 /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + 1AF3C59E1AB877F4006FB959 /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 1AF3C5AC1AB877F4006FB959 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + 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 = 8.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 1AF3C5AD1AB877F4006FB959 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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 = 8.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1AF3C5AF1AB877F4006FB959 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = CSNCensorNetUaProject/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 1AF3C5B01AB877F4006FB959 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = CSNCensorNetUaProject/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 1AF3C5B21AB877F4006FB959 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = CSNCensorNetUaProjectTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CSNCensorNetUaProject.app/CSNCensorNetUaProject"; + }; + name = Debug; + }; + 1AF3C5B31AB877F4006FB959 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = CSNCensorNetUaProjectTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CSNCensorNetUaProject.app/CSNCensorNetUaProject"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1AF3C5831AB877F4006FB959 /* Build configuration list for PBXProject "CSNCensorNetUaProject" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1AF3C5AC1AB877F4006FB959 /* Debug */, + 1AF3C5AD1AB877F4006FB959 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1AF3C5AE1AB877F4006FB959 /* Build configuration list for PBXNativeTarget "CSNCensorNetUaProject" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1AF3C5AF1AB877F4006FB959 /* Debug */, + 1AF3C5B01AB877F4006FB959 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 1AF3C5B11AB877F4006FB959 /* Build configuration list for PBXNativeTarget "CSNCensorNetUaProjectTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1AF3C5B21AB877F4006FB959 /* Debug */, + 1AF3C5B31AB877F4006FB959 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1AF3C5801AB877F4006FB959 /* Project object */; +} diff --git a/CSNCensorNetUaProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CSNCensorNetUaProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6d04622 --- /dev/null +++ b/CSNCensorNetUaProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CSNCensorNetUaProject.xcodeproj/project.xcworkspace/xcuserdata/omel.xcuserdatad/UserInterfaceState.xcuserstate b/CSNCensorNetUaProject.xcodeproj/project.xcworkspace/xcuserdata/omel.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000000000000000000000000000000000..27819f78b7e5ade7af37c658746c894aed41f84b GIT binary patch literal 8782 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 literal 0 HcmV?d00001 diff --git a/CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/CSNCensorNetUaProject.xcscheme b/CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/CSNCensorNetUaProject.xcscheme new file mode 100644 index 0000000..791f512 --- /dev/null +++ b/CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/CSNCensorNetUaProject.xcscheme @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/xcschememanagement.plist b/CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..88248b2 --- /dev/null +++ b/CSNCensorNetUaProject.xcodeproj/xcuserdata/omel.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + CSNCensorNetUaProject.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 1AF3C5871AB877F4006FB959 + + primary + + + 1AF3C5A31AB877F4006FB959 + + primary + + + + + diff --git a/CSNCensorNetUaProject/AppDelegate.h b/CSNCensorNetUaProject/AppDelegate.h new file mode 100644 index 0000000..b801bd1 --- /dev/null +++ b/CSNCensorNetUaProject/AppDelegate.h @@ -0,0 +1,17 @@ +// +// AppDelegate.h +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/CSNCensorNetUaProject/AppDelegate.m b/CSNCensorNetUaProject/AppDelegate.m new file mode 100644 index 0000000..4888b21 --- /dev/null +++ b/CSNCensorNetUaProject/AppDelegate.m @@ -0,0 +1,45 @@ +// +// AppDelegate.m +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application { + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/CSNCensorNetUaProject/Base.lproj/LaunchScreen.xib b/CSNCensorNetUaProject/Base.lproj/LaunchScreen.xib new file mode 100644 index 0000000..5d4ee79 --- /dev/null +++ b/CSNCensorNetUaProject/Base.lproj/LaunchScreen.xib @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CSNCensorNetUaProject/Base.lproj/Main.storyboard b/CSNCensorNetUaProject/Base.lproj/Main.storyboard new file mode 100644 index 0000000..5258761 --- /dev/null +++ b/CSNCensorNetUaProject/Base.lproj/Main.storyboard @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CSNCensorNetUaProject/FirstViewController.h b/CSNCensorNetUaProject/FirstViewController.h new file mode 100644 index 0000000..c875d66 --- /dev/null +++ b/CSNCensorNetUaProject/FirstViewController.h @@ -0,0 +1,15 @@ +// +// FirstViewController.h +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import + +@interface FirstViewController : UIViewController + + +@end + diff --git a/CSNCensorNetUaProject/FirstViewController.m b/CSNCensorNetUaProject/FirstViewController.m new file mode 100644 index 0000000..21d181e --- /dev/null +++ b/CSNCensorNetUaProject/FirstViewController.m @@ -0,0 +1,27 @@ +// +// FirstViewController.m +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import "FirstViewController.h" + +@interface FirstViewController () + +@end + +@implementation FirstViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning { + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/CSNCensorNetUaProject/Images.xcassets/AppIcon.appiconset/Contents.json b/CSNCensorNetUaProject/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..36d2c80 --- /dev/null +++ b/CSNCensorNetUaProject/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,68 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/CSNCensorNetUaProject/Images.xcassets/first.imageset/Contents.json b/CSNCensorNetUaProject/Images.xcassets/first.imageset/Contents.json new file mode 100644 index 0000000..33a7451 --- /dev/null +++ b/CSNCensorNetUaProject/Images.xcassets/first.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "first.pdf" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/CSNCensorNetUaProject/Images.xcassets/first.imageset/first.pdf b/CSNCensorNetUaProject/Images.xcassets/first.imageset/first.pdf new file mode 100644 index 0000000000000000000000000000000000000000..47d911dea647d55983671ead4d08b6f6b3600715 GIT binary patch literal 2465 zcmai03se(l7FLvisY+L#f-EBsK`11Xkc1=%MIujmB|xQ!>5vQ%APFP`Mlf5nSPOKE z2-^C>7DZkM!J;Da5{kfrC?Kvp3J41-3shFXvhuJqKo*oer*r0H{{P-P_x0cTzLzjD!bE z0qT;#Q7l4Gy%fMoXJaKT`@{5#R(MOqJPwQifv8iK6A%Ot9L14h2`38T!2s4PM=1!< zmL06}VYAA|ay#jZRs>HpA%X+eQW4rufWU%d1w5GTy!X#LeZsF_+~ccZmn3Fi)v^Z; zIG;?uU*yLLEYs61tjD>gXOFvSWsh{48xJvPNqKrIJtMdCz2cA2aC7TF?b@K`V!Lw- zE;zpH&ApqhoRjAHt}gK}>(qAc8dvrkD31*`<5<%C(&4_LqhQ3-GOf8~n^leG?+-@@^pjPa$J2gW@O)!b9hdTJ zTauyIJ&~rqeEZC1p9dWgx7{_WRc2=drMO=wcT7B{Zd58z`d)r_36r4V<6PGkCjpGfbnVMtm@;b}F!T?)Qav$_y7H5T;Mf!T}M zWxP9TNqrV?e5;b|pWd3^u2KAatk&3aDB@0 zZBaQNdCZ2#fblzYZnRCCjQ-GQWb-s8bX&<)?SxnUGdDYVFVk`xIf7@g3~$DX`H71_;r5OSZz1p`$_8y_9 z{;MJJ+n=>7Ewg;GnGHoz)&ID0z@F2!e$F7cWQ?d6s(!VY)_Gw})xCyMvsD={5i&H* zAIr_ACo8;Se6<*!-mm9Am79Iz^RVlc?%S5sg|E*SyIV{dd9{Mpf#d3cih5WKt=%ps zBEo)bt8EjmeCFYJRYU|b7d`p+-V|X2wOCYtyLP6t=!WH-kgdf0A};ytPfZiCwVPx{ z`g;zpe{8a4RQxQUwVU02<4X3w|9h;}XjhGWquqn{vVqq8g{*}BQF9=ybe_TM*!M=rFs1pN)yzctIXAoicsCe6>fit>wgZ#vp^hZOY0`J`rx zwdSK?GwR_xm9;5XjH|vf{O+Yg-)z;s*xt>;-vU`D-_SK<=~4eEVQkV~57{vyH6ebu>DqwE~Mx_A31Lg~$ zy`i52ew?GEluE%AN>ju*5z~dx2QQLP-G+E>o|En2+s&<^4*d zWD+<8PXs_Jp7_5Dpi(Gg3J?M;%Rn0{dcxQRh!ip+iHJ_e`!bM1MGxwI8Iedr+x>wI zq@&04fsADHfBccq^gpm8Q_u-~Uj|Z$YwSR(^_mzUb!}Xb2Cj`uqphg}v_Y%?Fs=;= zWq3s{hy)Tu!ji@RJsd$C+G{F6V2j1*Xk+7xo|LO7M2yb)(wc=%x-AclP9pLsbTF7m tf?*P!2EjJu5MD57P32Q4pdJ3tO_shCDT2=K;$ebx8ymcd$v!V9{2$sQiO>K5 literal 0 HcmV?d00001 diff --git a/CSNCensorNetUaProject/Images.xcassets/second.imageset/Contents.json b/CSNCensorNetUaProject/Images.xcassets/second.imageset/Contents.json new file mode 100644 index 0000000..03bd9c9 --- /dev/null +++ b/CSNCensorNetUaProject/Images.xcassets/second.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "second.pdf" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/CSNCensorNetUaProject/Images.xcassets/second.imageset/second.pdf b/CSNCensorNetUaProject/Images.xcassets/second.imageset/second.pdf new file mode 100644 index 0000000000000000000000000000000000000000..401614e288b4b160471c2776bed6f09762af3e1c GIT binary patch literal 2423 zcmai02~-nz8dqq7rWU#)x2z)&iMWtV?gK$2a)?|BP!TbkV}J-Gl1wmy+3G9S0=uOY zwCjai6uBOPMMdNiN`VDYKwLQr2#W^`R93*Ua=0^)EGYY4=grIf|KIohziYnv{elnR zdN_hk6db<(+3RPcxs!iut8c(j0TLh=9mY931H^rhEE0|aXo!dh5Iv+ZFr+}9F+v#P zLSnfD0$f~hN>~92V{z)WJA&2)5rW!|I?;o?oI*%zejJiuY>hFLQwKlAa9O+PnPh#% zJp~JAfs-De6u@;{cREMs}D-sGib_4>50m8_|Uj-zC0m@Qx zJV+^5Da4Qxpf3sBtKZs<_aI$Cb1T+h<->yL^rfiGNelYkqgC3#SqVP_iy*_RPcbjH)xYf zvYdC-)D_t8c{=5%;$VJQxs_#61J*kuXMC?|&PbPo-7uSxoNr~&J94|gKk+03JGXXM zx4w~=^VUzWqQveu_ilRgPdgNNdnLZCH`=;w91}cP5ihdm*B_jI+rk=Pz2Lk!)XUu| zkls3P5&YHJ!t0kF+MUVBHOAx)a zy|JxHNd37z*~b5#%*0w_F|#4?erNP;pG`Fevoq2%?9Y>%Cmzv1(ks;aPIGaiy1mhU zr{7lB^Mem&`QK{b{uiDC zLD8muY(FNk{YdV|zO#o_VB%);8|~Bh(Z4p?GM}g-HN2;q7~YNl-lD~HZ$taYw$Fzbn6c?c5eo=@`i>()el#qwB)hI-gp0 ztsw@dh-I5NJkk)RCoBC`L8ffKfY)=oG=#4LA9TO6eA}9~@a6dupB+=S{%s&NY}^0GY`hAqod)uxXHitrN%bWOJohV>t?!&Z#d4y^7J@=Oh`HV zee**4j>xRUd)|D0^I-B#<`m1-5PO{)!v(q?ecFYqr_8Q{+z7#n0uFbq%_?hZ-Ck(6NRn=vDS7Nb1Xxx_)9`!i- zGR>av*PJ+P_AGO*a_$FbtCCISg5PK44p&W#t$)+HVcxpR9LAL%_Pv$p`0tO*sYZD0 zCG3-ipr4WoVbjpw%Nf^r^rnWcDcjumgBPEjO;NM6QtZ8wU#0rjHx5zs%CahF4$W*U zxu!q8kYP+>v!BNPVIRJUGIWU@7qVvx2VZDw4gV8%z%bjpF#aF(W|PmliwlakuRq>= zhaCRc^R!7T)#Twb0{!Tns=CxGcGX|leErg`f3|v0eBXxHU&6Sj-_>zOL!!d+j5Xt* zPS;rWd^zEF{5d5%)nNK=)zFJ8Uc=aQKD%UK)_TNes1Gh{SD*Mb_@O` z7*zs9Uq~Vq?v|^8FcM-yLGMKzR3YFB0z@CFM2X-dio%Gu6&MJj=I?uS7sA3AdE^p8 zE49$PjJzPIJwfn;jso7X2#jynr3dO@p5QAK1O9wqKLC=PkQjj~p#n|-5O`ihbTzzu zL{}2QEe28pJYfVZRW56FL`LvO&|C^1Th{0}hQMW$Ng$QPpnzlwnMnf=kVy8(y==L% zLMa>r0gELdT + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.dmytroomelchuk.dev.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleDefault + Translucent + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/CSNCensorNetUaProject/SecondViewController.h b/CSNCensorNetUaProject/SecondViewController.h new file mode 100644 index 0000000..50444a5 --- /dev/null +++ b/CSNCensorNetUaProject/SecondViewController.h @@ -0,0 +1,15 @@ +// +// SecondViewController.h +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import + +@interface SecondViewController : UIViewController + + +@end + diff --git a/CSNCensorNetUaProject/SecondViewController.m b/CSNCensorNetUaProject/SecondViewController.m new file mode 100644 index 0000000..0013b0e --- /dev/null +++ b/CSNCensorNetUaProject/SecondViewController.m @@ -0,0 +1,27 @@ +// +// SecondViewController.m +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import "SecondViewController.h" + +@interface SecondViewController () + +@end + +@implementation SecondViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning { + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/CSNCensorNetUaProject/main.m b/CSNCensorNetUaProject/main.m new file mode 100644 index 0000000..2f5d9d1 --- /dev/null +++ b/CSNCensorNetUaProject/main.m @@ -0,0 +1,16 @@ +// +// main.m +// CSNCensorNetUaProject +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import +#import "AppDelegate.h" + +int main(int argc, char * argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/CSNCensorNetUaProjectTests/CSNCensorNetUaProjectTests.m b/CSNCensorNetUaProjectTests/CSNCensorNetUaProjectTests.m new file mode 100644 index 0000000..f144109 --- /dev/null +++ b/CSNCensorNetUaProjectTests/CSNCensorNetUaProjectTests.m @@ -0,0 +1,40 @@ +// +// CSNCensorNetUaProjectTests.m +// CSNCensorNetUaProjectTests +// +// Created by Dmytro Omelchuk on 3/17/15. +// Copyright (c) 2015 Dmytro Omelchuk. All rights reserved. +// + +#import +#import + +@interface CSNCensorNetUaProjectTests : XCTestCase + +@end + +@implementation CSNCensorNetUaProjectTests + +- (void)setUp { + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown { + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample { + // This is an example of a functional test case. + XCTAssert(YES, @"Pass"); +} + +- (void)testPerformanceExample { + // This is an example of a performance test case. + [self measureBlock:^{ + // Put the code you want to measure the time of here. + }]; +} + +@end diff --git a/CSNCensorNetUaProjectTests/Info.plist b/CSNCensorNetUaProjectTests/Info.plist new file mode 100644 index 0000000..a8514eb --- /dev/null +++ b/CSNCensorNetUaProjectTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.dmytroomelchuk.dev.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + +