Kaynağa Gözat

remove web/demo.css for ios project

iou90 5 yıl önce
ebeveyn
işleme
9adee62fdf
2 değiştirilmiş dosya ile 0 ekleme ve 15 silme
  1. 0
    12
      demo/ios/demo.xcodeproj/project.pbxproj
  2. 0
    3
      demo/ios/web/demo.css

+ 0
- 12
demo/ios/demo.xcodeproj/project.pbxproj Dosyayı Görüntüle

@@ -39,7 +39,6 @@
39 39
 		5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
40 40
 		832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
41 41
 		ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
42
-		B7420B85210E3185007509B0 /* demo.css in Resources */ = {isa = PBXBuildFile; fileRef = B7420B84210E3185007509B0 /* demo.css */; };
43 42
 /* End PBXBuildFile section */
44 43
 
45 44
 /* Begin PBXContainerItemProxy section */
@@ -346,7 +345,6 @@
346 345
 		78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
347 346
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
348 347
 		ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
349
-		B7420B84210E3185007509B0 /* demo.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = demo.css; sourceTree = "<group>"; };
350 348
 /* End PBXFileReference section */
351 349
 
352 350
 /* Begin PBXFrameworksBuildPhase section */
@@ -487,7 +485,6 @@
487 485
 			isa = PBXGroup;
488 486
 			children = (
489 487
 				37C4D8CF2124349B009B8FF3 /* webAssets */,
490
-				B7420B5E210E3082007509B0 /* web */,
491 488
 				008F07F21AC5B25A0029DE68 /* main.jsbundle */,
492 489
 				13B07FAF1A68108700A75B9A /* AppDelegate.h */,
493 490
 				13B07FB01A68108700A75B9A /* AppDelegate.m */,
@@ -618,14 +615,6 @@
618 615
 			name = Products;
619 616
 			sourceTree = "<group>";
620 617
 		};
621
-		B7420B5E210E3082007509B0 /* web */ = {
622
-			isa = PBXGroup;
623
-			children = (
624
-				B7420B84210E3185007509B0 /* demo.css */,
625
-			);
626
-			path = web;
627
-			sourceTree = "<group>";
628
-		};
629 618
 /* End PBXGroup section */
630 619
 
631 620
 /* Begin PBXNativeTarget section */
@@ -1073,7 +1062,6 @@
1073 1062
 				37C4D8D1212434D7009B8FF3 /* demo.css in Resources */,
1074 1063
 				13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
1075 1064
 				13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
1076
-				B7420B85210E3185007509B0 /* demo.css in Resources */,
1077 1065
 			);
1078 1066
 			runOnlyForDeploymentPostprocessing = 0;
1079 1067
 		};

+ 0
- 3
demo/ios/web/demo.css Dosyayı Görüntüle

@@ -1,3 +0,0 @@
1
-.localStyle {
2
-    font-weight: bold;
3
-}