Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ᴡᴀᴛᴄʜ #34

Merged
merged 10 commits into from
Jun 24, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ We're providing a Plaground in which you can easily interact with `XcodeServerSD
- getDevices
- getUserCanCreateBots

# Supported Platforms

Currently [`XcodeServerSDK`][xcodeserversdk] provides frameworks for the following platforms:

| Platform | Minimum Version | Carthage | CocoaPods |
|:--:|:--:|:--:|:--:|
|OS X | 10.10| √ | √ |
|iOS | 8.0| √ | √ |
|ᴡᴀᴛᴄʜ | 2.0 | √ | √ |

# Projects using XcodeServerSDK
- [Buildasaur](https://github.com/czechboy0/Buildasaur) - connect Xcode Server with GitHub Pull Requests.
- (using XcodeServerSDK too? Send a PR with a link to your project added here!)
Expand All @@ -90,3 +100,5 @@ This code has been pulled out of [Buildasaur](https://github.com/czechboy0/Build
Honza Dvorsky
[honzadvorsky.com](http://honzadvorsky.com)
[@czechboy0](https://twitter.com/czechboy0)

[xcodeserversdk]:https://github.com/czechboy0/XcodeServerSDK
161 changes: 161 additions & 0 deletions XcodeServerSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@
objects = {

/* Begin PBXBuildFile section */
11376BD31B3A2F910005A681 /* XcodeServerSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = 11376BD21B3A2F910005A681 /* XcodeServerSDK.h */; settings = {ATTRIBUTES = (Public, ); }; };
11376BD81B3A2FD90005A681 /* XcodeServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DC1B2A5ADE0077ABEA /* XcodeServer.swift */; };
11376BD91B3A2FD90005A681 /* XcodeServerEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DF1B2A5ADE0077ABEA /* XcodeServerEntity.swift */; };
11376BDA1B3A2FD90005A681 /* XcodeServerConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D08951B2C684C003900F3 /* XcodeServerConfig.swift */; };
11376BDB1B3A2FD90005A681 /* XcodeServerEndpoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DE1B2A5ADE0077ABEA /* XcodeServerEndpoints.swift */; };
11376BDC1B3A2FD90005A681 /* XcodeServerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48E01B2A5ADE0077ABEA /* XcodeServerFactory.swift */; };
11376BDD1B3A2FE30005A681 /* Bot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48D61B2A5ADE0077ABEA /* Bot.swift */; };
11376BDE1B3A2FE30005A681 /* BotConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48D71B2A5ADE0077ABEA /* BotConfiguration.swift */; };
11376BDF1B3A2FE30005A681 /* EmailConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D08971B2C6954003900F3 /* EmailConfiguration.swift */; };
11376BE01B3A2FE30005A681 /* BotSchedule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D08991B2C6986003900F3 /* BotSchedule.swift */; };
11376BE11B3A2FE30005A681 /* Trigger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D089B1B2C69C4003900F3 /* Trigger.swift */; };
11376BE21B3A2FE30005A681 /* TriggerConditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707D089D1B2C6A1F003900F3 /* TriggerConditions.swift */; };
11376BE31B3A2FE30005A681 /* Device.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48D91B2A5ADE0077ABEA /* Device.swift */; };
11376BE41B3A2FE30005A681 /* SourceControlBlueprint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DB1B2A5ADE0077ABEA /* SourceControlBlueprint.swift */; };
11376BE51B3A2FE30005A681 /* Integration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DA1B2A5ADE0077ABEA /* Integration.swift */; };
11376BE61B3A2FEB0005A681 /* CIServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48D81B2A5ADE0077ABEA /* CIServer.swift */; };
11376BE71B3A2FEB0005A681 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48F61B2A5BDA0077ABEA /* Errors.swift */; };
11376BE81B3A2FEB0005A681 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48EC1B2A5B3C0077ABEA /* Server.swift */; };
11376BE91B3A2FEB0005A681 /* XcodeServerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DD1B2A5ADE0077ABEA /* XcodeServerConstants.swift */; };
11376BEA1B3A2FF40005A681 /* HTTPUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48EE1B2A5B520077ABEA /* HTTPUtils.swift */; };
11376BEB1B3A2FF40005A681 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48F01B2A5B7B0077ABEA /* JSON.swift */; };
11376BEC1B3A2FF40005A681 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48F41B2A5BC60077ABEA /* Logging.swift */; };
11FB71931B34AE7F00D57A52 /* XcodeServerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11FB71891B34AE7F00D57A52 /* XcodeServerSDK.framework */; };
11FB71A21B34AF1A00D57A52 /* XcodeServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DC1B2A5ADE0077ABEA /* XcodeServer.swift */; };
11FB71A31B34AF1A00D57A52 /* XcodeServerEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B48DF1B2A5ADE0077ABEA /* XcodeServerEntity.swift */; };
Expand Down Expand Up @@ -99,6 +121,9 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
11376BD01B3A2F910005A681 /* XcodeServerSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = XcodeServerSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
11376BD21B3A2F910005A681 /* XcodeServerSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XcodeServerSDK.h; sourceTree = "<group>"; };
11376BD41B3A2F910005A681 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
11FB71891B34AE7F00D57A52 /* XcodeServerSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = XcodeServerSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
11FB71921B34AE7F00D57A52 /* XcodeServerSDKTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XcodeServerSDKTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3A058A8D1B31595A0077FD47 /* BotParsingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BotParsingTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -146,6 +171,13 @@
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
11376BCC1B3A2F910005A681 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
11FB71851B34AE7F00D57A52 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -179,6 +211,16 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
11376BD11B3A2F910005A681 /* XcodeServerSDK - ᴡᴀᴛᴄʜ */ = {
isa = PBXGroup;
children = (
11376BD21B3A2F910005A681 /* XcodeServerSDK.h */,
11376BD41B3A2F910005A681 /* Info.plist */,
);
name = "XcodeServerSDK - ᴡᴀᴛᴄʜ";
path = "XcodeServerSDK/XcodeServerSDK - ᴡᴀᴛᴄʜ";
sourceTree = "<group>";
};
3A058A911B31596E0077FD47 /* Data */ = {
isa = PBXGroup;
children = (
Expand All @@ -199,6 +241,7 @@
children = (
3A7B48BC1B2A5AC40077ABEA /* XcodeServerSDK */,
3A7B48C91B2A5AC40077ABEA /* XcodeServerSDKTests */,
11376BD11B3A2F910005A681 /* XcodeServerSDK - ᴡᴀᴛᴄʜ */,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this new folder reference?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This folder holds the public header for the ᴡᴀᴛᴄʜ framework (its different than the other ones; unless we provide target conditionals

70F463351B2B3EF800C3F963 /* Playgrounds */,
3A7B48BB1B2A5AC40077ABEA /* Products */,
);
Expand All @@ -211,6 +254,7 @@
3A7B48C51B2A5AC40077ABEA /* XcodeServerSDKTest.xctest */,
11FB71891B34AE7F00D57A52 /* XcodeServerSDK.framework */,
11FB71921B34AE7F00D57A52 /* XcodeServerSDKTest.xctest */,
11376BD01B3A2F910005A681 /* XcodeServerSDK.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -312,6 +356,14 @@
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
11376BCD1B3A2F910005A681 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
11376BD31B3A2F910005A681 /* XcodeServerSDK.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
11FB71861B34AE7F00D57A52 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -331,6 +383,24 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
11376BCF1B3A2F910005A681 /* XcodeServerSDK - ᴡᴀᴛᴄʜ */ = {
isa = PBXNativeTarget;
buildConfigurationList = 11376BD71B3A2F910005A681 /* Build configuration list for PBXNativeTarget "XcodeServerSDK - ᴡᴀᴛᴄʜ" */;
buildPhases = (
11376BCB1B3A2F910005A681 /* Sources */,
11376BCC1B3A2F910005A681 /* Frameworks */,
11376BCD1B3A2F910005A681 /* Headers */,
11376BCE1B3A2F910005A681 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "XcodeServerSDK - ᴡᴀᴛᴄʜ";
productName = XcodeServerSDK;
productReference = 11376BD01B3A2F910005A681 /* XcodeServerSDK.framework */;
productType = "com.apple.product-type.framework";
};
11FB71881B34AE7F00D57A52 /* XcodeServerSDK - iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 11FB719E1B34AE7F00D57A52 /* Build configuration list for PBXNativeTarget "XcodeServerSDK - iOS" */;
Expand Down Expand Up @@ -413,6 +483,9 @@
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Honza Dvorsky";
TargetAttributes = {
11376BCF1B3A2F910005A681 = {
CreatedOnToolsVersion = 7.0;
};
11FB71881B34AE7F00D57A52 = {
CreatedOnToolsVersion = 7.0;
};
Expand Down Expand Up @@ -443,11 +516,19 @@
3A7B48C41B2A5AC40077ABEA /* XcodeServerSDK - OS X Tests */,
11FB71881B34AE7F00D57A52 /* XcodeServerSDK - iOS */,
11FB71911B34AE7F00D57A52 /* XcodeServerSDK - iOS Tests */,
11376BCF1B3A2F910005A681 /* XcodeServerSDK - ᴡᴀᴛᴄʜ */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
11376BCE1B3A2F910005A681 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
11FB71871B34AE7F00D57A52 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -495,6 +576,34 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
11376BCB1B3A2F910005A681 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
11376BEA1B3A2FF40005A681 /* HTTPUtils.swift in Sources */,
11376BEB1B3A2FF40005A681 /* JSON.swift in Sources */,
11376BEC1B3A2FF40005A681 /* Logging.swift in Sources */,
11376BDD1B3A2FE30005A681 /* Bot.swift in Sources */,
11376BDE1B3A2FE30005A681 /* BotConfiguration.swift in Sources */,
11376BDF1B3A2FE30005A681 /* EmailConfiguration.swift in Sources */,
11376BE61B3A2FEB0005A681 /* CIServer.swift in Sources */,
11376BE71B3A2FEB0005A681 /* Errors.swift in Sources */,
11376BE81B3A2FEB0005A681 /* Server.swift in Sources */,
11376BE91B3A2FEB0005A681 /* XcodeServerConstants.swift in Sources */,
11376BE01B3A2FE30005A681 /* BotSchedule.swift in Sources */,
11376BE11B3A2FE30005A681 /* Trigger.swift in Sources */,
11376BE21B3A2FE30005A681 /* TriggerConditions.swift in Sources */,
11376BE31B3A2FE30005A681 /* Device.swift in Sources */,
11376BE41B3A2FE30005A681 /* SourceControlBlueprint.swift in Sources */,
11376BE51B3A2FE30005A681 /* Integration.swift in Sources */,
11376BD81B3A2FD90005A681 /* XcodeServer.swift in Sources */,
11376BD91B3A2FD90005A681 /* XcodeServerEntity.swift in Sources */,
11376BDA1B3A2FD90005A681 /* XcodeServerConfig.swift in Sources */,
11376BDB1B3A2FD90005A681 /* XcodeServerEndpoints.swift in Sources */,
11376BDC1B3A2FD90005A681 /* XcodeServerFactory.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
11FB71841B34AE7F00D57A52 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -591,6 +700,49 @@
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
11376BD51B3A2F910005A681 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "XcodeServerSDK/XcodeServerSDK - ᴡᴀᴛᴄʜ/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.honzadvorsky.XcodeServerSDK;
PRODUCT_NAME = XcodeServerSDK;
SDKROOT = watchos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Debug;
};
11376BD61B3A2F910005A681 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "XcodeServerSDK/XcodeServerSDK - ᴡᴀᴛᴄʜ/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.honzadvorsky.XcodeServerSDK;
PRODUCT_NAME = XcodeServerSDK;
SDKROOT = watchos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 4;
VALIDATE_PRODUCT = YES;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Release;
};
11FB719A1B34AE7F00D57A52 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -825,6 +977,15 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
11376BD71B3A2F910005A681 /* Build configuration list for PBXNativeTarget "XcodeServerSDK - ᴡᴀᴛᴄʜ" */ = {
isa = XCConfigurationList;
buildConfigurations = (
11376BD51B3A2F910005A681 /* Debug */,
11376BD61B3A2F910005A681 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
11FB719E1B34AE7F00D57A52 /* Build configuration list for PBXNativeTarget "XcodeServerSDK - iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "11376BCF1B3A2F910005A681"
BuildableName = "XcodeServerSDK.framework"
BlueprintName = "XcodeServerSDK - &#xf8ff;&#x1d21;&#x1d00;&#x1d1b;&#x1d04;&#x29c;"
ReferencedContainer = "container:XcodeServerSDK.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "11376BCF1B3A2F910005A681"
BuildableName = "XcodeServerSDK.framework"
BlueprintName = "XcodeServerSDK - &#xf8ff;&#x1d21;&#x1d00;&#x1d1b;&#x1d04;&#x29c;"
ReferencedContainer = "container:XcodeServerSDK.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "11376BCF1B3A2F910005A681"
BuildableName = "XcodeServerSDK.framework"
BlueprintName = "XcodeServerSDK - &#xf8ff;&#x1d21;&#x1d00;&#x1d1b;&#x1d04;&#x29c;"
ReferencedContainer = "container:XcodeServerSDK.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "11376BCF1B3A2F910005A681"
BuildableName = "XcodeServerSDK.framework"
BlueprintName = "XcodeServerSDK - &#xf8ff;&#x1d21;&#x1d00;&#x1d1b;&#x1d04;&#x29c;"
ReferencedContainer = "container:XcodeServerSDK.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
26 changes: 26 additions & 0 deletions XcodeServerSDK/XcodeServerSDK - ᴡᴀᴛᴄʜ/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading