Commit 46d1e4c7 by Dima Bart

Fix new lines at end of files.

parent 47222cae
...@@ -425,6 +425,8 @@ ...@@ -425,6 +425,8 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
INFOPLIST_FILE = "Sample App Customers/Info.plist"; INFOPLIST_FILE = "Sample App Customers/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.shopify.Sample-App-Customers"; PRODUCT_BUNDLE_IDENTIFIER = "com.shopify.Sample-App-Customers";
...@@ -436,6 +438,8 @@ ...@@ -436,6 +438,8 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
INFOPLIST_FILE = "Sample App Customers/Info.plist"; INFOPLIST_FILE = "Sample App Customers/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.shopify.Sample-App-Customers"; PRODUCT_BUNDLE_IDENTIFIER = "com.shopify.Sample-App-Customers";
......
...@@ -52,4 +52,3 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ...@@ -52,4 +52,3 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
return true return true
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment