Skip to content

Commit

Permalink
Xcode 4.4 is now public so we are moving our 4.4 only branch into mas…
Browse files Browse the repository at this point in the history
…ter.
  • Loading branch information
emsquared committed Jul 26, 2012
1 parent 41d5a29 commit 1b17433
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Main Project (Textual).xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
TEXTUAL_BUNDLE_ID = com.codeux.irc.textual;
TEXTUAL_GITREF_BUILD_ID = "debug,llvm4.0";
TEXTUAL_GITREF_BUILD_ID = debug;
};
name = Debug;
};
Expand All @@ -2446,7 +2446,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
TEXTUAL_BUNDLE_ID = com.codeux.irc.textual;
TEXTUAL_GITREF_BUILD_ID = "stdbuild,llvm4.0";
TEXTUAL_GITREF_BUILD_ID = stdbuild;
};
name = Release;
};
Expand All @@ -2457,7 +2457,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
TEXTUAL_BUNDLE_ID = com.codeux.irc.textual.trial;
TEXTUAL_GITREF_BUILD_ID = "trial,llvm4.0";
TEXTUAL_GITREF_BUILD_ID = trial;
};
name = "Release (Trial)";
};
Expand All @@ -2468,7 +2468,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
TEXTUAL_BUNDLE_ID = com.codeux.irc.textual;
TEXTUAL_GITREF_BUILD_ID = "stdbuild,nosndbox,llvm4.0";
TEXTUAL_GITREF_BUILD_ID = "stdbuild,nosndbox";
};
name = "Release + No Sandbox";
};
Expand All @@ -2479,7 +2479,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
TEXTUAL_BUNDLE_ID = com.codeux.irc.textual;
TEXTUAL_GITREF_BUILD_ID = "appstore,llvm4.0";
TEXTUAL_GITREF_BUILD_ID = appstore;
};
name = "App Store Release";
};
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<key>TXBundleBuildCodeName</key>
<string>Turtle Soup</string>
<key>TXBundleBuildNumber</key>
<string>12112</string>
<string>12113</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-257-g698aeb5-appstore,llvm4.0</string>
<string>2.1.1-261-g41d5a29-appstore,llvm4.0</string>
</dict>
</plist>

0 comments on commit 1b17433

Please sign in to comment.