Skip to content

Commit 0be884c

Browse files
committed
update api endpoint
1 parent ca9537a commit 0be884c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GMAT Question Bank
22

3-
GMAT Question Bank is a client for the [GMAT Database](https://github.com/teddyfullstack/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.
3+
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.
44

55
## Preview
66

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"@executable_path/Frameworks",
369369
);
370370
MARKETING_VERSION = 1.0.0;
371-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank;
371+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank;
372372
PRODUCT_NAME = "$(TARGET_NAME)";
373373
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
374374
SWIFT_VERSION = 5.0;
@@ -501,7 +501,7 @@
501501
"@executable_path/Frameworks",
502502
);
503503
MARKETING_VERSION = 1.0.0;
504-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank;
504+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank;
505505
PRODUCT_NAME = "$(TARGET_NAME)";
506506
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
507507
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -528,7 +528,7 @@
528528
"@executable_path/Frameworks",
529529
);
530530
MARKETING_VERSION = 1.0.0;
531-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank;
531+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank;
532532
PRODUCT_NAME = "$(TARGET_NAME)";
533533
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
534534
SWIFT_VERSION = 5.0;

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22

33
const String GMAT_DATABASE_ENDPOINT =
4-
"https://teddyfullstack.github.io/gmat-database";
4+
"https://teddyos.github.io/gmat-database";
55

66
const double narrowScreenWidthThreshold = 450;
77
const double mediumWidthBreakpoint = 1000;

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
CURRENT_PROJECT_VERSION = 1;
444444
GENERATE_INFOPLIST_FILE = YES;
445445
MARKETING_VERSION = 1.0;
446-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank.RunnerTests;
446+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank.RunnerTests;
447447
PRODUCT_NAME = "$(TARGET_NAME)";
448448
SWIFT_VERSION = 5.0;
449449
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gmat_question_bank.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gmat_question_bank";
@@ -457,7 +457,7 @@
457457
CURRENT_PROJECT_VERSION = 1;
458458
GENERATE_INFOPLIST_FILE = YES;
459459
MARKETING_VERSION = 1.0;
460-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank.RunnerTests;
460+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank.RunnerTests;
461461
PRODUCT_NAME = "$(TARGET_NAME)";
462462
SWIFT_VERSION = 5.0;
463463
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gmat_question_bank.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gmat_question_bank";
@@ -471,7 +471,7 @@
471471
CURRENT_PROJECT_VERSION = 1;
472472
GENERATE_INFOPLIST_FILE = YES;
473473
MARKETING_VERSION = 1.0;
474-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank.RunnerTests;
474+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank.RunnerTests;
475475
PRODUCT_NAME = "$(TARGET_NAME)";
476476
SWIFT_VERSION = 5.0;
477477
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gmat_question_bank.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gmat_question_bank";

macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PRODUCT_NAME = GMAT Question Bank
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyfullstack.gmatQuestionBank
11+
PRODUCT_BUNDLE_IDENTIFIER = io.github.teddyos.gmatQuestionBank
1212

1313
// The copyright displayed in application information
1414
PRODUCT_COPYRIGHT = Copyright © 2022 com.example. All rights reserved.

web/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"display": "standalone",
66
"background_color": "#0175C2",
77
"theme_color": "#0175C2",
8-
"description": "GMAT Question Bank is a client for the https://github.com/teddyfullstack/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.",
8+
"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.",
99
"orientation": "portrait-primary",
1010
"prefer_related_applications": false,
1111
"icons": [

0 commit comments

Comments
 (0)