Skip to content

Commit

Permalink
Update integration specs
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jan 12, 2023
1 parent 736b2ff commit 55a6292
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ Targets:
Build Configurations:
- Debug:
Build Settings:
CODE_SIGNING_ALLOWED: 'NO'
COMBINE_HIDPI_IMAGES: 'YES'
CONFIGURATION_BUILD_DIR: "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SamplePodWithResources"
IBSC_MODULE: SamplePodWithResources
Expand All @@ -286,6 +287,7 @@ Targets:
Base Configuration: SamplePodWithResources.debug.xcconfig
- Release:
Build Settings:
CODE_SIGNING_ALLOWED: 'NO'
COMBINE_HIDPI_IMAGES: 'YES'
CONFIGURATION_BUILD_DIR: "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SamplePodWithResources"
IBSC_MODULE: SamplePodWithResources
Expand Down
2 changes: 2 additions & 0 deletions install_resources/after/Pods/Pods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Targets:
Build Configurations:
- Debug:
Build Settings:
CODE_SIGNING_ALLOWED: 'NO'
COMBINE_HIDPI_IMAGES: 'YES'
CONFIGURATION_BUILD_DIR: "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/res"
IBSC_MODULE: res
Expand All @@ -144,6 +145,7 @@ Targets:
Base Configuration: res.debug.xcconfig
- Release:
Build Settings:
CODE_SIGNING_ALLOWED: 'NO'
COMBINE_HIDPI_IMAGES: 'YES'
CONFIGURATION_BUILD_DIR: "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/res"
IBSC_MODULE: res
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Targets:
Build Configurations:
- Debug:
Build Settings:
CODE_SIGNING_ALLOWED: 'NO'
COMBINE_HIDPI_IMAGES: 'YES'
CONFIGURATION_BUILD_DIR: "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/res"
IBSC_MODULE: res
Expand All @@ -116,6 +117,7 @@ Targets:
Base Configuration: res.debug.xcconfig
- Release:
Build Settings:
CODE_SIGNING_ALLOWED: 'NO'
COMBINE_HIDPI_IMAGES: 'YES'
CONFIGURATION_BUILD_DIR: "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/res"
IBSC_MODULE: res
Expand Down

0 comments on commit 55a6292

Please sign in to comment.