File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
SoundcloudPlayer.xcodeproj Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 836836 buildSettings = {
837837 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
838838 CODE_SIGN_ENTITLEMENTS = SoundcloudPlayer/SoundcloudPlayer.entitlements;
839- CODE_SIGN_IDENTITY = "Developer ID Application ";
839+ CODE_SIGN_IDENTITY = "Mac Developer ";
840840 COMBINE_HIDPI_IMAGES = YES;
841841 FRAMEWORK_SEARCH_PATHS = (
842842 "$(inherited)",
856856 OTHER_CODE_SIGN_FLAGS = "--deep";
857857 OTHER_LDFLAGS = "$(inherited)";
858858 PRODUCT_NAME = "$(TARGET_NAME)";
859- PROVISIONING_PROFILE = "";
859+ PROVISIONING_PROFILE = "B0FC00EB-49DC-4B51-83FB-25CEFA79784F ";
860860 WRAPPER_EXTENSION = app;
861861 };
862862 name = Debug;
867867 buildSettings = {
868868 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
869869 CODE_SIGN_ENTITLEMENTS = SoundcloudPlayer/SoundcloudPlayer.entitlements;
870- CODE_SIGN_IDENTITY = "Developer ID Application ";
870+ CODE_SIGN_IDENTITY = "Mac Developer ";
871871 COMBINE_HIDPI_IMAGES = YES;
872872 FRAMEWORK_SEARCH_PATHS = (
873873 "$(inherited)",
887887 OTHER_CODE_SIGN_FLAGS = "--deep";
888888 OTHER_LDFLAGS = "$(inherited)";
889889 PRODUCT_NAME = "$(TARGET_NAME)";
890- PROVISIONING_PROFILE = "";
890+ PROVISIONING_PROFILE = "B0FC00EB-49DC-4B51-83FB-25CEFA79784F ";
891891 WRAPPER_EXTENSION = app;
892892 };
893893 name = Release;
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ - (void)nextItem {
8282
8383- (void )previousItem {
8484 [self advanceToTime: 0 ];
85- if (CMTimeGetSeconds (self.audioPlayer .currentTime ) > 5 ) {
85+ if (CMTimeGetSeconds (self.audioPlayer .currentTime ) < 5 ) {
8686 if (self.positionInPlaylist >= 1 ) {
8787 if (self.shuffleEnabled ){
8888 [self jumpToItemAtIndex: [self .shuffledItemsToPlay indexOfObject: [self .itemsToPlay objectAtIndex: self .positionInPlaylist]]-1 startPlaying: self .audioPlayer.rate];
Original file line number Diff line number Diff line change 3434 </dict >
3535 </array >
3636 <key >CFBundleVersion </key >
37- <string >316 </string >
37+ <string >321 </string >
3838 <key >LSApplicationCategoryType </key >
3939 <string >public.app-category.music </string >
4040 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments