Skip to content

Commit 8e6b5f5

Browse files
author
Chris Combs
committed
Fix product name for non-iOS platforms
1 parent 055abf7 commit 8e6b5f5

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

TranslationManager.xcodeproj/project.pbxproj

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
23A4296E22BA37C800D09EA1 /* LocalizationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A4296D22BA37C800D09EA1 /* LocalizationModel.swift */; };
1919
23A4297022BA44B000D09EA1 /* LocalizationConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A4296F22BA44B000D09EA1 /* LocalizationConfig.swift */; };
2020
6D6EF3DE2C52A97D9E0493BF /* Pods_TranslationManagerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EC5EAB06726B4ABE9FD4C97 /* Pods_TranslationManagerTests.framework */; };
21-
8C508837230D1D0A00FB80CD /* TranslationManager_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C50882E230D1D0A00FB80CD /* TranslationManager_macOS.framework */; };
21+
8C508837230D1D0A00FB80CD /* TranslationManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C50882E230D1D0A00FB80CD /* TranslationManager.framework */; };
2222
8C50883C230D1D0A00FB80CD /* TranslationManager_macOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C50883B230D1D0A00FB80CD /* TranslationManager_macOSTests.swift */; };
2323
8C50883E230D1D0A00FB80CD /* TranslationManager_macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C508830230D1D0A00FB80CD /* TranslationManager_macOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
2424
8C508845230D1D3700FB80CD /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01D69F02178968700A1B354 /* Constants.swift */; };
@@ -89,7 +89,7 @@
8989
8CA9F255230BE20100CF8065 /* ApplicationStateObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C04AFBF02179DB79002CB099 /* ApplicationStateObserver.swift */; };
9090
8CA9F256230BE20100CF8065 /* ApplicationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C04AFBF42179DE04002CB099 /* ApplicationState.swift */; };
9191
8CA9F257230BE20800CF8065 /* TranslationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C061C1F4217889E400449A14 /* TranslationManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
92-
8CBF580B230BCA6C00C60FF7 /* TranslationManager_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CBF5802230BCA6B00C60FF7 /* TranslationManager_tvOS.framework */; };
92+
8CBF580B230BCA6C00C60FF7 /* TranslationManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CBF5802230BCA6B00C60FF7 /* TranslationManager.framework */; };
9393
8CBF5810230BCA6C00C60FF7 /* TranslationManager_tvOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CBF580F230BCA6C00C60FF7 /* TranslationManager_tvOSTests.swift */; };
9494
8CBF5812230BCA6C00C60FF7 /* TranslationManager_tvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CBF5804230BCA6C00C60FF7 /* TranslationManager_tvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
9595
8CBF5819230BCA7B00C60FF7 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01D69F02178968700A1B354 /* Constants.swift */; };
@@ -183,17 +183,17 @@
183183
23A4296F22BA44B000D09EA1 /* LocalizationConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizationConfig.swift; sourceTree = "<group>"; };
184184
2EC5EAB06726B4ABE9FD4C97 /* Pods_TranslationManagerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TranslationManagerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
185185
56F0D717D5949FB7DFAD0E56 /* Pods-TranslationManagerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TranslationManagerTests.debug.xcconfig"; path = "Target Support Files/Pods-TranslationManagerTests/Pods-TranslationManagerTests.debug.xcconfig"; sourceTree = "<group>"; };
186-
8C50882E230D1D0A00FB80CD /* TranslationManager_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TranslationManager_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
186+
8C50882E230D1D0A00FB80CD /* TranslationManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TranslationManager.framework; sourceTree = BUILT_PRODUCTS_DIR; };
187187
8C508830230D1D0A00FB80CD /* TranslationManager_macOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TranslationManager_macOS.h; sourceTree = "<group>"; };
188188
8C508831230D1D0A00FB80CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
189189
8C508836230D1D0A00FB80CD /* TranslationManager-macOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "TranslationManager-macOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
190190
8C50883B230D1D0A00FB80CD /* TranslationManager_macOSTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranslationManager_macOSTests.swift; sourceTree = "<group>"; };
191191
8C50883D230D1D0A00FB80CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
192192
8CA9F21C230BCF8200CF8065 /* SharedTranslationManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedTranslationManagerTests.swift; sourceTree = "<group>"; };
193-
8CA9F236230BE19F00CF8065 /* TranslationManager_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TranslationManager_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
193+
8CA9F236230BE19F00CF8065 /* TranslationManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TranslationManager.framework; sourceTree = BUILT_PRODUCTS_DIR; };
194194
8CA9F238230BE1A000CF8065 /* TranslationManager_watchOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TranslationManager_watchOS.h; sourceTree = "<group>"; };
195195
8CA9F239230BE1A000CF8065 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
196-
8CBF5802230BCA6B00C60FF7 /* TranslationManager_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TranslationManager_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
196+
8CBF5802230BCA6B00C60FF7 /* TranslationManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TranslationManager.framework; sourceTree = BUILT_PRODUCTS_DIR; };
197197
8CBF5804230BCA6C00C60FF7 /* TranslationManager_tvOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TranslationManager_tvOS.h; sourceTree = "<group>"; };
198198
8CBF5805230BCA6C00C60FF7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
199199
8CBF580A230BCA6C00C60FF7 /* TranslationManager-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "TranslationManager-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -246,7 +246,7 @@
246246
isa = PBXFrameworksBuildPhase;
247247
buildActionMask = 2147483647;
248248
files = (
249-
8C508837230D1D0A00FB80CD /* TranslationManager_macOS.framework in Frameworks */,
249+
8C508837230D1D0A00FB80CD /* TranslationManager.framework in Frameworks */,
250250
);
251251
runOnlyForDeploymentPostprocessing = 0;
252252
};
@@ -268,7 +268,7 @@
268268
isa = PBXFrameworksBuildPhase;
269269
buildActionMask = 2147483647;
270270
files = (
271-
8CBF580B230BCA6C00C60FF7 /* TranslationManager_tvOS.framework in Frameworks */,
271+
8CBF580B230BCA6C00C60FF7 /* TranslationManager.framework in Frameworks */,
272272
);
273273
runOnlyForDeploymentPostprocessing = 0;
274274
};
@@ -499,10 +499,10 @@
499499
children = (
500500
C061C1F1217889E400449A14 /* TranslationManager.framework */,
501501
C061C1FA217889E400449A14 /* TranslationManagerTests.xctest */,
502-
8CBF5802230BCA6B00C60FF7 /* TranslationManager_tvOS.framework */,
502+
8CBF5802230BCA6B00C60FF7 /* TranslationManager.framework */,
503503
8CBF580A230BCA6C00C60FF7 /* TranslationManager-tvOSTests.xctest */,
504-
8CA9F236230BE19F00CF8065 /* TranslationManager_watchOS.framework */,
505-
8C50882E230D1D0A00FB80CD /* TranslationManager_macOS.framework */,
504+
8CA9F236230BE19F00CF8065 /* TranslationManager.framework */,
505+
8C50882E230D1D0A00FB80CD /* TranslationManager.framework */,
506506
8C508836230D1D0A00FB80CD /* TranslationManager-macOSTests.xctest */,
507507
);
508508
name = Products;
@@ -582,7 +582,7 @@
582582
);
583583
name = "TranslationManager-macOS";
584584
productName = "TranslationManager-macOS";
585-
productReference = 8C50882E230D1D0A00FB80CD /* TranslationManager_macOS.framework */;
585+
productReference = 8C50882E230D1D0A00FB80CD /* TranslationManager.framework */;
586586
productType = "com.apple.product-type.framework";
587587
};
588588
8C508835230D1D0A00FB80CD /* TranslationManager-macOSTests */ = {
@@ -618,7 +618,7 @@
618618
);
619619
name = "TranslationManager-watchOS";
620620
productName = "TranslationManager-watchOS";
621-
productReference = 8CA9F236230BE19F00CF8065 /* TranslationManager_watchOS.framework */;
621+
productReference = 8CA9F236230BE19F00CF8065 /* TranslationManager.framework */;
622622
productType = "com.apple.product-type.framework";
623623
};
624624
8CBF5801230BCA6B00C60FF7 /* TranslationManager-tvOS */ = {
@@ -636,7 +636,7 @@
636636
);
637637
name = "TranslationManager-tvOS";
638638
productName = "TranslationManager-tvOS";
639-
productReference = 8CBF5802230BCA6B00C60FF7 /* TranslationManager_tvOS.framework */;
639+
productReference = 8CBF5802230BCA6B00C60FF7 /* TranslationManager.framework */;
640640
productType = "com.apple.product-type.framework";
641641
};
642642
8CBF5809230BCA6C00C60FF7 /* TranslationManager-tvOSTests */ = {
@@ -1084,7 +1084,7 @@
10841084
);
10851085
MACOSX_DEPLOYMENT_TARGET = 10.11;
10861086
PRODUCT_BUNDLE_IDENTIFIER = "com.nodes.TranslationManager-macOS";
1087-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1087+
PRODUCT_NAME = TranslationManager;
10881088
SDKROOT = macosx;
10891089
SKIP_INSTALL = YES;
10901090
SWIFT_VERSION = 5.0;
@@ -1111,7 +1111,7 @@
11111111
);
11121112
MACOSX_DEPLOYMENT_TARGET = 10.11;
11131113
PRODUCT_BUNDLE_IDENTIFIER = "com.nodes.TranslationManager-macOS";
1114-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1114+
PRODUCT_NAME = TranslationManager;
11151115
SDKROOT = macosx;
11161116
SKIP_INSTALL = YES;
11171117
SWIFT_VERSION = 5.0;
@@ -1179,7 +1179,7 @@
11791179
"@loader_path/Frameworks",
11801180
);
11811181
PRODUCT_BUNDLE_IDENTIFIER = "com.nodes.TranslationManager-watchOS";
1182-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1182+
PRODUCT_NAME = TranslationManager;
11831183
SDKROOT = watchos;
11841184
SKIP_INSTALL = YES;
11851185
SWIFT_VERSION = 5.0;
@@ -1206,7 +1206,7 @@
12061206
"@loader_path/Frameworks",
12071207
);
12081208
PRODUCT_BUNDLE_IDENTIFIER = "com.nodes.TranslationManager-watchOS";
1209-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1209+
PRODUCT_NAME = TranslationManager;
12101210
SDKROOT = watchos;
12111211
SKIP_INSTALL = YES;
12121212
SWIFT_VERSION = 5.0;
@@ -1232,7 +1232,7 @@
12321232
"@loader_path/Frameworks",
12331233
);
12341234
PRODUCT_BUNDLE_IDENTIFIER = "com.nodes.TranslationManager-tvOS";
1235-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1235+
PRODUCT_NAME = TranslationManager;
12361236
SDKROOT = appletvos;
12371237
SKIP_INSTALL = YES;
12381238
SWIFT_VERSION = 5.0;
@@ -1258,7 +1258,7 @@
12581258
"@loader_path/Frameworks",
12591259
);
12601260
PRODUCT_BUNDLE_IDENTIFIER = "com.nodes.TranslationManager-tvOS";
1261-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1261+
PRODUCT_NAME = TranslationManager;
12621262
SDKROOT = appletvos;
12631263
SKIP_INSTALL = YES;
12641264
SWIFT_VERSION = 5.0;
@@ -1450,7 +1450,7 @@
14501450
"@loader_path/Frameworks",
14511451
);
14521452
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.TranslationManager;
1453-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1453+
PRODUCT_NAME = TranslationManager;
14541454
SKIP_INSTALL = YES;
14551455
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
14561456
SWIFT_VERSION = 5.0;
@@ -1477,7 +1477,7 @@
14771477
"@loader_path/Frameworks",
14781478
);
14791479
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.TranslationManager;
1480-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1480+
PRODUCT_NAME = TranslationManager;
14811481
SKIP_INSTALL = YES;
14821482
SWIFT_VERSION = 5.0;
14831483
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)