mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2024-12-22 05:29:31 +00:00
697 lines
29 KiB
Plaintext
697 lines
29 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
9D5155F326A1EF7B0075EBC7 /* ListenerGSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5155F226A1EF7B0075EBC7 /* ListenerGSApp.swift */; };
|
|
9D5155F526A1EF7B0075EBC7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5155F426A1EF7B0075EBC7 /* ContentView.swift */; };
|
|
9D5155F726A1EF7C0075EBC7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D5155F626A1EF7C0075EBC7 /* Assets.xcassets */; };
|
|
9D5155FA26A1EF7C0075EBC7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */; };
|
|
9D51560526A1EF7C0075EBC7 /* ListenerGSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560426A1EF7C0075EBC7 /* ListenerGSTests.swift */; };
|
|
9D51561026A1EF7C0075EBC7 /* ListenerGSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51560F26A1EF7C0075EBC7 /* ListenerGSUITests.swift */; };
|
|
9D51562226A1F0DF0075EBC7 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 9D51562126A1F0DF0075EBC7 /* LICENSE */; };
|
|
9D51563126A278BB0075EBC7 /* Speech.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D51563026A278BB0075EBC7 /* Speech.framework */; };
|
|
9D51565226A36B410075EBC7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51564C26A36B410075EBC7 /* Result.swift */; };
|
|
9D51565326A36B410075EBC7 /* yudpsocket.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D51564D26A36B410075EBC7 /* yudpsocket.c */; };
|
|
9D51565426A36B410075EBC7 /* ytcpsocket.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D51564E26A36B410075EBC7 /* ytcpsocket.c */; };
|
|
9D51565526A36B410075EBC7 /* UDPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51564F26A36B410075EBC7 /* UDPClient.swift */; };
|
|
9D51565626A36B410075EBC7 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51565026A36B410075EBC7 /* Socket.swift */; };
|
|
9D51565726A36B410075EBC7 /* TCPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51565126A36B410075EBC7 /* TCPClient.swift */; };
|
|
9D51566526A36F6D0075EBC7 /* BinUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D51566426A36F6C0075EBC7 /* BinUtils.swift */; };
|
|
9D51567326A36FEC0075EBC7 /* BinUtils.LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 9D51567226A36FEC0075EBC7 /* BinUtils.LICENSE */; };
|
|
9D51567E26A370380075EBC7 /* SwiftSocket.LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 9D51567D26A370380075EBC7 /* SwiftSocket.LICENSE */; };
|
|
9D6ED23A271E6BD600D773CD /* SpeechForwarder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D6ED239271E6BD600D773CD /* SpeechForwarder.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
9D51560126A1EF7C0075EBC7 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 9D5155E726A1EF7B0075EBC7 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 9D5155EE26A1EF7B0075EBC7;
|
|
remoteInfo = ListenerApp;
|
|
};
|
|
9D51560C26A1EF7C0075EBC7 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 9D5155E726A1EF7B0075EBC7 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 9D5155EE26A1EF7B0075EBC7;
|
|
remoteInfo = ListenerApp;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
9D0DC15826F2E47A007EB92D /* ListenerGS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ListenerGS.entitlements; sourceTree = "<group>"; };
|
|
9D5155EF26A1EF7B0075EBC7 /* ListenerGS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ListenerGS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9D5155F226A1EF7B0075EBC7 /* ListenerGSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerGSApp.swift; sourceTree = "<group>"; };
|
|
9D5155F426A1EF7B0075EBC7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
9D5155F626A1EF7C0075EBC7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
9D5155FB26A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
9D51560026A1EF7C0075EBC7 /* ListenerGSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerGSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9D51560426A1EF7C0075EBC7 /* ListenerGSTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerGSTests.swift; sourceTree = "<group>"; };
|
|
9D51560626A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
9D51560B26A1EF7C0075EBC7 /* ListenerGSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ListenerGSUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9D51560F26A1EF7C0075EBC7 /* ListenerGSUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerGSUITests.swift; sourceTree = "<group>"; };
|
|
9D51561126A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
9D51562126A1F0DF0075EBC7 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
9D51562A26A1F1B40075EBC7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
9D51563026A278BB0075EBC7 /* Speech.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Speech.framework; path = System/Library/Frameworks/Speech.framework; sourceTree = SDKROOT; };
|
|
9D51563726A36AF20075EBC7 /* ListenerGS-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ListenerGS-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
9D51564B26A36B410075EBC7 /* SwiftSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftSocket.h; sourceTree = "<group>"; };
|
|
9D51564C26A36B410075EBC7 /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
|
|
9D51564D26A36B410075EBC7 /* yudpsocket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = yudpsocket.c; sourceTree = "<group>"; };
|
|
9D51564E26A36B410075EBC7 /* ytcpsocket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ytcpsocket.c; sourceTree = "<group>"; };
|
|
9D51564F26A36B410075EBC7 /* UDPClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UDPClient.swift; sourceTree = "<group>"; };
|
|
9D51565026A36B410075EBC7 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
|
|
9D51565126A36B410075EBC7 /* TCPClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TCPClient.swift; sourceTree = "<group>"; };
|
|
9D51566426A36F6C0075EBC7 /* BinUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BinUtils.swift; sourceTree = "<group>"; };
|
|
9D51567226A36FEC0075EBC7 /* BinUtils.LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BinUtils.LICENSE; sourceTree = "<group>"; };
|
|
9D51567D26A370380075EBC7 /* SwiftSocket.LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SwiftSocket.LICENSE; sourceTree = "<group>"; };
|
|
9D6ED239271E6BD600D773CD /* SpeechForwarder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeechForwarder.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
9D5155EC26A1EF7B0075EBC7 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9D51563126A278BB0075EBC7 /* Speech.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9D5155FD26A1EF7C0075EBC7 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9D51560826A1EF7C0075EBC7 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
9D5155E626A1EF7B0075EBC7 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D51562126A1F0DF0075EBC7 /* LICENSE */,
|
|
9D51562A26A1F1B40075EBC7 /* README.md */,
|
|
9D5155F126A1EF7B0075EBC7 /* ListenerGS */,
|
|
9D51560326A1EF7C0075EBC7 /* ListenerGSTests */,
|
|
9D51560E26A1EF7C0075EBC7 /* ListenerGSUITests */,
|
|
9D5155F026A1EF7B0075EBC7 /* Products */,
|
|
9D51562F26A278BA0075EBC7 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
9D5155F026A1EF7B0075EBC7 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D5155EF26A1EF7B0075EBC7 /* ListenerGS.app */,
|
|
9D51560026A1EF7C0075EBC7 /* ListenerGSTests.xctest */,
|
|
9D51560B26A1EF7C0075EBC7 /* ListenerGSUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
9D5155F126A1EF7B0075EBC7 /* ListenerGS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D0DC15826F2E47A007EB92D /* ListenerGS.entitlements */,
|
|
9D5155F226A1EF7B0075EBC7 /* ListenerGSApp.swift */,
|
|
9D5155F426A1EF7B0075EBC7 /* ContentView.swift */,
|
|
9D6ED239271E6BD600D773CD /* SpeechForwarder.swift */,
|
|
9D51566326A36F530075EBC7 /* BinUtils */,
|
|
9D51563626A36AD60075EBC7 /* SwiftSocket */,
|
|
9D5155F626A1EF7C0075EBC7 /* Assets.xcassets */,
|
|
9D5155FB26A1EF7C0075EBC7 /* Info.plist */,
|
|
9D5155F826A1EF7C0075EBC7 /* Preview Content */,
|
|
);
|
|
path = ListenerGS;
|
|
sourceTree = "<group>";
|
|
};
|
|
9D5155F826A1EF7C0075EBC7 /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D5155F926A1EF7C0075EBC7 /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
9D51560326A1EF7C0075EBC7 /* ListenerGSTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D51560426A1EF7C0075EBC7 /* ListenerGSTests.swift */,
|
|
9D51560626A1EF7C0075EBC7 /* Info.plist */,
|
|
);
|
|
path = ListenerGSTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
9D51560E26A1EF7C0075EBC7 /* ListenerGSUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D51560F26A1EF7C0075EBC7 /* ListenerGSUITests.swift */,
|
|
9D51561126A1EF7C0075EBC7 /* Info.plist */,
|
|
);
|
|
path = ListenerGSUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
9D51562F26A278BA0075EBC7 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D51563026A278BB0075EBC7 /* Speech.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
9D51563626A36AD60075EBC7 /* SwiftSocket */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D51567D26A370380075EBC7 /* SwiftSocket.LICENSE */,
|
|
9D51564C26A36B410075EBC7 /* Result.swift */,
|
|
9D51565026A36B410075EBC7 /* Socket.swift */,
|
|
9D51564B26A36B410075EBC7 /* SwiftSocket.h */,
|
|
9D51565126A36B410075EBC7 /* TCPClient.swift */,
|
|
9D51564F26A36B410075EBC7 /* UDPClient.swift */,
|
|
9D51564E26A36B410075EBC7 /* ytcpsocket.c */,
|
|
9D51564D26A36B410075EBC7 /* yudpsocket.c */,
|
|
9D51563726A36AF20075EBC7 /* ListenerGS-Bridging-Header.h */,
|
|
);
|
|
path = SwiftSocket;
|
|
sourceTree = "<group>";
|
|
};
|
|
9D51566326A36F530075EBC7 /* BinUtils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9D51567226A36FEC0075EBC7 /* BinUtils.LICENSE */,
|
|
9D51566426A36F6C0075EBC7 /* BinUtils.swift */,
|
|
);
|
|
path = BinUtils;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
9D5155EE26A1EF7B0075EBC7 /* ListenerGS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGS" */;
|
|
buildPhases = (
|
|
9D51562B26A20CE10075EBC7 /* ShellScript */,
|
|
9D5155EB26A1EF7B0075EBC7 /* Sources */,
|
|
9D5155EC26A1EF7B0075EBC7 /* Frameworks */,
|
|
9D5155ED26A1EF7B0075EBC7 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = ListenerGS;
|
|
productName = ListenerApp;
|
|
productReference = 9D5155EF26A1EF7B0075EBC7 /* ListenerGS.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
9D5155FF26A1EF7C0075EBC7 /* ListenerGSTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSTests" */;
|
|
buildPhases = (
|
|
9D5155FC26A1EF7C0075EBC7 /* Sources */,
|
|
9D5155FD26A1EF7C0075EBC7 /* Frameworks */,
|
|
9D5155FE26A1EF7C0075EBC7 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
9D51560226A1EF7C0075EBC7 /* PBXTargetDependency */,
|
|
);
|
|
name = ListenerGSTests;
|
|
productName = ListenerAppTests;
|
|
productReference = 9D51560026A1EF7C0075EBC7 /* ListenerGSTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
9D51560A26A1EF7C0075EBC7 /* ListenerGSUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSUITests" */;
|
|
buildPhases = (
|
|
9D51560726A1EF7C0075EBC7 /* Sources */,
|
|
9D51560826A1EF7C0075EBC7 /* Frameworks */,
|
|
9D51560926A1EF7C0075EBC7 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
9D51560D26A1EF7C0075EBC7 /* PBXTargetDependency */,
|
|
);
|
|
name = ListenerGSUITests;
|
|
productName = ListenerAppUITests;
|
|
productReference = 9D51560B26A1EF7C0075EBC7 /* ListenerGSUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
9D5155E726A1EF7B0075EBC7 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1240;
|
|
LastUpgradeCheck = 1240;
|
|
TargetAttributes = {
|
|
9D5155EE26A1EF7B0075EBC7 = {
|
|
CreatedOnToolsVersion = 12.4;
|
|
LastSwiftMigration = 1240;
|
|
};
|
|
9D5155FF26A1EF7C0075EBC7 = {
|
|
CreatedOnToolsVersion = 12.4;
|
|
TestTargetID = 9D5155EE26A1EF7B0075EBC7;
|
|
};
|
|
9D51560A26A1EF7C0075EBC7 = {
|
|
CreatedOnToolsVersion = 12.4;
|
|
TestTargetID = 9D5155EE26A1EF7B0075EBC7;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerGS" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 9D5155E626A1EF7B0075EBC7;
|
|
productRefGroup = 9D5155F026A1EF7B0075EBC7 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
9D5155EE26A1EF7B0075EBC7 /* ListenerGS */,
|
|
9D5155FF26A1EF7C0075EBC7 /* ListenerGSTests */,
|
|
9D51560A26A1EF7C0075EBC7 /* ListenerGSUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
9D5155ED26A1EF7B0075EBC7 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9D51562226A1F0DF0075EBC7 /* LICENSE in Resources */,
|
|
9D5155FA26A1EF7C0075EBC7 /* Preview Assets.xcassets in Resources */,
|
|
9D51567326A36FEC0075EBC7 /* BinUtils.LICENSE in Resources */,
|
|
9D5155F726A1EF7C0075EBC7 /* Assets.xcassets in Resources */,
|
|
9D51567E26A370380075EBC7 /* SwiftSocket.LICENSE in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9D5155FE26A1EF7C0075EBC7 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9D51560926A1EF7C0075EBC7 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
9D51562B26A20CE10075EBC7 /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/bash;
|
|
shellScript = "#!/bin/bash\nbN=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"$INFOPLIST_FILE\")\nbN=$(expr $bN + 1)\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $bN\" \"$INFOPLIST_FILE\"\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
9D5155EB26A1EF7B0075EBC7 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9D51565726A36B410075EBC7 /* TCPClient.swift in Sources */,
|
|
9D51565526A36B410075EBC7 /* UDPClient.swift in Sources */,
|
|
9D51565626A36B410075EBC7 /* Socket.swift in Sources */,
|
|
9D51565326A36B410075EBC7 /* yudpsocket.c in Sources */,
|
|
9D51565226A36B410075EBC7 /* Result.swift in Sources */,
|
|
9D5155F526A1EF7B0075EBC7 /* ContentView.swift in Sources */,
|
|
9D6ED23A271E6BD600D773CD /* SpeechForwarder.swift in Sources */,
|
|
9D5155F326A1EF7B0075EBC7 /* ListenerGSApp.swift in Sources */,
|
|
9D51566526A36F6D0075EBC7 /* BinUtils.swift in Sources */,
|
|
9D51565426A36B410075EBC7 /* ytcpsocket.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9D5155FC26A1EF7C0075EBC7 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9D51560526A1EF7C0075EBC7 /* ListenerGSTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9D51560726A1EF7C0075EBC7 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9D51561026A1EF7C0075EBC7 /* ListenerGSUITests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
9D51560226A1EF7C0075EBC7 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 9D5155EE26A1EF7B0075EBC7 /* ListenerGS */;
|
|
targetProxy = 9D51560126A1EF7C0075EBC7 /* PBXContainerItemProxy */;
|
|
};
|
|
9D51560D26A1EF7C0075EBC7 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 9D5155EE26A1EF7B0075EBC7 /* ListenerGS */;
|
|
targetProxy = 9D51560C26A1EF7C0075EBC7 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
9D51561226A1EF7C0075EBC7 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
9D51561326A1EF7C0075EBC7 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
9D51561526A1EF7C0075EBC7 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = ListenerGS/ListenerGS.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_ASSET_PATHS = "\"ListenerGS/Preview Content\"";
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
ENABLE_PREVIEWS = YES;
|
|
INFOPLIST_FILE = ListenerGS/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGS;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SUPPORTS_MACCATALYST = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ListenerGS/SwiftSocket/ListenerGS-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
9D51561626A1EF7C0075EBC7 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = ListenerGS/ListenerGS.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_ASSET_PATHS = "\"ListenerGS/Preview Content\"";
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
ENABLE_PREVIEWS = YES;
|
|
INFOPLIST_FILE = ListenerGS/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGS;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SUPPORTS_MACCATALYST = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ListenerGS/SwiftSocket/ListenerGS-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
9D51561826A1EF7C0075EBC7 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
INFOPLIST_FILE = ListenerGSTests/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerGS.app/ListenerGS";
|
|
};
|
|
name = Debug;
|
|
};
|
|
9D51561926A1EF7C0075EBC7 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
INFOPLIST_FILE = ListenerGSTests/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ListenerGS.app/ListenerGS";
|
|
};
|
|
name = Release;
|
|
};
|
|
9D51561B26A1EF7C0075EBC7 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
INFOPLIST_FILE = ListenerGSUITests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = ListenerGS;
|
|
};
|
|
name = Debug;
|
|
};
|
|
9D51561C26A1EF7C0075EBC7 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
INFOPLIST_FILE = ListenerGSUITests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.halcyontouch.ListenerGSUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = ListenerGS;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
9D5155EA26A1EF7B0075EBC7 /* Build configuration list for PBXProject "ListenerGS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9D51561226A1EF7C0075EBC7 /* Debug */,
|
|
9D51561326A1EF7C0075EBC7 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9D51561426A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9D51561526A1EF7C0075EBC7 /* Debug */,
|
|
9D51561626A1EF7C0075EBC7 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9D51561726A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9D51561826A1EF7C0075EBC7 /* Debug */,
|
|
9D51561926A1EF7C0075EBC7 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9D51561A26A1EF7C0075EBC7 /* Build configuration list for PBXNativeTarget "ListenerGSUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9D51561B26A1EF7C0075EBC7 /* Debug */,
|
|
9D51561C26A1EF7C0075EBC7 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 9D5155E726A1EF7B0075EBC7 /* Project object */;
|
|
}
|