Skip to content

Commit

Permalink
Merge pull request #7 from shilokuma-inc/feat/rename_prime-pick-ios
Browse files Browse the repository at this point in the history
【CHORE】PrimePickApp用にリネーム
  • Loading branch information
mrs1669 committed May 9, 2024
2 parents 2e9bdf1 + 009b4a3 commit 60e7d00
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
objects = {

/* Begin PBXBuildFile section */
4F0C82822BC8247500E1480E /* iOS_App_TemplateApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0C82812BC8247500E1480E /* iOS_App_TemplateApp.swift */; };
4F0C82822BC8247500E1480E /* PrimePickApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0C82812BC8247500E1480E /* PrimePickApp.swift */; };
4F0C82842BC8247500E1480E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0C82832BC8247500E1480E /* ContentView.swift */; };
4F0C82862BC8247600E1480E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F0C82852BC8247600E1480E /* Assets.xcassets */; };
4F0C828A2BC8247600E1480E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F0C82892BC8247600E1480E /* Preview Assets.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
4F0C827E2BC8247500E1480E /* iOS-App-Template.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS-App-Template.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4F0C82812BC8247500E1480E /* iOS_App_TemplateApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOS_App_TemplateApp.swift; sourceTree = "<group>"; };
4F0C827E2BC8247500E1480E /* PrimePickApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PrimePickApp.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4F0C82812BC8247500E1480E /* PrimePickApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrimePickApp.swift; sourceTree = "<group>"; };
4F0C82832BC8247500E1480E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4F0C82852BC8247600E1480E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4F0C82872BC8247600E1480E /* iOS_App_Template.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iOS_App_Template.entitlements; sourceTree = "<group>"; };
4F0C82872BC8247600E1480E /* PrimePickApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PrimePickApp.entitlements; sourceTree = "<group>"; };
4F0C82892BC8247600E1480E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -36,29 +36,29 @@
4F0C82752BC8247500E1480E = {
isa = PBXGroup;
children = (
4F0C82802BC8247500E1480E /* iOS-App-Template */,
4F0C82802BC8247500E1480E /* PrimePickApp */,
4F0C827F2BC8247500E1480E /* Products */,
);
sourceTree = "<group>";
};
4F0C827F2BC8247500E1480E /* Products */ = {
isa = PBXGroup;
children = (
4F0C827E2BC8247500E1480E /* iOS-App-Template.app */,
4F0C827E2BC8247500E1480E /* PrimePickApp.app */,
);
name = Products;
sourceTree = "<group>";
};
4F0C82802BC8247500E1480E /* iOS-App-Template */ = {
4F0C82802BC8247500E1480E /* PrimePickApp */ = {
isa = PBXGroup;
children = (
4F0C82812BC8247500E1480E /* iOS_App_TemplateApp.swift */,
4F0C82812BC8247500E1480E /* PrimePickApp.swift */,
4F0C82832BC8247500E1480E /* ContentView.swift */,
4F0C82852BC8247600E1480E /* Assets.xcassets */,
4F0C82872BC8247600E1480E /* iOS_App_Template.entitlements */,
4F0C82872BC8247600E1480E /* PrimePickApp.entitlements */,
4F0C82882BC8247600E1480E /* Preview Content */,
);
path = "iOS-App-Template";
path = "PrimePickApp";
sourceTree = "<group>";
};
4F0C82882BC8247600E1480E /* Preview Content */ = {
Expand All @@ -72,9 +72,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
4F0C827D2BC8247500E1480E /* iOS-App-Template */ = {
4F0C827D2BC8247500E1480E /* PrimePickApp */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4F0C828D2BC8247600E1480E /* Build configuration list for PBXNativeTarget "iOS-App-Template" */;
buildConfigurationList = 4F0C828D2BC8247600E1480E /* Build configuration list for PBXNativeTarget "PrimePickApp" */;
buildPhases = (
4F0C827A2BC8247500E1480E /* Sources */,
4F0C827B2BC8247500E1480E /* Frameworks */,
Expand All @@ -84,9 +84,9 @@
);
dependencies = (
);
name = "iOS-App-Template";
productName = "iOS-App-Template";
productReference = 4F0C827E2BC8247500E1480E /* iOS-App-Template.app */;
name = "PrimePickApp";
productName = "PrimePickApp";
productReference = 4F0C827E2BC8247500E1480E /* PrimePickApp.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -104,7 +104,7 @@
};
};
};
buildConfigurationList = 4F0C82792BC8247500E1480E /* Build configuration list for PBXProject "iOS-App-Template" */;
buildConfigurationList = 4F0C82792BC8247500E1480E /* Build configuration list for PBXProject "PrimePickApp" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -117,7 +117,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
4F0C827D2BC8247500E1480E /* iOS-App-Template */,
4F0C827D2BC8247500E1480E /* PrimePickApp */,
);
};
/* End PBXProject section */
Expand All @@ -140,7 +140,7 @@
buildActionMask = 2147483647;
files = (
4F0C82842BC8247500E1480E /* ContentView.swift in Sources */,
4F0C82822BC8247500E1480E /* iOS_App_TemplateApp.swift in Sources */,
4F0C82822BC8247500E1480E /* PrimePickApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -266,10 +266,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "iOS-App-Template/iOS_App_Template.entitlements";
CODE_SIGN_ENTITLEMENTS = "PrimePickApp/PrimePickApp.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iOS-App-Template/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"PrimePickApp/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand All @@ -287,7 +287,7 @@
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "ml.mrs1669.iOS-App-Template";
PRODUCT_BUNDLE_IDENTIFIER = "ml.mrs1669.PrimePickApp";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
Expand All @@ -302,10 +302,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "iOS-App-Template/iOS_App_Template.entitlements";
CODE_SIGN_ENTITLEMENTS = "PrimePickApp/PrimePickApp.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iOS-App-Template/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"PrimePickApp/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand All @@ -323,7 +323,7 @@
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "ml.mrs1669.iOS-App-Template";
PRODUCT_BUNDLE_IDENTIFIER = "ml.mrs1669.PrimePickApp";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
Expand All @@ -336,7 +336,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
4F0C82792BC8247500E1480E /* Build configuration list for PBXProject "iOS-App-Template" */ = {
4F0C82792BC8247500E1480E /* Build configuration list for PBXProject "PrimePickApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4F0C828B2BC8247600E1480E /* Debug */,
Expand All @@ -345,7 +345,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4F0C828D2BC8247600E1480E /* Build configuration list for PBXNativeTarget "iOS-App-Template" */ = {
4F0C828D2BC8247600E1480E /* Build configuration list for PBXNativeTarget "PrimePickApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4F0C828E2BC8247600E1480E /* Debug */,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ContentView.swift
// iOS-App-Template
// PrimePickApp
//
// Created by 村石 拓海 on 2024/04/11.
//
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// iOS_App_TemplateApp.swift
// iOS-App-Template
// PrimePickApp.swift
// PrimePickApp
//
// Created by 村石 拓海 on 2024/04/11.
//

import SwiftUI

@main
struct iOS_App_TemplateApp: App {
struct PrimePickApp: App {
var body: some Scene {
WindowGroup {
ContentView()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# iOS-App-Template
# prime-pick-ios
iOS Application Template (SwiftUI)

0 comments on commit 60e7d00

Please sign in to comment.