Михаил Капелько 1 year ago
parent
commit
3514fcb6fe
32 changed files with 576 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -0
      a
  3. +49
    -0
      iOS/app/Info.plist
  4. +287
    -0
      iOS/app/MMMemory.xcodeproj/project.pbxproj
  5. +7
    -0
      iOS/app/MMMemory.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  6. +8
    -0
      iOS/app/MMMemory.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  7. BIN
      iOS/app/MMMemory.xcodeproj/project.xcworkspace/xcuserdata/mk.xcuserdatad/UserInterfaceState.xcuserstate
  8. +14
    -0
      iOS/app/MMMemory.xcodeproj/xcuserdata/mk.xcuserdatad/xcschemes/xcschememanagement.plist
  9. +13
    -0
      iOS/app/project.yml
  10. +6
    -0
      iOS/gen
  11. +30
    -0
      iOS/src/AppDelegate.swift
  12. +116
    -0
      iOS/src/Assets.xcassets/AppIcon.appiconset/Contents.json
  13. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20.png
  14. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20@2x-1.png
  15. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20@2x.png
  16. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20@3x.png
  17. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29.png
  18. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29@2x-1.png
  19. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29@2x.png
  20. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29@3x.png
  21. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40.png
  22. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40@2x-1.png
  23. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png
  24. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png
  25. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-512@2x.png
  26. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png
  27. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png
  28. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-76.png
  29. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png
  30. BIN
      iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-83.5@2x.png
  31. +6
    -0
      iOS/src/Assets.xcassets/Contents.json
  32. +39
    -0
      iOS/src/LaunchScreen.storyboard

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
.DS_Store

+ 0
- 0
a View File


+ 49
- 0
iOS/app/Info.plist View File

@@ -0,0 +1,49 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>(MM) Memory</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>debug</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

+ 287
- 0
iOS/app/MMMemory.xcodeproj/project.pbxproj View File

@@ -0,0 +1,287 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
1F083A14C69F20A6BA92A63E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F16A7DD61EF6CD4FB4E3DE25 /* AppDelegate.swift */; };
B19B3998FA2BA651ACB1E53C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C1742EFC5A1E818780679340 /* Assets.xcassets */; };
CAFD870CA84084E45011CC23 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4E32B0495E4BCEA4EE0508D4 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
4E32B0495E4BCEA4EE0508D4 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
9D774FEE86833E8A0A74387C /* App.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
C1742EFC5A1E818780679340 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F16A7DD61EF6CD4FB4E3DE25 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
667BC26EA8068A9FA707FC02 /* src */ = {
isa = PBXGroup;
children = (
F16A7DD61EF6CD4FB4E3DE25 /* AppDelegate.swift */,
C1742EFC5A1E818780679340 /* Assets.xcassets */,
4E32B0495E4BCEA4EE0508D4 /* LaunchScreen.storyboard */,
);
name = src;
path = ../src;
sourceTree = "<group>";
};
AE7B74413EC292E802CC5C70 /* Products */ = {
isa = PBXGroup;
children = (
9D774FEE86833E8A0A74387C /* App.app */,
);
name = Products;
sourceTree = "<group>";
};
CD7F0F0C9CA1BA5EAFD5CA09 = {
isa = PBXGroup;
children = (
667BC26EA8068A9FA707FC02 /* src */,
AE7B74413EC292E802CC5C70 /* Products */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
4C88C20124005C3E4D2C0F8B /* App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9C93971894890D9D477E76E4 /* Build configuration list for PBXNativeTarget "App" */;
buildPhases = (
630D847B5B923988B1D1DBB8 /* Sources */,
603DD6301224F4EAC5D5E628 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = App;
productName = App;
productReference = 9D774FEE86833E8A0A74387C /* App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
143B91710C8007DEA721671E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1020;
TargetAttributes = {
};
};
buildConfigurationList = 2CF91D10FF4D6D44F0EC3F3A /* Build configuration list for PBXProject "MMMemory" */;
compatibilityVersion = "Xcode 10.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = CD7F0F0C9CA1BA5EAFD5CA09;
projectDirPath = "";
projectRoot = "";
targets = (
4C88C20124005C3E4D2C0F8B /* App */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
603DD6301224F4EAC5D5E628 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B19B3998FA2BA651ACB1E53C /* Assets.xcassets in Resources */,
CAFD870CA84084E45011CC23 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
630D847B5B923988B1D1DBB8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1F083A14C69F20A6BA92A63E /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
0D9AB2C64B69C304D7B3C065 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.opengamestudio.App;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
4D023C6C281390BAF25D8ED1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.opengamestudio.App;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
7A8A7424EF387956D36402D8 /* 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_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;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
D2B8B5B0AE8FC5909001433E /* 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_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 = (
"$(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;
MTL_ENABLE_DEBUG_INFO = 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;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
2CF91D10FF4D6D44F0EC3F3A /* Build configuration list for PBXProject "MMMemory" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D2B8B5B0AE8FC5909001433E /* Debug */,
7A8A7424EF387956D36402D8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
9C93971894890D9D477E76E4 /* Build configuration list for PBXNativeTarget "App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4D023C6C281390BAF25D8ED1 /* Debug */,
0D9AB2C64B69C304D7B3C065 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
/* End XCConfigurationList section */
};
rootObject = 143B91710C8007DEA721671E /* Project object */;
}

+ 7
- 0
iOS/app/MMMemory.xcodeproj/project.xcworkspace/contents.xcworkspacedata View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:MMMemory.xcodeproj">
</FileRef>
</Workspace>

+ 8
- 0
iOS/app/MMMemory.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist View File

@@ -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>

BIN
iOS/app/MMMemory.xcodeproj/project.xcworkspace/xcuserdata/mk.xcuserdatad/UserInterfaceState.xcuserstate View File


+ 14
- 0
iOS/app/MMMemory.xcodeproj/xcuserdata/mk.xcuserdatad/xcschemes/xcschememanagement.plist View File

@@ -0,0 +1,14 @@
<?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>SchemeUserState</key>
<dict>
<key>App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

+ 13
- 0
iOS/app/project.yml View File

@@ -0,0 +1,13 @@
name: MMMemory
options:
bundleIdPrefix: org.opengamestudio
targets:
App:
type: application
platform: iOS
deploymentTarget: "16.0"
sources:
- path: "../src"
settings:
base:
INFOPLIST_FILE: Info.plist

+ 6
- 0
iOS/gen View File

@@ -0,0 +1,6 @@
#!/bin/bash

DIR=`dirname $0`

cd $DIR/app
xcodegen

+ 30
- 0
iOS/src/AppDelegate.swift View File

@@ -0,0 +1,30 @@
import UIKit

@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}

extension AppDelegate {
func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
let vc = UIViewController()
vc.view.backgroundColor = .white
window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = vc
window?.makeKeyAndVisible()

return true
}
}

