Skip to content

Commit

Permalink
🔖 1.1.5としてリリース
Browse files Browse the repository at this point in the history
  • Loading branch information
nshhhin committed Feb 19, 2021
1 parent 731021e commit 9da5e2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Otofuda-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.1.5;
DEVELOPMENT_TEAM = T8YPT438X6;
EXCLUDED_ARCHS = "arm64, arm64e, x86_64";
EXCLUDED_ARCHS = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore\"",
Expand All @@ -954,7 +954,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.5;
ONLY_ACTIVE_ARCH = NO;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "lab-snakamura.org.Otofuda";
PRODUCT_NAME = "音札";
SWIFT_VERSION = 5.0;
Expand All @@ -969,7 +969,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.1.5;
DEVELOPMENT_TEAM = T8YPT438X6;
EXCLUDED_ARCHS = "arm64, arm64e, x86_64";
EXCLUDED_ARCHS = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -980,6 +980,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.5;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "lab-snakamura.org.Otofuda";
PRODUCT_NAME = "音札";
SWIFT_VERSION = 5.0;
Expand Down
8 changes: 4 additions & 4 deletions Otofuda-iOS/src/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
//
// Created by 新納真次郎 on 2020/07/07.
// Copyright © 2020 nkmr-lab. All rights reserved.
//
// 

import Foundation
import UIKit

var CARD_CLM_COUNT = 2
var CARD_ROW_COUNT = 2
var CARD_COUNT_STRING = "2x2"
var CARD_CLM_COUNT = 4
var CARD_ROW_COUNT = 4
var CARD_COUNT_STRING = "4x4"
var CARD_MAX_COUNT = CARD_CLM_COUNT * CARD_ROW_COUNT
let CARD_LAYOUT_MARGIN: CGFloat = 5.0

Expand Down

0 comments on commit 9da5e2b

Please sign in to comment.