Skip to content

Commit

Permalink
Gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Oct 12, 2024
1 parent 3849c04 commit fc5bdc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
adhoc
8 changes: 4 additions & 4 deletions app/CloudpilotEmu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
CLANG_ENABLE_MODULES = NO;
CODE_SIGN_ENTITLEMENTS = CloudpilotEmu/Entitlements/Entitlements.plist;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
Expand All @@ -383,7 +383,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.github.cloudpilot-emu";
PRODUCT_NAME = CloudpilotEmu;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "CloudpilotEmu Dev";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "AdHoc Pinchies new";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand All @@ -401,7 +401,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = NO;
CODE_SIGN_ENTITLEMENTS = CloudpilotEmu/Entitlements/Entitlements.plist;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
Expand All @@ -417,7 +417,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.github.cloudpilot-emu";
PRODUCT_NAME = CloudpilotEmu;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "CloudpilotEmu Dev";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "AdHoc Pinchies new";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down

0 comments on commit fc5bdc8

Please sign in to comment.