Vasilis

fix

...@@ -914,6 +914,7 @@ ...@@ -914,6 +914,7 @@
914 isa = XCBuildConfiguration; 914 isa = XCBuildConfiguration;
915 baseConfigurationReference = A9B7BE01A4E812DE49866EF8 /* Pods-SwiftWarplyFramework.debug.xcconfig */; 915 baseConfigurationReference = A9B7BE01A4E812DE49866EF8 /* Pods-SwiftWarplyFramework.debug.xcconfig */;
916 buildSettings = { 916 buildSettings = {
917 + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
917 CLANG_ENABLE_MODULES = YES; 918 CLANG_ENABLE_MODULES = YES;
918 CODE_SIGN_STYLE = Automatic; 919 CODE_SIGN_STYLE = Automatic;
919 CURRENT_PROJECT_VERSION = 1; 920 CURRENT_PROJECT_VERSION = 1;
...@@ -949,6 +950,7 @@ ...@@ -949,6 +950,7 @@
949 isa = XCBuildConfiguration; 950 isa = XCBuildConfiguration;
950 baseConfigurationReference = B9EB8A451EF0C5AD75094EEE /* Pods-SwiftWarplyFramework.release.xcconfig */; 951 baseConfigurationReference = B9EB8A451EF0C5AD75094EEE /* Pods-SwiftWarplyFramework.release.xcconfig */;
951 buildSettings = { 952 buildSettings = {
953 + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
952 CLANG_ENABLE_MODULES = YES; 954 CLANG_ENABLE_MODULES = YES;
953 CODE_SIGN_STYLE = Automatic; 955 CODE_SIGN_STYLE = Automatic;
954 CURRENT_PROJECT_VERSION = 1; 956 CURRENT_PROJECT_VERSION = 1;
......