extension AppDelegate {
private func setupMemory() {
/*
let w = Converter.World(converterModel)
converterS = Converter.Service(w)
*/
}
}

+ 116
- 0
iOS/src/Assets.xcassets/AppIcon.appiconset/Contents.json View File

@@ -0,0 +1,116 @@
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-20@3x.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-29@3x.png",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "Icon-40@3x.png",
"scale" : "3x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "Icon-60@2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "Icon-60@3x.png",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-20.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-20@2x-1.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x-1.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x-1.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "Icon-83.5@2x.png",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "Icon-512@2x.png",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20.png View File

Before After
Width: 20  |  Height: 20  |  Size: 410B

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20@2x-1.png View File

Before After
Width: 40  |  Height: 40  |  Size: 861B

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20@2x.png View File

Before After
Width: 40  |  Height: 40  |  Size: 861B

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-20@3x.png View File

Before After
Width: 60  |  Height: 60  |  Size: 1.3KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29.png View File

Before After
Width: 29  |  Height: 29  |  Size: 866B

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29@2x-1.png View File

Before After
Width: 58  |  Height: 58  |  Size: 1.7KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29@2x.png View File

Before After
Width: 58  |  Height: 58  |  Size: 1.7KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-29@3x.png View File

Before After
Width: 87  |  Height: 87  |  Size: 1.8KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40.png View File

Before After
Width: 40  |  Height: 40  |  Size: 860B

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40@2x-1.png View File

Before After
Width: 80  |  Height: 80  |  Size: 1.7KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png View File

Before After
Width: 80  |  Height: 80  |  Size: 1.7KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png View File

Before After
Width: 120  |  Height: 120  |  Size: 2.6KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-512@2x.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 41KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png View File

Before After
Width: 120  |  Height: 120  |  Size: 2.6KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png View File

Before After
Width: 180  |  Height: 180  |  Size: 4.0KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-76.png View File

Before After
Width: 76  |  Height: 76  |  Size: 1.6KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png View File

Before After
Width: 152  |  Height: 152  |  Size: 3.3KB

BIN
iOS/src/Assets.xcassets/AppIcon.appiconset/Icon-83.5@2x.png View File

Before After
Width: 167  |  Height: 167  |  Size: 3.6KB

+ 6
- 0
iOS/src/Assets.xcassets/Contents.json View File

@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

+ 39
- 0
iOS/src/LaunchScreen.storyboard View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="(MM) Memory" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zk0-6D-5kW">
<rect key="frame" x="125" y="321.5" width="125" height="24"/>
<fontDescription key="fontDescription" type="system" pointSize="20"/>
<color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="zk0-6D-5kW" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="gcc-Xj-EcQ"/>
<constraint firstItem="zk0-6D-5kW" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="o9E-ln-m1L"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
</document>

Loading…
Cancel
Save