Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Aug 9, 2024
1 parent fc39c03 commit f36566e
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,14 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/google_sign_in_ios_example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/google_sign_in_ios_example";
WARNING_CFLAGS = (
"-Wall",
"-Wconditional-uninitialized",
"-Wnullable-to-nonnull-conversion",
"-Wmissing-method-return-type",
"-Woverlength-strings",
"-Wno-incomplete-umbrella",
);
};
name = Debug;
};
Expand All @@ -509,6 +517,14 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/google_sign_in_ios_example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/google_sign_in_ios_example";
WARNING_CFLAGS = (
"-Wall",
"-Wconditional-uninitialized",
"-Wnullable-to-nonnull-conversion",
"-Wmissing-method-return-type",
"-Woverlength-strings",
"-Wno-incomplete-umbrella",
);
};
name = Release;
};
Expand All @@ -524,6 +540,14 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/google_sign_in_ios_example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/google_sign_in_ios_example";
WARNING_CFLAGS = (
"-Wall",
"-Wconditional-uninitialized",
"-Wnullable-to-nonnull-conversion",
"-Wmissing-method-return-type",
"-Woverlength-strings",
"-Wno-incomplete-umbrella",
);
};
name = Profile;
};
Expand Down

0 comments on commit f36566e

Please sign in to comment.