forked from ExoticSwingset/TruthfulDock
		
	Added files
This commit is contained in:
		
							
								
								
									
										10
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					INSTALL_TARGET_PROCESSES = SpringBoard
 | 
				
			||||||
 | 
					ARCHS = armv7 armv7s arm64 arm64e
 | 
				
			||||||
 | 
					include ~/theos/makefiles/common.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					TWEAK_NAME = TruthfulDock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					TruthfulDock_FILES = Tweak.x
 | 
				
			||||||
 | 
					TruthfulDock_CFLAGS = -fobjc-arc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					include ~/theos/makefiles/tweak.mk
 | 
				
			||||||
							
								
								
									
										1
									
								
								TruthfulDock.plist
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								TruthfulDock.plist
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
 | 
				
			||||||
							
								
								
									
										5
									
								
								Tweak.x
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								Tweak.x
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					%hook SBDockView
 | 
				
			||||||
 | 
					-(void)setBackgroundAlpha:(double)arg1 {
 | 
				
			||||||
 | 
					%orig(0.0);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					%end
 | 
				
			||||||
		Reference in New Issue
	
	Block a user