Skip to content

Commit a88c5a7

Browse files
committed
iOS 1.1 Release
1 parent c326e79 commit a88c5a7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

iHW-iOS/iHW/iHW/IHWCurriculum.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#import "IHWNote.h"
1919
#import "IHWPeriod.h"
2020

21-
static NSString *curriculumDirectory = @"http://beta.ihwapp.com/curriculum/";
21+
static NSString *curriculumDirectory = @"http://www.ihwapp.com/curriculum/";
2222
static IHWCurriculum *currentCurriculum;
2323

2424
#pragma mark ****************PRIVATE INSTANCE VARS*****************

iHW-iOS/iHW/iHW/iHW-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>iHW BETA</string>
8+
<string>${PRODUCT_NAME}</string>
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIconFiles</key>

0 commit comments

Comments
 (0)