Leon 1 ano atrás
pai
commit
06fc3eedf0

+ 1 - 0
ios/NativeBridge.m

@@ -222,6 +222,7 @@ RCT_EXPORT_METHOD(addLocalPush:(id)array){
       UNMutableNotificationContent * content = [[UNMutableNotificationContent alloc] init];
       content.title = detail[@"title"];
       content.body = [NSString stringWithFormat:@"%@\nPress for actions >>",detail[@"body"]];
+      content.sound = [UNNotificationSound defaultSound];
       
       NSString *category_id = detail[@"category_id"];
       NSString *message_id = detail[@"id"];

+ 2 - 2
ios/hola.xcodeproj/project.pbxproj

@@ -572,7 +572,7 @@
 				CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 35;
+				CURRENT_PROJECT_VERSION = 36;
 				DEVELOPMENT_TEAM = GPMXAZ9G5N;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = hola/Info.plist;
@@ -605,7 +605,7 @@
 				CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 35;
+				CURRENT_PROJECT_VERSION = 36;
 				DEVELOPMENT_TEAM = GPMXAZ9G5N;
 				INFOPLIST_FILE = hola/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = (

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
ios/main.jsbundle


+ 0 - 2
src/pages/clock/ClockMain.tsx

@@ -150,9 +150,7 @@ export default function Page() {
                     global.refrehWeekly()
                 }
             }
-            console.log('9527')
             if (global.pauseIndexTimer || pauseTimer) {
-                console.log('pause')
                 return
             }
             setCount((prevCounter) => prevCounter + 1)

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff