mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding iPhone screenshots and getting ready to submit to the App Store.
This commit is contained in:
parent
a7e83b06b4
commit
76580ec347
9 changed files with 24 additions and 5 deletions
BIN
media/img/iphone/Screenshot #1.png
Normal file
BIN
media/img/iphone/Screenshot #1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
media/img/iphone/Screenshot #2.png
Normal file
BIN
media/img/iphone/Screenshot #2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
media/img/iphone/Screenshot #3.png
Normal file
BIN
media/img/iphone/Screenshot #3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
BIN
media/img/iphone/Screenshot #4.png
Normal file
BIN
media/img/iphone/Screenshot #4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
BIN
media/img/iphone/iphone_logo_512.png
Normal file
BIN
media/img/iphone/iphone_logo_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
11
media/iphone/App Store Description.txt
Normal file
11
media/iphone/App Store Description.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
NewsBlur is a free visual RSS feed reader.
|
||||
|
||||
NOTE: You must already have a free account on www.newsblur.com. This iPhone app is an accessory to the website.
|
||||
|
||||
Features:
|
||||
|
||||
1) Train stories based on tags, keywords, authors, etc.
|
||||
2) Highlights stories you want to read.
|
||||
3) Hides stories you don't want to read.
|
||||
|
||||
NewsBlur is a very original take on RSS feed reading. It's also being built by a sole indie developer as open-source software: http://github.com/samuelclay.
|
|
@ -175,18 +175,18 @@ blue:((float)(rgbValue & 0xFF))/255.0 alpha:1.0]
|
|||
[request setTimeOutSeconds:30];
|
||||
[request setTag:[[[appDelegate activeFeed] objectForKey:@"id"] intValue]];
|
||||
[request startAsynchronous];
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
- (void)failLoadingFeed:(ASIHTTPRequest *)request {
|
||||
[UIApplication sharedApplication].networkActivityIndicatorVisible = NO;
|
||||
|
||||
[NewsBlurAppDelegate informError:[request error]];
|
||||
[appDelegate.navigationController
|
||||
popToViewController:[appDelegate.navigationController.viewControllers
|
||||
objectAtIndex:0]
|
||||
animated:YES];
|
||||
|
||||
[NewsBlurAppDelegate informError:[request error]];
|
||||
}
|
||||
|
||||
- (void)finishedLoadingFeed:(ASIHTTPRequest *)request {
|
||||
|
|
|
@ -22,17 +22,17 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<string>NewsBlur</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string></string>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array/>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0rc3</string>
|
||||
<string>1.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
|
@ -537,6 +537,8 @@
|
|||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Samuel Clay";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
|
@ -554,6 +556,8 @@
|
|||
"-ObjC",
|
||||
);
|
||||
PRODUCT_NAME = NewsBlur;
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -562,6 +566,8 @@
|
|||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Samuel Clay";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = NewsBlur_Prefix.pch;
|
||||
|
@ -574,6 +580,8 @@
|
|||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = NewsBlur;
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Add table
Reference in a new issue