Manos Chorianopoulos

podspec test part 4

...@@ -26,7 +26,7 @@ Pod::Spec.new do |spec| ...@@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
26 26
27 # ==> NEW 27 # ==> NEW
28 # ONLY include code files in source_files 28 # ONLY include code files in source_files
29 - spec.source_files = "SwiftWarplyFramework/**/*.{h,m,swift}" 29 + # spec.source_files = "SwiftWarplyFramework/**/*.{h,m,swift}"
30 # <== NEW 30 # <== NEW
31 31
32 # 'SwiftWarplyFramework/**/*', 32 # 'SwiftWarplyFramework/**/*',
...@@ -36,18 +36,18 @@ Pod::Spec.new do |spec| ...@@ -36,18 +36,18 @@ Pod::Spec.new do |spec|
36 spec.exclude_files = "Classes/Exclude" 36 spec.exclude_files = "Classes/Exclude"
37 37
38 # spec.dependency 'RSBarcodes_Swift', '~> 5.2.0' 38 # spec.dependency 'RSBarcodes_Swift', '~> 5.2.0'
39 + # spec.dependency 'RSBarcodes_Swift', '~> 5.1.1'
39 spec.dependency 'SwiftEventBus' 40 spec.dependency 'SwiftEventBus'
40 41
41 # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } 42 # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] }
42 43
43 # ==> OLD 44 # ==> OLD
44 - # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'] } 45 + spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'] }
45 # <== OLD 46 # <== OLD
46 47
47 # ==> NEW 48 # ==> NEW
48 - # spec.resources = 'SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'
49 # Include all resource files in resources 49 # Include all resource files in resources
50 - spec.resources = "SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets,png}" 50 + # spec.resources = "SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets,png}"
51 # <== NEW 51 # <== NEW
52 52
53 # Add explicit Swift version 53 # Add explicit Swift version
...@@ -57,12 +57,12 @@ Pod::Spec.new do |spec| ...@@ -57,12 +57,12 @@ Pod::Spec.new do |spec|
57 spec.ios.deployment_target = '17.0' 57 spec.ios.deployment_target = '17.0'
58 58
59 # Add explicit build settings 59 # Add explicit build settings
60 - spec.pod_target_xcconfig = { 60 + # spec.pod_target_xcconfig = {
61 - 'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO', 61 + # 'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO',
62 - 'EXPANDED_CODE_SIGN_IDENTITY' => '', 62 + # 'EXPANDED_CODE_SIGN_IDENTITY' => '',
63 - 'CODE_SIGNING_REQUIRED' => 'NO', 63 + # 'CODE_SIGNING_REQUIRED' => 'NO',
64 - 'CODE_SIGNING_ALLOWED' => 'NO' 64 + # 'CODE_SIGNING_ALLOWED' => 'NO'
65 - } 65 + # }
66 # <== TEST 66 # <== TEST
67 67
68 # spec.resources = ['SwiftWarplyFramework/SwiftWarplyFramework/Media/*.{xcassets}', 'SwiftWarplyFramework/SwiftWarplyFramework/Media/*.xib'] 68 # spec.resources = ['SwiftWarplyFramework/SwiftWarplyFramework/Media/*.{xcassets}', 'SwiftWarplyFramework/SwiftWarplyFramework/Media/*.xib']
......