This commit is contained in:
Mayel de Borniol 2023-09-18 19:58:37 +01:00
parent 275f0b4e48
commit 8dfc9f7a70
2 changed files with 12 additions and 7 deletions

View file

@ -511,24 +511,27 @@ test-federation: test-federation-dance-positions
test-federation-lib *args=ap_lib: test-federation-dance-positions
just test-watch $@
test-federation-integration *args=ap_integration: test-federation-dance-positions
test-federation-bonfire *args=ap_integration: test-federation-dance-positions
just test-watch $@
test-federation-ext *args=ap_ext: test-federation-dance-positions
test-federation-boundaries *args="extensions/bonfire_federate_activitypub/test/boundaries": test-federation-dance-positions
just test-watch $@
test-federation-dance-signed *args='': test-federation-dance-positions
test-federation-in-extensions *args=ap_ext: test-federation-dance-positions
just test-watch $@
test-federation-dance *args='': test-federation-dance-positions
TEST_INSTANCE=yes just test-watch --only test_instance $@
just test-federation-dance-positions
test-federation-dance *args='': test-federation-dance-positions
test-federation-dance-unsigned *args='': test-federation-dance-positions
ACCEPT_UNSIGNED_ACTIVITIES=1 TEST_INSTANCE=yes just test-watch --only test_instance $@
just test-federation-dance-positions
test-federation-dance-positions:
TEST_INSTANCE=yes MIX_ENV=test just mix deps.clean bonfire --build
test-federation-live *args='':
test-federation-live-DRAGONS *args='':
FEDERATE=yes START_SERVER=yes HOSTNAME=$(just local-tunnel-hostname) PUBLIC_PORT=443 just test-watch --only live_federation $@
# dev-test-watch: init ## Run tests

View file

@ -285,6 +285,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Bonfire/Preview Content\"";
DEVELOPMENT_TEAM = DALDRRZGDR;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Bonfire/Info.plist;
@ -298,7 +299,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.myorg.Bonfire;
PRODUCT_BUNDLE_IDENTIFIER = cafe.bonfire;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
@ -314,6 +315,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Bonfire/Preview Content\"";
DEVELOPMENT_TEAM = DALDRRZGDR;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Bonfire/Info.plist;
@ -327,7 +329,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.myorg.Bonfire;
PRODUCT_BUNDLE_IDENTIFIER = cafe.bonfire;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;