Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Config/BuildSettings.local.example.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// archives. Do not commit the local file.

APP_DEVELOPMENT_TEAM = YOURTEAMID
APP_IPHONEOS_CODE_SIGN_IDENTITY =
APP_BUNDLE_ID = com.example.shellbee
APP_WIDGET_BUNDLE_SUFFIX = widgets
APP_WIDGET_BUNDLE_ID = $(APP_BUNDLE_ID).$(APP_WIDGET_BUNDLE_SUFFIX)
Expand Down
1 change: 0 additions & 1 deletion Config/BuildSettings.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// which is ignored by git and should be used for device builds and App Store archives.

APP_DEVELOPMENT_TEAM =
APP_IPHONEOS_CODE_SIGN_IDENTITY =
APP_BUNDLE_ID = dev.echodb.shellbee
APP_WIDGET_BUNDLE_SUFFIX = shellbeeWidgets
APP_WIDGET_BUNDLE_ID = $(APP_BUNDLE_ID).$(APP_WIDGET_BUNDLE_SUFFIX)
Expand Down
2 changes: 0 additions & 2 deletions Shellbee.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,6 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_ENTITLEMENTS = Shellbee.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "$(APP_IPHONEOS_CODE_SIGN_IDENTITY)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "$(APP_DEVELOPMENT_TEAM)";
Expand Down Expand Up @@ -948,7 +947,6 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = ShellbeeWidgets.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "$(APP_IPHONEOS_CODE_SIGN_IDENTITY)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "$(APP_DEVELOPMENT_TEAM)";
Expand Down
1 change: 0 additions & 1 deletion ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ TARGET="$REPO_ROOT/Config/BuildSettings.local.xcconfig"

{
echo "APP_DEVELOPMENT_TEAM = $SHELLBEE_TEAM_ID"
echo "APP_IPHONEOS_CODE_SIGN_IDENTITY = Apple Distribution"
echo "APP_BUNDLE_ID = $SHELLBEE_BUNDLE_ID"
echo "APP_WIDGET_BUNDLE_SUFFIX = $SHELLBEE_WIDGET_SUFFIX"
echo "APP_WIDGET_BUNDLE_ID = \$(APP_BUNDLE_ID).\$(APP_WIDGET_BUNDLE_SUFFIX)"
Expand Down
Loading