Skip to content

Commit

Permalink
Build for Distribution reactivated for IosAwnCore
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed Oct 15, 2022
1 parent 82e87c8 commit ac16fcb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- IosAwnCore (0.7.1)
- IosAwnCore (0.7.3)

DEPENDENCIES:
- FBSnapshotTestCase (~> 2.1.4)
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
IosAwnCore: fd348a51573643e26a194fe20fc78e4190dcadf6
IosAwnCore: 6494e0e174d49f04f513e8a002187be226889a37

PODFILE CHECKSUM: d8cb97071873aa1674a26379bee3d448a3b1908f

Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/IosAwnCore.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions IosAwnCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IosAwnCore'
s.version = '0.7.2'
s.version = '0.7.3'
s.summary = 'Awesome Notifications iOS Core'

s.description = <<-DESC
Expand All @@ -31,7 +31,8 @@ Awesome Notifications Ios Core (Only iOS devices).

s.xcconfig = {
'ENABLE_BITCODE' => 'NO',
'APPLICATION_EXTENSION_API_ONLY' => 'NO'
'APPLICATION_EXTENSION_API_ONLY' => 'NO',
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
}

end

0 comments on commit ac16fcb

Please sign in to comment.