Compare commits

..

17 Commits

Author SHA1 Message Date
Dimitris C e1801e5065 Update README.md 2024-05-16 13:00:27 +03:00
dimitris-c d041f17e76 Merge branch 'update-example' of https://github.com/dimitris-c/AudioStreaming into update-example 2024-05-16 12:56:36 +03:00
dimitris-c 5db7c2921b fix tests 2024-05-16 12:56:25 +03:00
Dimitris C dec732a597 Update swift.yml 2024-05-16 12:52:42 +03:00
Dimitris C 51af91f4d4 Update swift.yml 2024-05-16 12:47:46 +03:00
dimitris-c 02ba7012da Merge branch 'main' into update-example 2024-05-16 12:41:11 +03:00
dimitris-c 473afdaa50 Updates example, fixes noise output on mute 2024-05-16 12:34:42 +03:00
dimitris-c 8a13074c21 progress 2024-05-15 13:23:46 +03:00
dimitris-c 1b7558a4f1 refactor 2024-05-15 13:23:46 +03:00
dimitris-c 7d91e318d1 progress 2024-05-15 13:23:46 +03:00
dimitris-c 4e2cd36677 adds animations to eq view 2024-05-15 13:23:46 +03:00
dimitris-c f2adacb687 update comment on example project 2024-05-15 13:23:46 +03:00
dimitris-c 553132f486 progress 2024-05-15 13:23:45 +03:00
dimitris-c 1f5f7c8be3 progress 2024-05-15 13:23:45 +03:00
dimitris-c 70a4dfd698 progress 2024-05-15 13:23:45 +03:00
dimitris-c 81bf90f5c4 example project progress 2024-05-15 13:23:45 +03:00
dimitris-c 8424611b34 Adds initial new example project 2024-05-15 13:23:44 +03:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AudioStreaming'
s.version = '1.2.2'
s.version = '1.2.1'
s.license = 'MIT'
s.summary = 'An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.'
s.homepage = 'https://github.com/dimitris-c/AudioStreaming'
+2 -2
View File
@@ -831,7 +831,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -862,7 +862,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";