diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-22 09:45:59 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-22 09:45:59 +0000 |
commit | b999f85d83728bd7034e85f2e038bb9a6454b16a (patch) | |
tree | 9a680554c7b89dc3f939b8082bee1eb0ccf7ebee /PrySDR.xcodeproj/project.pbxproj | |
parent | 4a489b2f306c179e303567908a26e7e79ef5c0dd (diff) | |
download | PrySDR-main.tar.gz PrySDR-main.zip |
BladeRF: seems to receive datamain
Diffstat (limited to 'PrySDR.xcodeproj/project.pbxproj')
-rw-r--r-- | PrySDR.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/PrySDR.xcodeproj/project.pbxproj b/PrySDR.xcodeproj/project.pbxproj index 05e4d16..233a68b 100644 --- a/PrySDR.xcodeproj/project.pbxproj +++ b/PrySDR.xcodeproj/project.pbxproj @@ -744,6 +744,15 @@ ); target = 8D9A33432D0B0D8D009A4186 /* BladeRFIQ */; }; + 8D9A37F12D180D4C009A4186 /* Exceptions for "Utils" folder in "BladeRFIQ" target */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + FileUtils.swift, + PathUtils.swift, + Version.swift, + ); + target = 8D9A33432D0B0D8D009A4186 /* BladeRFIQ */; + }; 8DD98C7C2CC6320C0062D678 /* Exceptions for "LA" folder in "PrySDR" target */ = { isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( @@ -860,6 +869,7 @@ 8D4068302CF9BF360064C96D /* Exceptions for "Utils" folder in "RtlSdrIQ" target */, 8D40686D2CFDE4C10064C96D /* Exceptions for "Utils" folder in "AirSpyHFIQ" target */, 8D406AB52CFF0D1F0064C96D /* Exceptions for "Utils" folder in "AirSpyIQ" target */, + 8D9A37F12D180D4C009A4186 /* Exceptions for "Utils" folder in "BladeRFIQ" target */, ); path = Utils; sourceTree = "<group>"; |