A small menubar app that allows you to switch between R versions quickly (if you have multiple versions of R framework installed).
https://rud.is/rswitch
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
608 lines
30 KiB
608 lines
30 KiB
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 51;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
01073F0F2311AE2E007162C9 /* String+Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F0E2311AE2E007162C9 /* String+Version.swift */; };
|
|
01073F132311E1CF007162C9 /* Globals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F122311E1CF007162C9 /* Globals.swift */; };
|
|
01073F152311E370007162C9 /* Notify.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F142311E370007162C9 /* Notify.swift */; };
|
|
01073F172311E397007162C9 /* Menu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F162311E397007162C9 /* Menu.swift */; };
|
|
01073F192311E3B8007162C9 /* Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F182311E3B8007162C9 /* Bundle.swift */; };
|
|
01073F1B2311E613007162C9 /* DownloadTarball.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F1A2311E613007162C9 /* DownloadTarball.swift */; };
|
|
01073F1D2311E64E007162C9 /* DownloadRStudio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F1C2311E64E007162C9 /* DownloadRStudio.swift */; };
|
|
01073F1F2311E67D007162C9 /* HandleUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F1E2311E67D007162C9 /* HandleUpdate.swift */; };
|
|
01073F212311E6BD007162C9 /* HandleRSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01073F202311E6BD007162C9 /* HandleRSwitch.swift */; };
|
|
010A1C1423215B0900E32A9A /* SessionWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 010A1C1323215B0900E32A9A /* SessionWindowController.swift */; };
|
|
011951B4231F00A000B62C3A /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 011951B3231F00A000B62C3A /* Preferences.swift */; };
|
|
0178970D230ED25100F8F5BC /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0178970C230ED25100F8F5BC /* AboutViewController.swift */; };
|
|
018A8C3B2312C7BC0006E87D /* libprocInfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 018A8C3A2312C7BC0006E87D /* libprocInfo.a */; };
|
|
018A8C3F2312CB480006E87D /* procHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 018A8C3E2312CB480006E87D /* procHelper.m */; };
|
|
018A8C412312F4940006E87D /* HandleSwitchTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 018A8C402312F4940006E87D /* HandleSwitchTo.swift */; };
|
|
0197554A231BD919003FAD7B /* RVersions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01975549231BD919003FAD7B /* RVersions.swift */; };
|
|
0198B99E23196689003F7578 /* BrowseMenuAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0198B99D23196689003F7578 /* BrowseMenuAction.swift */; };
|
|
0198B9A0231970ED003F7578 /* AppAlerts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0198B99F231970ED003F7578 /* AppAlerts.swift */; };
|
|
0198B9AA23197D3A003F7578 /* Running.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0198B9A923197D3A003F7578 /* Running.swift */; };
|
|
01B611EC232176A200432807 /* NewSessionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01B611EB232176A200432807 /* NewSessionViewController.swift */; };
|
|
01D3E43A232119DD00E3BC02 /* WebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D3E439232119DD00E3BC02 /* WebViewController.swift */; };
|
|
01D3E43C23211B4C00E3BC02 /* RStudioServerAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D3E43B23211B4C00E3BC02 /* RStudioServerAction.swift */; };
|
|
01D3E43F2321315900E3BC02 /* RStudioServerSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D3E43E2321315900E3BC02 /* RStudioServerSession.swift */; };
|
|
01D3E441232131F300E3BC02 /* RStudioServerSessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D3E440232131F300E3BC02 /* RStudioServerSessionManager.swift */; };
|
|
01F3EF0C230E635300DF5DF9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F3EF0B230E635300DF5DF9 /* AppDelegate.swift */; };
|
|
01F3EF0E230E635300DF5DF9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F3EF0D230E635300DF5DF9 /* ViewController.swift */; };
|
|
01F3EF10230E635500DF5DF9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01F3EF0F230E635500DF5DF9 /* Assets.xcassets */; };
|
|
01F3EF13230E635500DF5DF9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01F3EF11230E635500DF5DF9 /* Main.storyboard */; };
|
|
52B8A14237DA712A6A2ABDE0 /* Pods_RSwitch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E2F8556B6C8EF8ED93F7E99 /* Pods_RSwitch.framework */; };
|
|
C4290DD6231F190F00AA5955 /* AppMenuActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4290DD5231F190E00AA5955 /* AppMenuActions.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
01073F0E2311AE2E007162C9 /* String+Version.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Version.swift"; sourceTree = "<group>"; };
|
|
01073F122311E1CF007162C9 /* Globals.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Globals.swift; sourceTree = "<group>"; };
|
|
01073F142311E370007162C9 /* Notify.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notify.swift; sourceTree = "<group>"; };
|
|
01073F162311E397007162C9 /* Menu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Menu.swift; sourceTree = "<group>"; };
|
|
01073F182311E3B8007162C9 /* Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bundle.swift; sourceTree = "<group>"; };
|
|
01073F1A2311E613007162C9 /* DownloadTarball.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadTarball.swift; sourceTree = "<group>"; };
|
|
01073F1C2311E64E007162C9 /* DownloadRStudio.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadRStudio.swift; sourceTree = "<group>"; };
|
|
01073F1E2311E67D007162C9 /* HandleUpdate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HandleUpdate.swift; sourceTree = "<group>"; };
|
|
01073F202311E6BD007162C9 /* HandleRSwitch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HandleRSwitch.swift; sourceTree = "<group>"; };
|
|
010A1C1323215B0900E32A9A /* SessionWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionWindowController.swift; sourceTree = "<group>"; };
|
|
011951B3231F00A000B62C3A /* Preferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
|
|
016750FB2319A7A4009E2FD6 /* RSwitch.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RSwitch.entitlements; sourceTree = "<group>"; };
|
|
0178970C230ED25100F8F5BC /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
|
|
018A8C392312C7BC0006E87D /* procInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = procInfo.h; sourceTree = "<group>"; };
|
|
018A8C3A2312C7BC0006E87D /* libprocInfo.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libprocInfo.a; sourceTree = "<group>"; };
|
|
018A8C3C2312C8380006E87D /* RSwitch-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RSwitch-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
018A8C3D2312CB480006E87D /* procHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = procHelper.h; sourceTree = "<group>"; };
|
|
018A8C3E2312CB480006E87D /* procHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = procHelper.m; sourceTree = "<group>"; };
|
|
018A8C402312F4940006E87D /* HandleSwitchTo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HandleSwitchTo.swift; sourceTree = "<group>"; };
|
|
01975549231BD919003FAD7B /* RVersions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RVersions.swift; sourceTree = "<group>"; };
|
|
0198B99D23196689003F7578 /* BrowseMenuAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowseMenuAction.swift; sourceTree = "<group>"; };
|
|
0198B99F231970ED003F7578 /* AppAlerts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppAlerts.swift; sourceTree = "<group>"; };
|
|
0198B9A923197D3A003F7578 /* Running.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Running.swift; sourceTree = "<group>"; };
|
|
01B611EB232176A200432807 /* NewSessionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewSessionViewController.swift; sourceTree = "<group>"; };
|
|
01D3E439232119DD00E3BC02 /* WebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViewController.swift; sourceTree = "<group>"; };
|
|
01D3E43B23211B4C00E3BC02 /* RStudioServerAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RStudioServerAction.swift; sourceTree = "<group>"; };
|
|
01D3E43E2321315900E3BC02 /* RStudioServerSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RStudioServerSession.swift; sourceTree = "<group>"; };
|
|
01D3E440232131F300E3BC02 /* RStudioServerSessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RStudioServerSessionManager.swift; sourceTree = "<group>"; };
|
|
01F3EF08230E635300DF5DF9 /* RSwitch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RSwitch.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
01F3EF0B230E635300DF5DF9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
01F3EF0D230E635300DF5DF9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
01F3EF0F230E635500DF5DF9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
01F3EF12230E635500DF5DF9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
01F3EF14230E635500DF5DF9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
0E2F8556B6C8EF8ED93F7E99 /* Pods_RSwitch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RSwitch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
53FF56D90FA7100C1726A4F7 /* Pods-RSwitch.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RSwitch.debug.xcconfig"; path = "Target Support Files/Pods-RSwitch/Pods-RSwitch.debug.xcconfig"; sourceTree = "<group>"; };
|
|
574911021B3B7938E36AB013 /* Pods-RSwitch.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RSwitch.release.xcconfig"; path = "Target Support Files/Pods-RSwitch/Pods-RSwitch.release.xcconfig"; sourceTree = "<group>"; };
|
|
C4290DD5231F190E00AA5955 /* AppMenuActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppMenuActions.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
01F3EF05230E635300DF5DF9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
52B8A14237DA712A6A2ABDE0 /* Pods_RSwitch.framework in Frameworks */,
|
|
018A8C3B2312C7BC0006E87D /* libprocInfo.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
01073F232311E859007162C9 /* Swift */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01F3EF0B230E635300DF5DF9 /* AppDelegate.swift */,
|
|
01D3E43D2321314100E3BC02 /* Sessions */,
|
|
0198B9A1231970F5003F7578 /* AppAlerts */,
|
|
0198B9A323197301003F7578 /* Downloaders */,
|
|
0198B99C23196666003F7578 /* MenuActions */,
|
|
0198B9A2231971D1003F7578 /* String+Version */,
|
|
0198B9A623197C8E003F7578 /* Utils */,
|
|
0178970C230ED25100F8F5BC /* AboutViewController.swift */,
|
|
01073F202311E6BD007162C9 /* HandleRSwitch.swift */,
|
|
01073F1E2311E67D007162C9 /* HandleUpdate.swift */,
|
|
018A8C402312F4940006E87D /* HandleSwitchTo.swift */,
|
|
01073F162311E397007162C9 /* Menu.swift */,
|
|
01073F142311E370007162C9 /* Notify.swift */,
|
|
01F3EF0D230E635300DF5DF9 /* ViewController.swift */,
|
|
01D3E439232119DD00E3BC02 /* WebViewController.swift */,
|
|
010A1C1323215B0900E32A9A /* SessionWindowController.swift */,
|
|
01B611EB232176A200432807 /* NewSessionViewController.swift */,
|
|
);
|
|
path = Swift;
|
|
sourceTree = "<group>";
|
|
};
|
|
018A8C342312C6510006E87D /* ObjC */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0198B99B23196479003F7578 /* ProcInfo */,
|
|
018A8C3C2312C8380006E87D /* RSwitch-Bridging-Header.h */,
|
|
);
|
|
path = ObjC;
|
|
sourceTree = "<group>";
|
|
};
|
|
0198B99B23196479003F7578 /* ProcInfo */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
018A8C3A2312C7BC0006E87D /* libprocInfo.a */,
|
|
018A8C392312C7BC0006E87D /* procInfo.h */,
|
|
018A8C3D2312CB480006E87D /* procHelper.h */,
|
|
018A8C3E2312CB480006E87D /* procHelper.m */,
|
|
);
|
|
path = ProcInfo;
|
|
sourceTree = "<group>";
|
|
};
|
|
0198B99C23196666003F7578 /* MenuActions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4290DD5231F190E00AA5955 /* AppMenuActions.swift */,
|
|
0198B99D23196689003F7578 /* BrowseMenuAction.swift */,
|
|
01D3E43B23211B4C00E3BC02 /* RStudioServerAction.swift */,
|
|
);
|
|
path = MenuActions;
|
|
sourceTree = "<group>";
|
|
};
|
|
0198B9A1231970F5003F7578 /* AppAlerts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0198B99F231970ED003F7578 /* AppAlerts.swift */,
|
|
);
|
|
path = AppAlerts;
|
|
sourceTree = "<group>";
|
|
};
|
|
0198B9A2231971D1003F7578 /* String+Version */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01073F0E2311AE2E007162C9 /* String+Version.swift */,
|
|
);
|
|
path = "String+Version";
|
|
sourceTree = "<group>";
|
|
};
|
|
0198B9A323197301003F7578 /* Downloaders */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01073F1A2311E613007162C9 /* DownloadTarball.swift */,
|
|
01073F1C2311E64E007162C9 /* DownloadRStudio.swift */,
|
|
);
|
|
path = Downloaders;
|
|
sourceTree = "<group>";
|
|
};
|
|
0198B9A623197C8E003F7578 /* Utils */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01073F182311E3B8007162C9 /* Bundle.swift */,
|
|
01073F122311E1CF007162C9 /* Globals.swift */,
|
|
01975549231BD919003FAD7B /* RVersions.swift */,
|
|
0198B9A923197D3A003F7578 /* Running.swift */,
|
|
011951B3231F00A000B62C3A /* Preferences.swift */,
|
|
);
|
|
path = Utils;
|
|
sourceTree = "<group>";
|
|
};
|
|
01D3E43D2321314100E3BC02 /* Sessions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01D3E43E2321315900E3BC02 /* RStudioServerSession.swift */,
|
|
01D3E440232131F300E3BC02 /* RStudioServerSessionManager.swift */,
|
|
);
|
|
path = Sessions;
|
|
sourceTree = "<group>";
|
|
};
|
|
01F3EEFF230E635300DF5DF9 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01F3EF0A230E635300DF5DF9 /* RSwitch */,
|
|
01F3EF09230E635300DF5DF9 /* Products */,
|
|
6E9DFB632C8DAEE9C1D64321 /* Pods */,
|
|
08E99D67B1A9A0A9D2CF3F66 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
01F3EF09230E635300DF5DF9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01F3EF08230E635300DF5DF9 /* RSwitch.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
01F3EF0A230E635300DF5DF9 /* RSwitch */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01F3EF11230E635500DF5DF9 /* Main.storyboard */,
|
|
016750FB2319A7A4009E2FD6 /* RSwitch.entitlements */,
|
|
018A8C342312C6510006E87D /* ObjC */,
|
|
01073F232311E859007162C9 /* Swift */,
|
|
01F3EF0F230E635500DF5DF9 /* Assets.xcassets */,
|
|
01F3EF14230E635500DF5DF9 /* Info.plist */,
|
|
);
|
|
path = RSwitch;
|
|
sourceTree = "<group>";
|
|
};
|
|
08E99D67B1A9A0A9D2CF3F66 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0E2F8556B6C8EF8ED93F7E99 /* Pods_RSwitch.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
6E9DFB632C8DAEE9C1D64321 /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
53FF56D90FA7100C1726A4F7 /* Pods-RSwitch.debug.xcconfig */,
|
|
574911021B3B7938E36AB013 /* Pods-RSwitch.release.xcconfig */,
|
|
);
|
|
path = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
01F3EF07230E635300DF5DF9 /* RSwitch */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 01F3EF18230E635500DF5DF9 /* Build configuration list for PBXNativeTarget "RSwitch" */;
|
|
buildPhases = (
|
|
FEB62898714FA5EEEAA0AFDE /* [CP] Check Pods Manifest.lock */,
|
|
01F3EF04230E635300DF5DF9 /* Sources */,
|
|
01F3EF05230E635300DF5DF9 /* Frameworks */,
|
|
01F3EF06230E635300DF5DF9 /* Resources */,
|
|
3924DDB914467C89B1282A89 /* [CP] Embed Pods Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = RSwitch;
|
|
productName = RSwitch;
|
|
productReference = 01F3EF08230E635300DF5DF9 /* RSwitch.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
01F3EF00230E635300DF5DF9 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1100;
|
|
LastUpgradeCheck = 1100;
|
|
ORGANIZATIONNAME = "Bob Rudis";
|
|
TargetAttributes = {
|
|
01F3EF07230E635300DF5DF9 = {
|
|
CreatedOnToolsVersion = 11.0;
|
|
LastSwiftMigration = 1100;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 01F3EF03230E635300DF5DF9 /* Build configuration list for PBXProject "RSwitch" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 01F3EEFF230E635300DF5DF9;
|
|
productRefGroup = 01F3EF09230E635300DF5DF9 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
01F3EF07230E635300DF5DF9 /* RSwitch */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
01F3EF06230E635300DF5DF9 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
01F3EF10230E635500DF5DF9 /* Assets.xcassets in Resources */,
|
|
01F3EF13230E635500DF5DF9 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
3924DDB914467C89B1282A89 /* [CP] Embed Pods Frameworks */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
"${PODS_ROOT}/Target Support Files/Pods-RSwitch/Pods-RSwitch-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
);
|
|
name = "[CP] Embed Pods Frameworks";
|
|
outputFileListPaths = (
|
|
"${PODS_ROOT}/Target Support Files/Pods-RSwitch/Pods-RSwitch-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RSwitch/Pods-RSwitch-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
FEB62898714FA5EEEAA0AFDE /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/Pods-RSwitch-checkManifestLockResult.txt",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
01F3EF04230E635300DF5DF9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
01073F212311E6BD007162C9 /* HandleRSwitch.swift in Sources */,
|
|
0198B9A0231970ED003F7578 /* AppAlerts.swift in Sources */,
|
|
011951B4231F00A000B62C3A /* Preferences.swift in Sources */,
|
|
010A1C1423215B0900E32A9A /* SessionWindowController.swift in Sources */,
|
|
01D3E43C23211B4C00E3BC02 /* RStudioServerAction.swift in Sources */,
|
|
018A8C3F2312CB480006E87D /* procHelper.m in Sources */,
|
|
01D3E43A232119DD00E3BC02 /* WebViewController.swift in Sources */,
|
|
01073F1F2311E67D007162C9 /* HandleUpdate.swift in Sources */,
|
|
01073F1B2311E613007162C9 /* DownloadTarball.swift in Sources */,
|
|
018A8C412312F4940006E87D /* HandleSwitchTo.swift in Sources */,
|
|
0198B9AA23197D3A003F7578 /* Running.swift in Sources */,
|
|
0178970D230ED25100F8F5BC /* AboutViewController.swift in Sources */,
|
|
01D3E43F2321315900E3BC02 /* RStudioServerSession.swift in Sources */,
|
|
01073F192311E3B8007162C9 /* Bundle.swift in Sources */,
|
|
0197554A231BD919003FAD7B /* RVersions.swift in Sources */,
|
|
01073F152311E370007162C9 /* Notify.swift in Sources */,
|
|
C4290DD6231F190F00AA5955 /* AppMenuActions.swift in Sources */,
|
|
01073F1D2311E64E007162C9 /* DownloadRStudio.swift in Sources */,
|
|
01073F172311E397007162C9 /* Menu.swift in Sources */,
|
|
01F3EF0E230E635300DF5DF9 /* ViewController.swift in Sources */,
|
|
01F3EF0C230E635300DF5DF9 /* AppDelegate.swift in Sources */,
|
|
01D3E441232131F300E3BC02 /* RStudioServerSessionManager.swift in Sources */,
|
|
01B611EC232176A200432807 /* NewSessionViewController.swift in Sources */,
|
|
01073F0F2311AE2E007162C9 /* String+Version.swift in Sources */,
|
|
0198B99E23196689003F7578 /* BrowseMenuAction.swift in Sources */,
|
|
01073F132311E1CF007162C9 /* Globals.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
01F3EF11230E635500DF5DF9 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
01F3EF12230E635500DF5DF9 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
01F3EF16230E635500DF5DF9 /* 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_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 = YES;
|
|
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;
|
|
INSTALL_PATH = /Users/hrbrmstr/Desktop;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
01F3EF17230E635500DF5DF9 /* 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_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 = YES;
|
|
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;
|
|
INSTALL_PATH = /Users/hrbrmstr/Desktop;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
01F3EF19230E635500DF5DF9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 53FF56D90FA7100C1726A4F7 /* Pods-RSwitch.debug.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = RSwitch/RSwitch.entitlements;
|
|
CODE_SIGN_IDENTITY = "Developer ID Application";
|
|
CODE_SIGN_STYLE = Manual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = CBY22P58G8;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
INFOPLIST_FILE = RSwitch/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/RSwitch/ObjC",
|
|
"$(PROJECT_DIR)/RSwitch/ObjC/ProcInfo",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
MARKETING_VERSION = 1.4.2;
|
|
PRODUCT_BUNDLE_IDENTIFIER = is.rud.bob.RSwitch;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "RSwitch/ObjC/RSwitch-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
01F3EF1A230E635500DF5DF9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 574911021B3B7938E36AB013 /* Pods-RSwitch.release.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_ENTITLEMENTS = RSwitch/RSwitch.entitlements;
|
|
CODE_SIGN_IDENTITY = "Developer ID Application";
|
|
CODE_SIGN_STYLE = Manual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEVELOPMENT_TEAM = CBY22P58G8;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
INFOPLIST_FILE = RSwitch/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/RSwitch/ObjC",
|
|
"$(PROJECT_DIR)/RSwitch/ObjC/ProcInfo",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
MARKETING_VERSION = 1.4.2;
|
|
PRODUCT_BUNDLE_IDENTIFIER = is.rud.bob.RSwitch;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "RSwitch/ObjC/RSwitch-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
01F3EF03230E635300DF5DF9 /* Build configuration list for PBXProject "RSwitch" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
01F3EF16230E635500DF5DF9 /* Debug */,
|
|
01F3EF17230E635500DF5DF9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
01F3EF18230E635500DF5DF9 /* Build configuration list for PBXNativeTarget "RSwitch" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
01F3EF19230E635500DF5DF9 /* Debug */,
|
|
01F3EF1A230E635500DF5DF9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 01F3EF00230E635300DF5DF9 /* Project object */;
|
|
}
|
|
|