Skip to content

Commit e13ae82

Browse files
committed
Change extension names
1 parent 9d81976 commit e13ae82

File tree

14 files changed

+48
-48
lines changed

14 files changed

+48
-48
lines changed

ForPDA.xcodeproj/project.pbxproj

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
B8A51BB82A91292000FDB599 /* LoginInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8A51BB72A91292000FDB599 /* LoginInterceptor.swift */; };
8585
B8A51BBB2A913BE400FDB599 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8A51BBA2A913BE400FDB599 /* Errors.swift */; };
8686
B8A85A8B2AA10CF400EDFE58 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8A85A8A2AA10CF400EDFE58 /* ShareViewController.swift */; };
87-
B8A85A922AA10CF500EDFE58 /* ShareForPDA.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B8A85A882AA10CF400EDFE58 /* ShareForPDA.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
87+
B8A85A922AA10CF500EDFE58 /* ShareExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B8A85A882AA10CF400EDFE58 /* ShareExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
8888
B8AB63C02AA49F6100F2CEFF /* SafariWebExtensionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AB63BF2AA49F6100F2CEFF /* SafariWebExtensionHandler.swift */; };
8989
B8AB63C32AA49F6100F2CEFF /* _locales in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63C22AA49F6100F2CEFF /* _locales */; };
9090
B8AB63C52AA49F6100F2CEFF /* images in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63C42AA49F6100F2CEFF /* images */; };
9191
B8AB63C72AA49F6100F2CEFF /* manifest.json in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63C62AA49F6100F2CEFF /* manifest.json */; };
9292
B8AB63CB2AA49F6100F2CEFF /* content.js in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63CA2AA49F6100F2CEFF /* content.js */; };
93-
B8AB63D52AA49F6100F2CEFF /* OpenInForPDA.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B8AB63BD2AA49F6100F2CEFF /* OpenInForPDA.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
93+
B8AB63D52AA49F6100F2CEFF /* OpenInAppExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B8AB63BD2AA49F6100F2CEFF /* OpenInAppExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
9494
B8AC57722947FC9600435CF3 /* ProfileVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AC57712947FC9600435CF3 /* ProfileVC.swift */; };
9595
B8AC57742947FCA500435CF3 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AC57732947FCA500435CF3 /* ProfileView.swift */; };
9696
B8B55B022A07C948008C93D3 /* Factory in Frameworks */ = {isa = PBXBuildFile; productRef = B8B55B012A07C948008C93D3 /* Factory */; };
@@ -153,8 +153,8 @@
153153
dstPath = "";
154154
dstSubfolderSpec = 13;
155155
files = (
156-
B8A85A922AA10CF500EDFE58 /* ShareForPDA.appex in Embed Foundation Extensions */,
157-
B8AB63D52AA49F6100F2CEFF /* OpenInForPDA.appex in Embed Foundation Extensions */,
156+
B8A85A922AA10CF500EDFE58 /* ShareExtension.appex in Embed Foundation Extensions */,
157+
B8AB63D52AA49F6100F2CEFF /* OpenInAppExtension.appex in Embed Foundation Extensions */,
158158
);
159159
name = "Embed Foundation Extensions";
160160
runOnlyForDeploymentPostprocessing = 0;
@@ -231,10 +231,10 @@
231231
B8A51BA92A90FDEF00FDB599 /* PDATabBarControllerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDATabBarControllerFactory.swift; sourceTree = "<group>"; };
232232
B8A51BB72A91292000FDB599 /* LoginInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginInterceptor.swift; sourceTree = "<group>"; };
233233
B8A51BBA2A913BE400FDB599 /* Errors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
234-
B8A85A882AA10CF400EDFE58 /* ShareForPDA.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareForPDA.appex; sourceTree = BUILT_PRODUCTS_DIR; };
234+
B8A85A882AA10CF400EDFE58 /* ShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
235235
B8A85A8A2AA10CF400EDFE58 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
236236
B8A85A8F2AA10CF500EDFE58 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
237-
B8AB63BD2AA49F6100F2CEFF /* OpenInForPDA.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = OpenInForPDA.appex; sourceTree = BUILT_PRODUCTS_DIR; };
237+
B8AB63BD2AA49F6100F2CEFF /* OpenInAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = OpenInAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
238238
B8AB63BF2AA49F6100F2CEFF /* SafariWebExtensionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariWebExtensionHandler.swift; sourceTree = "<group>"; };
239239
B8AB63C22AA49F6100F2CEFF /* _locales */ = {isa = PBXFileReference; lastKnownFileType = folder; path = _locales; sourceTree = "<group>"; };
240240
B8AB63C42AA49F6100F2CEFF /* images */ = {isa = PBXFileReference; lastKnownFileType = folder; path = images; sourceTree = "<group>"; };
@@ -453,23 +453,23 @@
453453
path = Login;
454454
sourceTree = "<group>";
455455
};
456-
B8A85A892AA10CF400EDFE58 /* ShareForPDA */ = {
456+
B8A85A892AA10CF400EDFE58 /* ShareExtension */ = {
457457
isa = PBXGroup;
458458
children = (
459459
B8A85A8A2AA10CF400EDFE58 /* ShareViewController.swift */,
460460
B8A85A8F2AA10CF500EDFE58 /* Info.plist */,
461461
);
462-
path = ShareForPDA;
462+
path = ShareExtension;
463463
sourceTree = "<group>";
464464
};
465-
B8AB63BE2AA49F6100F2CEFF /* OpenInForPDA */ = {
465+
B8AB63BE2AA49F6100F2CEFF /* OpenInAppExtension */ = {
466466
isa = PBXGroup;
467467
children = (
468468
B8AB63BF2AA49F6100F2CEFF /* SafariWebExtensionHandler.swift */,
469469
B8AB63D22AA49F6100F2CEFF /* Info.plist */,
470470
B8AB63C12AA49F6100F2CEFF /* Resources */,
471471
);
472-
path = OpenInForPDA;
472+
path = OpenInAppExtension;
473473
sourceTree = "<group>";
474474
};
475475
B8AB63C12AA49F6100F2CEFF /* Resources */ = {
@@ -582,8 +582,8 @@
582582
isa = PBXGroup;
583583
children = (
584584
B8D351F7293CABB6008A84EA /* ForPDA */,
585-
B8A85A892AA10CF400EDFE58 /* ShareForPDA */,
586-
B8AB63BE2AA49F6100F2CEFF /* OpenInForPDA */,
585+
B8A85A892AA10CF400EDFE58 /* ShareExtension */,
586+
B8AB63BE2AA49F6100F2CEFF /* OpenInAppExtension */,
587587
B8D351F6293CABB6008A84EA /* Products */,
588588
);
589589
sourceTree = "<group>";
@@ -592,8 +592,8 @@
592592
isa = PBXGroup;
593593
children = (
594594
B8D351F5293CABB6008A84EA /* ForPDA.app */,
595-
B8A85A882AA10CF400EDFE58 /* ShareForPDA.appex */,
596-
B8AB63BD2AA49F6100F2CEFF /* OpenInForPDA.appex */,
595+
B8A85A882AA10CF400EDFE58 /* ShareExtension.appex */,
596+
B8AB63BD2AA49F6100F2CEFF /* OpenInAppExtension.appex */,
597597
);
598598
name = Products;
599599
sourceTree = "<group>";
@@ -746,9 +746,9 @@
746746
/* End PBXGroup section */
747747

748748
/* Begin PBXNativeTarget section */
749-
B8A85A872AA10CF400EDFE58 /* ShareForPDA */ = {
749+
B8A85A872AA10CF400EDFE58 /* ShareExtension */ = {
750750
isa = PBXNativeTarget;
751-
buildConfigurationList = B8A85A932AA10CF500EDFE58 /* Build configuration list for PBXNativeTarget "ShareForPDA" */;
751+
buildConfigurationList = B8A85A932AA10CF500EDFE58 /* Build configuration list for PBXNativeTarget "ShareExtension" */;
752752
buildPhases = (
753753
B8A85A842AA10CF400EDFE58 /* Sources */,
754754
B8A85A852AA10CF400EDFE58 /* Frameworks */,
@@ -758,14 +758,14 @@
758758
);
759759
dependencies = (
760760
);
761-
name = ShareForPDA;
761+
name = ShareExtension;
762762
productName = ShareExtension;
763-
productReference = B8A85A882AA10CF400EDFE58 /* ShareForPDA.appex */;
763+
productReference = B8A85A882AA10CF400EDFE58 /* ShareExtension.appex */;
764764
productType = "com.apple.product-type.app-extension";
765765
};
766-
B8AB63BC2AA49F6100F2CEFF /* OpenInForPDA */ = {
766+
B8AB63BC2AA49F6100F2CEFF /* OpenInAppExtension */ = {
767767
isa = PBXNativeTarget;
768-
buildConfigurationList = B8AB63D62AA49F6100F2CEFF /* Build configuration list for PBXNativeTarget "OpenInForPDA" */;
768+
buildConfigurationList = B8AB63D62AA49F6100F2CEFF /* Build configuration list for PBXNativeTarget "OpenInAppExtension" */;
769769
buildPhases = (
770770
B8AB63B92AA49F6100F2CEFF /* Sources */,
771771
B8AB63BA2AA49F6100F2CEFF /* Frameworks */,
@@ -775,9 +775,9 @@
775775
);
776776
dependencies = (
777777
);
778-
name = OpenInForPDA;
778+
name = OpenInAppExtension;
779779
productName = OpenInAppExtension;
780-
productReference = B8AB63BD2AA49F6100F2CEFF /* OpenInForPDA.appex */;
780+
productReference = B8AB63BD2AA49F6100F2CEFF /* OpenInAppExtension.appex */;
781781
productType = "com.apple.product-type.app-extension";
782782
};
783783
B8D351F4293CABB6008A84EA /* ForPDA */ = {
@@ -875,8 +875,8 @@
875875
projectRoot = "";
876876
targets = (
877877
B8D351F4293CABB6008A84EA /* ForPDA */,
878-
B8A85A872AA10CF400EDFE58 /* ShareForPDA */,
879-
B8AB63BC2AA49F6100F2CEFF /* OpenInForPDA */,
878+
B8A85A872AA10CF400EDFE58 /* ShareExtension */,
879+
B8AB63BC2AA49F6100F2CEFF /* OpenInAppExtension */,
880880
);
881881
};
882882
/* End PBXProject section */
@@ -1101,12 +1101,12 @@
11011101
};
11021102
B8A85A912AA10CF500EDFE58 /* PBXTargetDependency */ = {
11031103
isa = PBXTargetDependency;
1104-
target = B8A85A872AA10CF400EDFE58 /* ShareForPDA */;
1104+
target = B8A85A872AA10CF400EDFE58 /* ShareExtension */;
11051105
targetProxy = B8A85A902AA10CF500EDFE58 /* PBXContainerItemProxy */;
11061106
};
11071107
B8AB63D42AA49F6100F2CEFF /* PBXTargetDependency */ = {
11081108
isa = PBXTargetDependency;
1109-
target = B8AB63BC2AA49F6100F2CEFF /* OpenInForPDA */;
1109+
target = B8AB63BC2AA49F6100F2CEFF /* OpenInAppExtension */;
11101110
targetProxy = B8AB63D32AA49F6100F2CEFF /* PBXContainerItemProxy */;
11111111
};
11121112
/* End PBXTargetDependency section */
@@ -1137,20 +1137,20 @@
11371137
isa = XCBuildConfiguration;
11381138
buildSettings = {
11391139
CODE_SIGN_STYLE = Automatic;
1140-
CURRENT_PROJECT_VERSION = 75;
1140+
CURRENT_PROJECT_VERSION = 83;
11411141
DEVELOPMENT_TEAM = 7353CQCGQC;
11421142
GENERATE_INFOPLIST_FILE = YES;
1143-
INFOPLIST_FILE = ShareForPDA/Info.plist;
1144-
INFOPLIST_KEY_CFBundleDisplayName = ShareForPDA;
1143+
INFOPLIST_FILE = ShareExtension/Info.plist;
1144+
INFOPLIST_KEY_CFBundleDisplayName = ShareExtension;
11451145
INFOPLIST_KEY_NSHumanReadableCopyright = "";
11461146
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
11471147
LD_RUNPATH_SEARCH_PATHS = (
11481148
"$(inherited)",
11491149
"@executable_path/Frameworks",
11501150
"@executable_path/../../Frameworks",
11511151
);
1152-
MARKETING_VERSION = 0.3;
1153-
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.ShareForPDA;
1152+
MARKETING_VERSION = 0.3.1;
1153+
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.ShareExtension;
11541154
PRODUCT_NAME = "$(TARGET_NAME)";
11551155
SKIP_INSTALL = YES;
11561156
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1163,20 +1163,20 @@
11631163
isa = XCBuildConfiguration;
11641164
buildSettings = {
11651165
CODE_SIGN_STYLE = Automatic;
1166-
CURRENT_PROJECT_VERSION = 75;
1166+
CURRENT_PROJECT_VERSION = 83;
11671167
DEVELOPMENT_TEAM = 7353CQCGQC;
11681168
GENERATE_INFOPLIST_FILE = YES;
1169-
INFOPLIST_FILE = ShareForPDA/Info.plist;
1170-
INFOPLIST_KEY_CFBundleDisplayName = ShareForPDA;
1169+
INFOPLIST_FILE = ShareExtension/Info.plist;
1170+
INFOPLIST_KEY_CFBundleDisplayName = ShareExtension;
11711171
INFOPLIST_KEY_NSHumanReadableCopyright = "";
11721172
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
11731173
LD_RUNPATH_SEARCH_PATHS = (
11741174
"$(inherited)",
11751175
"@executable_path/Frameworks",
11761176
"@executable_path/../../Frameworks",
11771177
);
1178-
MARKETING_VERSION = 0.3;
1179-
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.ShareForPDA;
1178+
MARKETING_VERSION = 0.3.1;
1179+
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.ShareExtension;
11801180
PRODUCT_NAME = "$(TARGET_NAME)";
11811181
SKIP_INSTALL = YES;
11821182
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1189,24 +1189,24 @@
11891189
isa = XCBuildConfiguration;
11901190
buildSettings = {
11911191
CODE_SIGN_STYLE = Automatic;
1192-
CURRENT_PROJECT_VERSION = 75;
1192+
CURRENT_PROJECT_VERSION = 83;
11931193
DEVELOPMENT_TEAM = 7353CQCGQC;
11941194
GENERATE_INFOPLIST_FILE = YES;
1195-
INFOPLIST_FILE = OpenInForPDA/Info.plist;
1196-
INFOPLIST_KEY_CFBundleDisplayName = "Open in ForPDA";
1195+
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
1196+
INFOPLIST_KEY_CFBundleDisplayName = OpenInAppExtension;
11971197
INFOPLIST_KEY_NSHumanReadableCopyright = "";
11981198
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
11991199
LD_RUNPATH_SEARCH_PATHS = (
12001200
"$(inherited)",
12011201
"@executable_path/Frameworks",
12021202
"@executable_path/../../Frameworks",
12031203
);
1204-
MARKETING_VERSION = 0.3;
1204+
MARKETING_VERSION = 0.3.1;
12051205
OTHER_LDFLAGS = (
12061206
"-framework",
12071207
SafariServices,
12081208
);
1209-
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.OpenInForPDA;
1209+
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.OpenInAppExtension;
12101210
PRODUCT_NAME = "$(TARGET_NAME)";
12111211
SKIP_INSTALL = YES;
12121212
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1219,24 +1219,24 @@
12191219
isa = XCBuildConfiguration;
12201220
buildSettings = {
12211221
CODE_SIGN_STYLE = Automatic;
1222-
CURRENT_PROJECT_VERSION = 75;
1222+
CURRENT_PROJECT_VERSION = 83;
12231223
DEVELOPMENT_TEAM = 7353CQCGQC;
12241224
GENERATE_INFOPLIST_FILE = YES;
1225-
INFOPLIST_FILE = OpenInForPDA/Info.plist;
1226-
INFOPLIST_KEY_CFBundleDisplayName = "Open in ForPDA";
1225+
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
1226+
INFOPLIST_KEY_CFBundleDisplayName = OpenInAppExtension;
12271227
INFOPLIST_KEY_NSHumanReadableCopyright = "";
12281228
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
12291229
LD_RUNPATH_SEARCH_PATHS = (
12301230
"$(inherited)",
12311231
"@executable_path/Frameworks",
12321232
"@executable_path/../../Frameworks",
12331233
);
1234-
MARKETING_VERSION = 0.3;
1234+
MARKETING_VERSION = 0.3.1;
12351235
OTHER_LDFLAGS = (
12361236
"-framework",
12371237
SafariServices,
12381238
);
1239-
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.OpenInForPDA;
1239+
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda.OpenInAppExtension;
12401240
PRODUCT_NAME = "$(TARGET_NAME)";
12411241
SKIP_INSTALL = YES;
12421242
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1438,7 +1438,7 @@
14381438
/* End XCBuildConfiguration section */
14391439

14401440
/* Begin XCConfigurationList section */
1441-
B8A85A932AA10CF500EDFE58 /* Build configuration list for PBXNativeTarget "ShareForPDA" */ = {
1441+
B8A85A932AA10CF500EDFE58 /* Build configuration list for PBXNativeTarget "ShareExtension" */ = {
14421442
isa = XCConfigurationList;
14431443
buildConfigurations = (
14441444
B8A85A942AA10CF500EDFE58 /* Debug */,
@@ -1447,7 +1447,7 @@
14471447
defaultConfigurationIsVisible = 0;
14481448
defaultConfigurationName = Release;
14491449
};
1450-
B8AB63D62AA49F6100F2CEFF /* Build configuration list for PBXNativeTarget "OpenInForPDA" */ = {
1450+
B8AB63D62AA49F6100F2CEFF /* Build configuration list for PBXNativeTarget "OpenInAppExtension" */ = {
14511451
isa = XCConfigurationList;
14521452
buildConfigurations = (
14531453
B8AB63D72AA49F6100F2CEFF /* Debug */,
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)