Skip to content

Commit

Permalink
[feat] replace app name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 12, 2024
1 parent 43aa57d commit 03ed047
Show file tree
Hide file tree
Showing 28 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archive-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
-scheme discord-bot-helper \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
-archivePath NinjacordApp.xcarchive \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archive-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
-scheme discord-bot-helper \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
-archivePath NinjacordApp.xcarchive \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archive-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
-scheme discord-bot-helper \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
-archivePath NinjacordApp.xcarchive \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set Default Scheme
run: |
xcodebuild -resolvePackageDependencies -project NinjacordApp.xcodeproj -scheme discord-bot-helper
xcodebuild -resolvePackageDependencies -project NinjacordApp.xcodeproj -scheme NinjacordApp
scheme_list=$(xcodebuild -list -json)
echo "$scheme_list"
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
-scheme discord-bot-helper \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
-archivePath NinjacordApp.xcarchive \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
-scheme discord-bot-helper \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
-archivePath NinjacordApp.xcarchive \
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload IPA to App Store Connect
run: |
xcrun altool --upload-app -f app.ipa/discord-bot-helper.ipa \
xcrun altool --upload-app -f app.ipa/NinjacordApp.ipa \
-u ${{ secrets.APPLE_ID }} \
-p ${{ secrets.APP_SPECIFIC_PASSWORD }} \
--type ios
14 changes: 7 additions & 7 deletions NinjacordApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
4F6755512BE0074A00F2629B /* FirebaseFirestore */,
4F07581F2BE81F2D0064A30F /* GoogleMobileAds */,
);
productName = "discord-bot-helper";
productName = "NinjacordApp";
productReference = 4F5072B42BCF901E0005D352 /* NinjacordApp.app */;
productType = "com.apple.product-type.application";
};
Expand Down Expand Up @@ -459,17 +459,17 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "discord-bot-helper/NinjacordApp.entitlements";
CODE_SIGN_ENTITLEMENTS = "NinjacordApp/NinjacordApp.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"discord-bot-helper/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"NinjacordApp/Preview Content\"";
DEVELOPMENT_TEAM = XU74X3434S;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "discord-bot-helper/Info.plist";
INFOPLIST_FILE = "NinjacordApp/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Ninja Cord";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
Expand Down Expand Up @@ -503,17 +503,17 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "discord-bot-helper/NinjacordApp.entitlements";
CODE_SIGN_ENTITLEMENTS = "NinjacordApp/NinjacordApp.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"discord-bot-helper/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"NinjacordApp/Preview Content\"";
DEVELOPMENT_TEAM = XU74X3434S;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "discord-bot-helper/Info.plist";
INFOPLIST_FILE = "NinjacordApp/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Ninja Cord";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/AdMob/BannerView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BannerView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/06.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/AdMob/BannerViewController.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BannerViewController.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/06.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/AdMob/NativeAdModel.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// NativeAdModel.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/09.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/AdMob/NativeAdView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// NativeAdView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/09.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/30.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/AppInfo.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppInfo.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/05.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/Extension/Extension+Color.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Extension+Color.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/08.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/Extension/Extension+TextFieldStyle.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Extension+TextFieldStyle.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/29.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/Extension/Extension+View.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Extension+View.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/06.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/FirebaseAnalytics.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FirebaseAnalytics.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/05.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/MainView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MainView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/30.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/MessageEntity.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MessageEntity.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/28.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/Setting/PrivacyPolicyView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// PrivacyPolicyView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/05.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/Setting/SettingView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SettingView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/30.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/SettingMessage/SendMessageView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SendMessageView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/17.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/SettingMessage/SendMessageViewModel.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SendMessageViewModel.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/28.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/WebhookURLSettingView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// WebhookURLSettingView.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/05/01.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/discord_bot_helperApp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// discord_bot_helperApp.swift
// discord-bot-helper
// NinjacordApp
//
// Created by 村石 拓海 on 2024/04/17.
//
Expand Down
2 changes: 1 addition & 1 deletion NinjacordApp/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ opt_in_rules:
# 対象のファイル・フォルダ
# デフォルトからフォルダ名を変更していない場合、プロジェクト名と同名のフォルダを指定すればいい
included:
- discord-bot-helper
- NinjacordApp

# 対象外のファイル・フォルダ
excluded:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# discord-bot-helper
# NinjacordApp

Discordでbot経由で送信できるアプリ

Expand Down
2 changes: 1 addition & 1 deletion ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# ci_post_clone.sh
# discord-bot-helper
# NinjacordApp
#
# Created by 村石 拓海 on 2024/05/01.
#
Expand Down

0 comments on commit 03ed047

Please sign in to comment.