Skip to content

Commit

Permalink
Append Swift Package version
Browse files Browse the repository at this point in the history
  • Loading branch information
florentmorin committed Aug 10, 2022
1 parent 3055319 commit 3755cd4
Show file tree
Hide file tree
Showing 16 changed files with 649 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,368 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {

/* Begin PBXBuildFile section */
A00A570A28A3DAA700B2F217 /* AppWithInternalPackageApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00A570928A3DAA700B2F217 /* AppWithInternalPackageApp.swift */; };
A00A570C28A3DAA700B2F217 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00A570B28A3DAA700B2F217 /* ContentView.swift */; };
A00A570E28A3DAA800B2F217 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A00A570D28A3DAA800B2F217 /* Assets.xcassets */; };
A00A571128A3DAA800B2F217 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A00A571028A3DAA800B2F217 /* Preview Assets.xcassets */; };
A00A571A28A3DB7800B2F217 /* InternalLibrary in Frameworks */ = {isa = PBXBuildFile; productRef = A00A571928A3DB7800B2F217 /* InternalLibrary */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
A00A570628A3DAA700B2F217 /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
A00A570928A3DAA700B2F217 /* AppWithInternalPackageApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppWithInternalPackageApp.swift; sourceTree = "<group>"; };
A00A570B28A3DAA700B2F217 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
A00A570D28A3DAA800B2F217 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
A00A571028A3DAA800B2F217 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
A00A571728A3DB0800B2F217 /* InternalLibrary */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = InternalLibrary; path = ../InternalLibrary; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
A00A570328A3DAA700B2F217 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A00A571A28A3DB7800B2F217 /* InternalLibrary in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
A00A56FD28A3DAA700B2F217 = {
isa = PBXGroup;
children = (
A00A571728A3DB0800B2F217 /* InternalLibrary */,
A00A570828A3DAA700B2F217 /* AppWithInternalPackage */,
A00A570728A3DAA700B2F217 /* Products */,
A00A571828A3DB7800B2F217 /* Frameworks */,
);
sourceTree = "<group>";
};
A00A570728A3DAA700B2F217 /* Products */ = {
isa = PBXGroup;
children = (
A00A570628A3DAA700B2F217 /* App.app */,
);
name = Products;
sourceTree = "<group>";
};
A00A570828A3DAA700B2F217 /* AppWithInternalPackage */ = {
isa = PBXGroup;
children = (
A00A570928A3DAA700B2F217 /* AppWithInternalPackageApp.swift */,
A00A570B28A3DAA700B2F217 /* ContentView.swift */,
A00A570D28A3DAA800B2F217 /* Assets.xcassets */,
A00A570F28A3DAA800B2F217 /* Preview Content */,
);
path = AppWithInternalPackage;
sourceTree = "<group>";
};
A00A570F28A3DAA800B2F217 /* Preview Content */ = {
isa = PBXGroup;
children = (
A00A571028A3DAA800B2F217 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
A00A571828A3DB7800B2F217 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
A00A570528A3DAA700B2F217 /* App */ = {
isa = PBXNativeTarget;
buildConfigurationList = A00A571428A3DAA800B2F217 /* Build configuration list for PBXNativeTarget "App" */;
buildPhases = (
A00A570228A3DAA700B2F217 /* Sources */,
A00A570328A3DAA700B2F217 /* Frameworks */,
A00A570428A3DAA700B2F217 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = App;
packageProductDependencies = (
A00A571928A3DB7800B2F217 /* InternalLibrary */,
);
productName = AppWithInternalPackage;
productReference = A00A570628A3DAA700B2F217 /* App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
A00A56FE28A3DAA700B2F217 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1320;
LastUpgradeCheck = 1320;
TargetAttributes = {
A00A570528A3DAA700B2F217 = {
CreatedOnToolsVersion = 13.2.1;
};
};
};
buildConfigurationList = A00A570128A3DAA700B2F217 /* Build configuration list for PBXProject "AppWithInternalPackage" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A00A56FD28A3DAA700B2F217;
productRefGroup = A00A570728A3DAA700B2F217 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A00A570528A3DAA700B2F217 /* App */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
A00A570428A3DAA700B2F217 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A00A571128A3DAA800B2F217 /* Preview Assets.xcassets in Resources */,
A00A570E28A3DAA800B2F217 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
A00A570228A3DAA700B2F217 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A00A570C28A3DAA700B2F217 /* ContentView.swift in Sources */,
A00A570A28A3DAA700B2F217 /* AppWithInternalPackageApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
A00A571228A3DAA800B2F217 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
A00A571328A3DAA800B2F217 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
A00A571528A3DAA800B2F217 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"AppWithInternalPackage/Preview Content\"";
DEVELOPMENT_TEAM = A5BPRXNG6L;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.AppWithInternalPackage;
PRODUCT_NAME = App;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
A00A571628A3DAA800B2F217 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"AppWithInternalPackage/Preview Content\"";
DEVELOPMENT_TEAM = A5BPRXNG6L;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.AppWithInternalPackage;
PRODUCT_NAME = App;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
A00A570128A3DAA700B2F217 /* Build configuration list for PBXProject "AppWithInternalPackage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A00A571228A3DAA800B2F217 /* Debug */,
A00A571328A3DAA800B2F217 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A00A571428A3DAA800B2F217 /* Build configuration list for PBXNativeTarget "App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A00A571528A3DAA800B2F217 /* Debug */,
A00A571628A3DAA800B2F217 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
A00A571928A3DB7800B2F217 /* InternalLibrary */ = {
isa = XCSwiftPackageProductDependency;
productName = InternalLibrary;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = A00A56FE28A3DAA700B2F217 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 3755cd4

Please sign in to comment.