Skip to content

Commit

Permalink
automatic X Code changes to project
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDHW committed Jun 5, 2021
1 parent 9bcffc1 commit 7098d9e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion ios/App/App.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
1A7290AF266BB67A008E9C14 /* IonicNativePluginExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A7290AE266BB67A008E9C14 /* IonicNativePluginExample.swift */; };
1A7290B3266BB76E008E9C14 /* IonicNativePluginExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A7290B2266BB76E008E9C14 /* IonicNativePluginExample.m */; };
2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
Expand All @@ -18,6 +20,9 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
1A7290AE266BB67A008E9C14 /* IonicNativePluginExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IonicNativePluginExample.swift; sourceTree = "<group>"; };
1A7290B1266BB76E008E9C14 /* App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "App-Bridging-Header.h"; sourceTree = "<group>"; };
1A7290B2266BB76E008E9C14 /* IonicNativePluginExample.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IonicNativePluginExample.m; sourceTree = "<group>"; };
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -81,6 +86,9 @@
504EC3131FED79650016851F /* Info.plist */,
2FAD9762203C412B000D30F8 /* config.xml */,
50B271D01FEDC1A000F3C39B /* public */,
1A7290AE266BB67A008E9C14 /* IonicNativePluginExample.swift */,
1A7290B2266BB76E008E9C14 /* IonicNativePluginExample.m */,
1A7290B1266BB76E008E9C14 /* App-Bridging-Header.h */,
);
path = App;
sourceTree = "<group>";
Expand Down Expand Up @@ -127,7 +135,7 @@
TargetAttributes = {
504EC3031FED79650016851F = {
CreatedOnToolsVersion = 9.2;
LastSwiftMigration = 1100;
LastSwiftMigration = 1250;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -208,6 +216,8 @@
buildActionMask = 2147483647;
files = (
504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
1A7290B3266BB76E008E9C14 /* IonicNativePluginExample.m in Sources */,
1A7290AF266BB67A008E9C14 /* IonicNativePluginExample.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -345,6 +355,7 @@
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand All @@ -353,6 +364,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.example.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -363,13 +376,15 @@
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.example.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit 7098d9e

Please sign in to comment.