Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-05-21 17:41:57 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e155f75b5837df9c8376357281996efe861f210
4e155f75
1 parent
096886bd
podspec test part 4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework.podspec
View file @
4e155f7
...
...
@@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
# ==> NEW
# ONLY include code files in source_files
spec
.
source_files
=
"SwiftWarplyFramework/**/*.{h,m,swift}"
#
spec.source_files = "SwiftWarplyFramework/**/*.{h,m,swift}"
# <== NEW
# 'SwiftWarplyFramework/**/*',
...
...
@@ -36,18 +36,18 @@ Pod::Spec.new do |spec|
spec
.
exclude_files
=
"Classes/Exclude"
# spec.dependency 'RSBarcodes_Swift', '~> 5.2.0'
# spec.dependency 'RSBarcodes_Swift', '~> 5.1.1'
spec
.
dependency
'SwiftEventBus'
# spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] }
# ==> OLD
#
spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'] }
spec
.
resource_bundles
=
{
'ResourcesBundle'
=>
[
'SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'
]
}
# <== OLD
# ==> NEW
# spec.resources = 'SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'
# Include all resource files in resources
spec
.
resources
=
"SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets,png}"
#
spec.resources = "SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets,png}"
# <== NEW
# Add explicit Swift version
...
...
@@ -57,12 +57,12 @@ Pod::Spec.new do |spec|
spec
.
ios
.
deployment_target
=
'17.0'
# Add explicit build settings
spec
.
pod_target_xcconfig
=
{
'ENABLE_USER_SCRIPT_SANDBOXING'
=>
'NO'
,
'EXPANDED_CODE_SIGN_IDENTITY'
=>
''
,
'CODE_SIGNING_REQUIRED'
=>
'NO'
,
'CODE_SIGNING_ALLOWED'
=>
'NO'
}
#
spec.pod_target_xcconfig = {
#
'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO',
#
'EXPANDED_CODE_SIGN_IDENTITY' => '',
#
'CODE_SIGNING_REQUIRED' => 'NO',
#
'CODE_SIGNING_ALLOWED' => 'NO'
#
}
# <== TEST
# spec.resources = ['SwiftWarplyFramework/SwiftWarplyFramework/Media/*.{xcassets}', 'SwiftWarplyFramework/SwiftWarplyFramework/Media/*.xib']
...
...
Please
register
or
login
to post a comment