Skip to content

Commit

Permalink
update api endpoint (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-teddy committed Sep 29, 2024
1 parent 0be884c commit 6370790
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GMAT Question Bank

GMAT Question Bank is a client for the [GMAT Database](https://github.com/teddyos/gmat-database) project, designed to provide users with a wide range of GMAT practice questions to help them prepare for the GMAT exam. This app supports Material You design principles, allowing users to customize the app's appearance to their liking.
GMAT Question Bank is a client for the [GMAT Database](https://github.com/mister-teddy/gmat-database) project, designed to provide users with a wide range of GMAT practice questions to help them prepare for the GMAT exam. This app supports Material You design principles, allowing users to customize the app's appearance to their liking.

## Preview

Expand Down
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank;
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -501,7 +501,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank;
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -528,7 +528,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank;
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

const String GMAT_DATABASE_ENDPOINT =
"https://teddyos.github.io/gmat-database";
"https://mister-teddy.github.io/gmat-database";

const double narrowScreenWidthThreshold = 450;
const double mediumWidthBreakpoint = 1000;
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gmat_question_bank.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gmat_question_bank";
Expand All @@ -457,7 +457,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gmat_question_bank.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gmat_question_bank";
Expand All @@ -471,7 +471,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gmat_question_bank.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gmat_question_bank";
Expand Down
2 changes: 1 addition & 1 deletion macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PRODUCT_NAME = GMAT Question Bank

// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank
PRODUCT_BUNDLE_IDENTIFIER = io.github.mister-teddy.gmatQuestionBank

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2022 com.example. All rights reserved.
2 changes: 1 addition & 1 deletion web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "GMAT Question Bank is a client for the https://github.com/teddyos/gmat-database, designed to provide users with a wide range of GMAT practice questions to help them prepare for the GMAT exam. This app supports Material You design principles, allowing users to customize the app's appearance to their liking.",
"description": "GMAT Question Bank is a client for the https://github.com/mister-teddy/gmat-database, designed to provide users with a wide range of GMAT practice questions to help them prepare for the GMAT exam. This app supports Material You design principles, allowing users to customize the app's appearance to their liking.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand Down

0 comments on commit 6370790

Please sign in to comment.