Skip to content

Commit ab32e2c

Browse files
committed
rollback example project pbx accident commit
1 parent 36342c4 commit ab32e2c

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4747
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4848
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
49+
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4950
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
5051
3D2685378D59A78CEE8D8A79 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
5152
4D79F5A21B97A3297A07B950 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
5253
4DEE06DC491FF69DC74F835B /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
53-
6986B6232B4ED39B00A1EA2B /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
54-
6986B6242B4ED39B00A1EA2B /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5554
71A85E048F95CF8F7DD26591 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5655
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5756
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5857
754D310CD872B23DBD35C61F /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5958
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
6059
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
6160
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
61+
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
6262
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6363
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6464
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
@@ -119,14 +119,21 @@
119119
isa = PBXGroup;
120120
children = (
121121
9740EEB11CF90186004384FC /* Flutter */,
122-
97C146EF1CF9000F007C117D /* Runner */,
122+
97C146F01CF9000F007C117D /* Runner */,
123+
97C146EF1CF9000F007C117D /* Products */,
123124
331C8082294A63A400263BE5 /* RunnerTests */,
124125
AE737D5639978A1371024737 /* Pods */,
125126
1238B81E29975AECDBFA1382 /* Frameworks */,
126127
);
127128
sourceTree = "<group>";
128129
};
129-
97C146EF1CF9000F007C117D /* Runner */ = {
130+
97C146EF1CF9000F007C117D /* Products */ = {
131+
isa = PBXGroup;
132+
children = (
133+
97C146EE1CF9000F007C117D /* Runner.app */,
134+
331C8081294A63A400263BE5 /* RunnerTests.xctest */,
135+
);
136+
sourceTree = "<group>";
130137
isa = PBXGroup;
131138
children = (
132139
97C146FA1CF9000F007C117D /* Main.storyboard */,
@@ -137,8 +144,6 @@
137144
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
138145
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
139146
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
140-
6986B6232B4ED39B00A1EA2B /* Runner.app */,
141-
6986B6242B4ED39B00A1EA2B /* RunnerTests.xctest */,
142147
);
143148
path = Runner;
144149
sourceTree = "<group>";
@@ -175,7 +180,7 @@
175180
);
176181
name = RunnerTests;
177182
productName = RunnerTests;
178-
productReference = 6986B6242B4ED39B00A1EA2B /* RunnerTests.xctest */;
183+
productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
179184
productType = "com.apple.product-type.bundle.unit-test";
180185
};
181186
97C146ED1CF9000F007C117D /* Runner */ = {
@@ -197,7 +202,7 @@
197202
);
198203
name = Runner;
199204
productName = Runner;
200-
productReference = 6986B6232B4ED39B00A1EA2B /* Runner.app */;
205+
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
201206
productType = "com.apple.product-type.application";
202207
};
203208
/* End PBXNativeTarget section */
@@ -229,7 +234,7 @@
229234
Base,
230235
);
231236
mainGroup = 97C146E51CF9000F007C117D;
232-
productRefGroup = 97C146EF1CF9000F007C117D /* Runner */;
237+
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
233238
projectDirPath = "";
234239
projectRoot = "";
235240
targets = (
@@ -459,7 +464,7 @@
459464
buildSettings = {
460465
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
461466
CLANG_ENABLE_MODULES = YES;
462-
CURRENT_PROJECT_VERSION = 2;
467+
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
463468
DEVELOPMENT_TEAM = 8WKF8J5LV3;
464469
ENABLE_BITCODE = NO;
465470
INFOPLIST_FILE = Runner/Info.plist;
@@ -468,7 +473,6 @@
468473
"$(inherited)",
469474
"@executable_path/Frameworks",
470475
);
471-
MARKETING_VERSION = 2.0.0;
472476
PRODUCT_BUNDLE_IDENTIFIER = com.example.posthogFlutterExample;
473477
PRODUCT_NAME = "$(TARGET_NAME)";
474478
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -643,7 +647,7 @@
643647
buildSettings = {
644648
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
645649
CLANG_ENABLE_MODULES = YES;
646-
CURRENT_PROJECT_VERSION = 2;
650+
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
647651
DEVELOPMENT_TEAM = 8WKF8J5LV3;
648652
ENABLE_BITCODE = NO;
649653
INFOPLIST_FILE = Runner/Info.plist;
@@ -652,7 +656,6 @@
652656
"$(inherited)",
653657
"@executable_path/Frameworks",
654658
);
655-
MARKETING_VERSION = 2.0.0;
656659
PRODUCT_BUNDLE_IDENTIFIER = com.example.posthogFlutterExample;
657660
PRODUCT_NAME = "$(TARGET_NAME)";
658661
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -668,7 +671,7 @@
668671
buildSettings = {
669672
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
670673
CLANG_ENABLE_MODULES = YES;
671-
CURRENT_PROJECT_VERSION = 2;
674+
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
672675
DEVELOPMENT_TEAM = 8WKF8J5LV3;
673676
ENABLE_BITCODE = NO;
674677
INFOPLIST_FILE = Runner/Info.plist;
@@ -677,7 +680,6 @@
677680
"$(inherited)",
678681
"@executable_path/Frameworks",
679682
);
680-
MARKETING_VERSION = 2.0.0;
681683
PRODUCT_BUNDLE_IDENTIFIER = com.example.posthogFlutterExample;
682684
PRODUCT_NAME = "$(TARGET_NAME)";
683685
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

0 commit comments

Comments
 (0)