Skip to content

Commit

Permalink
Adjusted release date for Q-Continuum
Browse files Browse the repository at this point in the history
New Mac version
  • Loading branch information
Robert George authored and Robert George committed Jun 27, 2015
1 parent 8f7d945 commit 2b9bc68
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Space Dock Tests/Space Dock Tests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.funnyhatsoftware.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
15 changes: 11 additions & 4 deletions Space Dock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1594,11 +1594,11 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = Dock;
LastUpgradeCheck = 0600;
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Robert George";
TargetAttributes = {
D42BD1EB17EA134B0000598C = {
DevelopmentTeam = NM66XJZ7L9;
DevelopmentTeam = 97869B6X2R;
};
D433FE08181503A20062731A = {
DevelopmentTeam = 97869B6X2R;
Expand Down Expand Up @@ -2097,6 +2097,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -2144,7 +2145,7 @@
D42BD20D17EA134B0000598C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Robert George";
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Robert George";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2157,6 +2158,7 @@
INFOPLIST_FILE = "$(SRCROOT)/mac/Space Dock-Info.plist";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = "com.funnyhatsoftware.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
Expand All @@ -2166,7 +2168,7 @@
D42BD20E17EA134B0000598C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Robert George";
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Robert George";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2179,6 +2181,7 @@
INFOPLIST_FILE = "$(SRCROOT)/mac/Space Dock-Info.plist";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = "com.funnyhatsoftware.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
Expand Down Expand Up @@ -2211,6 +2214,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "$(SRCROOT)/ios/Space Dock iOS-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.funnyhatsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2242,6 +2246,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "$(SRCROOT)/ios/Space Dock iOS-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.funnyhatsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2276,6 +2281,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "Space Dock Tests/Space Dock Tests-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = "com.funnyhatsoftware.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand Down Expand Up @@ -2304,6 +2310,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "Space Dock Tests/Space Dock Tests-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = "com.funnyhatsoftware.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand Down
4 changes: 2 additions & 2 deletions ios/Space Dock iOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.funnyhatsoftware.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -48,7 +48,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>119</string>
<string>120</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion mac/Space Dock-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>space_dock</string>
<key>CFBundleIdentifier</key>
<string>com.funnyhatsoftware.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
6 changes: 3 additions & 3 deletions src/Data.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Data version="2015-06-15@20-15">
<Data version="2015-06-27@15-45">
<ShipClassDetails>
<ShipClassDetail>
<Name>Galaxy Class</Name>
Expand Down Expand Up @@ -18007,8 +18007,8 @@ The Evasive Action Maneuver follows the normal movement rules with the following
<Set id="71798" overallSetName="Wave 13" releaseDate="2015-04-01">Reklar</Set>
<Set id="71796" overallSetName="Wave 13" releaseDate="2015-04-01">I.S.S. Enterprise</Set>
<Set id="71997p" overallSetName="Peak Performance" releaseDate="2015-04-15">Sakharov</Set>
<Set id="71998p" overallSetName="Q Continuum" releaseDate="2015-04-01">U.S.S. Hood</Set>
<Set id="71998r" overallSetName="Q Continuum" releaseDate="2015-04-01">Evasive Action Template Resource</Set>
<Set id="71998p" overallSetName="Q Continuum" releaseDate="2015-04-16">U.S.S. Hood</Set>
<Set id="71998r" overallSetName="Q Continuum" releaseDate="2015-04-16">Evasive Action Template Resource</Set>
<Set id="71800" overallSetName="Wave 14" releaseDate="2015-05-06">I.S.S. Avenger</Set>
<Set id="71799" overallSetName="Wave 14" releaseDate="2015-05-06">Kyana Prime</Set>
<Set id="71801" overallSetName="Wave 14" releaseDate="2015-05-06">U.S.S. Pegasus</Set>
Expand Down
Binary file modified src/data.db
Binary file not shown.

0 comments on commit 2b9bc68

Please sign in to comment.